Recent content by nicholasjackson
-
Recommendations for software for network audio streaming
Well I am closing this thread as I have managed to find a solution with ffmpeg. Posting the command here:``` ffmpeg -f dshow -i audio="yourMicrophone" -stream_loop -1 -i yourAudio.mp3 ^ -filter_complex " [1:a]volume=0.25[mp3quiet]...- nicholasjackson
- Post #2
- Forum: Computing and Technology
-
Recommendations for software for network audio streaming
Hi everyone, I'm looking for recommendations for audio streaming software over a network. I'm currently working on a WPF Application that requires open-source tools that are actively maintained and preferably offer enterprise support due to security concerns. At the moment, I'm using FFmpeg...- nicholasjackson
- Thread
- Audio Network opensource real time protocol wpf
- Replies: 2
- Forum: Computing and Technology