You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to resample a 16K file down to 11K it throws an exception:
java.lang.IllegalArgumentException: Conversion from PCM_SIGNED 16000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian to PCM_SIGNED 11025.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian is not supported.
at com.tagtraum.pcmsampledsp.ResampleConversionProvider.getAudioInputStream(ResampleConversionProvider.java:86) ~[pcmsampledsp-0.9.5.jar:?]
at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:887) ~[?:?]
...
Caused by: java.lang.IllegalArgumentException: Failed to factorize 359 with primes less than 100.
at com.tagtraum.pcmsampledsp.ResampleConversionProvider.primeFactors(ResampleConversionProvider.java:225) ~[pcmsampledsp-0.9.5.jar:?]
at com.tagtraum.pcmsampledsp.ResampleConversionProvider.primeFactors(ResampleConversionProvider.java:196) ~[pcmsampledsp-0.9.5.jar:?]
at com.tagtraum.pcmsampledsp.ResampleConversionProvider.resamplingFactors(ResampleConversionProvider.java:107) ~[pcmsampledsp-0.9.5.jar:?]
at com.tagtraum.pcmsampledsp.ResampleConversionProvider.getAudioInputStream(ResampleConversionProvider.java:79) ~[pcmsampledsp-0.9.5.jar:?]
... 72 more
The text was updated successfully, but these errors were encountered:
If you try to resample a 16K file down to 11K it throws an exception:
The text was updated successfully, but these errors were encountered: