Recent content by nicholasjackson

  1. 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]...
  2. nicholasjackson

    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...