Is it possible using Java to convert a real time audio stream from the mixer to MP3?
- It has to be converted chunk by chunk otherwise the memory will be exhausted.
- I already know how to record but only to lossless formats such as wav and aiff.
- I need conversion as the audio comes in.