New Post: .Net UDP Streaming playback
I have tried to resolve this one myself using various suggestions found is discussions here and elsewhere but I cannot. Dim stream1 As WaveStream = New RawSourceWaveStream(memStm, New Gsm610WaveFormat)...
View ArticleNew Post: Reading spectrum and wave data before playing
Hello, I have simple code that would load a wave or mp3 sound, convert it to PCM and then make a stream out of it and play it. I want to be able to extract spectrum and wave output data information...
View ArticleNew Post: Streaming WaveMixerStream32 instead of microphone input
I'm trying to stream a WaveMixerStream32 output over the network. I started first by testing the stream by using WasapiCapture. This works fine_wasapiIn = new WasapiCapture(selectedDevice);...
View ArticleNew Post: NAudio in a game ?
NAudio can give you access to individual samples, so you should be able to perform any of your algorithms. As for speed, it probably won't be as fast as doing it in C/C++, but if you profile your code,...
View ArticleCommented Unassigned: Remove metadata from MP3 and WAV [16433]
Hi,I am using NAudio.dll for my project for converting MP3 files to WAV files and WAV files to given WAV format ( as per given BitsPerSample, Channel, and sample rate). Now i having another task to...
View ArticleNew Post: NAudio in a game ?
Thank you! I've been using it for several days now and I find it's speed pretty sufficient for our game's needs. I haven't still managed to make the spectrum analysis work so I cannot tell for sure.
View ArticleNew Post: NAudio now playing FLAC files!
Hi Mark, Unfortunately I was celebrating too soon. Since I moved to .NET 3.5 and NAudio 1.7, but same libFlac, I'm now experiencing similar problems to what rgodart described. FLAC plays fines...
View ArticleNew Post: Multichannel from buffered streams
looking to use my onboard realtek 7.1 to drive a whole house audio amp for 4 different inputs\ mp3\shout streams . So I would need to have 4 difference circular buffers, presume convert them to a...
View ArticleNew Post: NAudio now playing FLAC files!
UPDATE: I have this small console libFlac test. Very minimal, no NAudio. In VS it works, outside fails. Both for .NET 2.0 and .NET 3.5. For .NET 4.0 and 4.5 it fails in a similar way inside VS.. Even...
View ArticleUpdated Wiki: Documentation
The NAudio Documentation WikiNAudio FAQWhat is NAudio?NAudio is an open source audio API for .NET written in C# by Mark Heath, with contributions from many other developers. It is intended to provide a...
View ArticleNew Post: NAudio in a game ?
not sure if you've seen this. For the spectrum analysis you can look here https://wpfsvl.codeplex.com/ they have an NAudio sample for WPF. It could help you see how NAudio spec analysis is done.
View ArticleNew Post: NAudio now playing FLAC files!
This is almost certainly due to incompatibilities between the CLR's memory allocator and libFlac. The debugging allocator in CLR 2.0 (3.5) just happens to be compatible... You might try looking at what...
View ArticleNew Post: NAudio now playing FLAC files!
Thanks. This makes sense. rgodart and I are working on it together. He will try to compile the latest version of libFlac (C code) and see if it works. If not, we will probably find a managed .NET...
View ArticleNew Post: WASAPI capture from Virtual Audio Cable in exclusive mode under Win7
Hello! I'm the author of Virtual Audio Cable (VAC) software; it is a virtual audio device driver. One of VAC users reported that NAudio WASAPI exclusive-mode capture produces permanently garbled audio...
View ArticleNew Post: NAudio in a game ?
Yeah, I have the source code for this but to be honest I'm having trouble finding my way around it. I actually made another topic here asking about getting the spectrum and wave data specifically prior...
View ArticleNew Post: NAudio now playing FLAC files!
Looked at FlacBox. I don't see any references to SeekTable, SeekPosition or seek in general. Lack of these features is a big minus, and adding them is not straight forward. I did manage to quickly add...
View ArticleNew Post: Is possible use this code with Naudio
Hello I want just do a simple tool can meter Dynamic Range in AUDIO FILE I haveexperience with NAUDIO only with MIDI, never work with audio. Can this be implemented, if somebody can complete the code I...
View Article