Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

losing audio data #217

Open
gz-111 opened this issue Sep 6, 2023 · 3 comments
Open

losing audio data #217

gz-111 opened this issue Sep 6, 2023 · 3 comments

Comments

@gz-111
Copy link

gz-111 commented Sep 6, 2023

image

int bufferSize = 1024*6;
int overlap = 0;
File audioFile = new File("/Users/HT/Music/1.wav");
AudioDispatcher dispatcher = AudioDispatcherFactory.fromFile(audioFile, bufferSize, overlap);
dispatcher.addAudioProcessor(new WaveformWriter(dispatcher.getFormat(), "/Users/HT/Music/1-result.wav"));
dispatcher.run();

system:macos m1

@gz-111
Copy link
Author

gz-111 commented Sep 6, 2023

change:
bufferSize = 1024

image

@gz-111
Copy link
Author

gz-111 commented Oct 10, 2023

only stereo

@Kamilake
Copy link

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants