문제

I am looking for a comprehensive API in Java that can convert audio across various formats and bitrates.

For example WAV (6kHz to 48kHz) L16/audio ---TO--- WAV (RIFF header) 8KHz 8-bit mono A-law/U-law AIFF (6kHz to 48kHz) L16/audio ---TO--- WAV (RIFF header) 8KHz 8-bit mono A-law/U-law

and other voice audio formats.

Any other suggestions about similar Java libraries on audio conversion are also entertained.

도움이 되었습니까?

해결책

I was able to solve this problem by using Tritonus : Open Source Java Sound API and its wide range of sound convertor plugins.

Specifically the Tritonus miscellaneous plugins was very useful in my context.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top