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

format conversion not supported #7

Open
Stashare opened this issue Aug 1, 2020 · 1 comment
Open

format conversion not supported #7

Stashare opened this issue Aug 1, 2020 · 1 comment

Comments

@Stashare
Copy link

Stashare commented Aug 1, 2020

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: format conversion not supported

@andrei-punko
Copy link

It's because target audio format has not the same rate as source format.
As quick solution to test it - change sample rate of target audio format to the same that used in your tracks.
I meant this parameter:
float sampleRate = 44100;

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