python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Observed periodic noise with ASIO sound card in my audio processing application
I observe noise which shows up periodically (every 5 seconds or so) when i use Asio sound card with the custom built audio processing application visualisation tab which displays the frequency analysi...
Artemis
Votes: 0
Answers: 0
C#/Windows: Play one audio file from speaker, and another audio file from the 'default audio device' (headphones/headset)?
Is it possible to play one audio file from speaker, and another audio file from the 'default audio device' (headphones/headset), using any C# library e.g. NAudio.
I have some example code running in a...
Enigmatrix Atheros
Votes: 0
Answers: 1
How to convert PCM S16LE audio to MU-LAW/8000 using .NET (Windows/Mac/Linux)
I'm trying to receive and transmit audio between a Twilio voice call and a Discord voice channel.
I'm struggling to figure out how to convert the audio data I'm receiving from DSharpPlus (Discord libr...
Swimburger
Votes: 0
Answers: 1
How to convert NAudio data to OGG Opus format?
I am using NAudio to capture data from the audio device, I need to convert the data to OGG Opus format. I am using OpusDotNet nuget package https://github.com/mrphil2105/OpusDotNet
Below is the code f...
Kiran Kumar
Votes: 0
Answers: 0