Mark Heath
Mark Heath
Yes, WaveFormatConversionStream is a wrapper around the Windows ACM APIs. If you just need mu-law and a-law conversion, there are fully managed conversion algorithms for those in NAudio that you...
There was some pushback due to the inability of VB.NET to use Span. However, I do think that it would be a better overall design for NAudio. Unfortunately my time...
Some providers always provide the full amount of audio requested in Read, regardless of whether the source stream has reached the end or not. In that case the audio will...
oh wow thanks, this is really useful info as I have run into this issue on REAPER.
have briefly answered your question on stack overflow: https://stackoverflow.com/questions/77859554/simultaneous-audio-recording-of-speaker-and-microphone-in-c-sharp/77987622#77987622
it doesn't have native support for ogg. But MediaFoundationReader may be able to play an ogg file depending on what codecs are installed on your machine.
MediaFoundationReader relies on the codecs installed in Windows, so if your version of Windows can't play the file in Windows Media Player then its likely that MediaFoundationPlayer also won't be...
Yes, the TOC building is a known performance limitation of Mp3FileReader, and the reason I recommend people use MediaFoundationReader wherever possible. Progressive TOC building would be great for Mp3FileReader to...
I can't see the full error message from your screenshot, but I strongly suspect that the Windows Server version that Azure App Service is running on doesn't have Media Foundation...
You're saying that the content-type is audio/mpeg, but WASAPI is capturing uncompressed IEEE floating point audio. You'd want something else encoding it to MP4 on the fly to support this...