a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.2k stars 245 forks source link

transcode real-time stream #190

Open strife-cross opened 2 years ago

strife-cross commented 2 years ago

How to transcode the real-time audio stream, such as converting the real-time Speex encoded audio stream to PCM encoding

a-schild commented 2 years ago

You can pass in an URL for the input stream... perhaps this is waht you wish?