We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, there is the error:
When I have to mix the tracks.
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 96510344 byte allocation with 33554432 free bytes and 91MB until OOM
try { Sound sound1 = start().withFile(new File(Controle.GLOBAL_PATH+"test3novo.wav")).convertIntoSound().stopWithSound(); Sound sound2 = start().withFile(new File(Controle.GLOBAL_PATH+"test3novo.wav")).convertIntoSound().stopWithSound();
//Mix of two sounds using two threads for the file-to-sound conversion start ().inParallel ( // operations prepare ().convertIntoSound ().build (), // timeout in seconds 5, // classpath resources sound1, sound2) .mixAllInOneSound ().exportToFile(new File(Controle.GLOBAL_PATH+"new1.wav")); }catch (Exception e) { Controle.error = e.getMessage(); //Toast.makeText(getApplicationContext(), e.getMessage(), Toast.LENGTH_SHORT).show(); e.printStackTrace(); }
Can you help me?
The text was updated successfully, but these errors were encountered:
Hi.
Thanks for submitting this one.
I will take a look when I can.
Thanks.
Sorry, something went wrong.
No branches or pull requests
Hello, there is the error:
When I have to mix the tracks.
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 96510344 byte allocation with 33554432 free bytes and 91MB until OOM
try {
Sound sound1 = start().withFile(new File(Controle.GLOBAL_PATH+"test3novo.wav")).convertIntoSound().stopWithSound();
Sound sound2 = start().withFile(new File(Controle.GLOBAL_PATH+"test3novo.wav")).convertIntoSound().stopWithSound();
Can you help me?
The text was updated successfully, but these errors were encountered: