New Post: FireAndForget sounds played at intervals
Thank you. That answered all of my questions and shed some light on the issue which is now resolved.
View ArticleNew Post: two problems with wave playack
I solved first problem by addingwaveStream.PadWithZeroes = false; in the PlayVoiceMessage() method. Now the event OnWaveOutPlaybackStopped is fired correctly. Second problem remains. Any suggestions...
View ArticleCreated Unassigned: Longer ProductName [16436]
The WaveOut.GetCapabilities returns an object with device capabilities. The field ProductName is limited to 31 chars. It would be nice to have it longer. Let's say 100 chars.
View ArticleNew Post: two problems with wave playack
I'm not sure what you mean by knocking? Does the Wave file you are playing start and end with silence?
View ArticleNew Post: two problems with wave playack
Wave file played in WinAmp starts and ends with silence. I hear some kind of sound in the speakers at the beginning of the playback and at the end. It is the same sound I hear when I turn on my...
View ArticleCommented Unassigned: Longer ProductName [16436]
The WaveOut.GetCapabilities returns an object with device capabilities. The field ProductName is limited to 31 chars. It would be nice to have it longer. Let's say 100 chars.Comments: this is an...
View ArticleNew Post: Is NAudio supported for windows phone 8 and windows 8.x
if you download from NuGet, there is an experimental DLL for Windows RT store apps, but I'm afraid no support for Win Phone 8 currently
View ArticleNew Post: WaveFormatConversionStream 16 bit to 8 bit conversion problem...
Hi, I am trying to send the bytes of the mixer(WaveMixer32) output from the ethernet port and i have to change format while sending of the mixer output: I have written a code like this:...
View ArticleNew Post: Windows 8 background audio
Hello I'm implementing NAudio to a music player app. Previously the app has had MediaElement control which handles audio playing but now because of new requirements like fading next sound in and...
View ArticleNew Post: Windows 8 background audio
hi, I'm afraid I don't have knowledge of how to do background audio in Windows Store apps. You'd probably need to do some digging around on MSDN to see if you can find what you're supposed to do with...
View ArticleNew Post: ReplayGain in NAudio
There are several IWaveProvider/ISampleProvider implementations in NAudio that will let you modify the volume. For example the VolumeSampleProvider could be inserted into your signal chain.
View ArticleNew Post: Windows 8 background audio
I'll take another look at this tomorrow but in case you got time + interest, I think I came pretty close to the solution. I found this nice WASAPI C++ sample which is capable of background...
View ArticleNew Post: Windows 8 background audio [solved]
It seemed that the above code actually was working but for some reason, not in the NAudioWin8Demo that I tried it in. When I created new test project, it started working. And in NAudioWin8Demo it...
View ArticleNew Post: Windows 8 background audio [solved]
thanks for this, I'll look to getting this into NAudio when I next do some work on the Windows Store part
View ArticleNew Post: Save modificated audio on hard drive - NAudio
I have a problem with saving my audio file on hard drive. I'm using a WaveChannel32 class fron Naudio to make a Pan Effect on my played sound. I want to save an audio on disk with changed Pan Values....
View ArticleReviewed: NAudio 1.7 (Mar 26, 2014)
Rated 3 Stars (out of 5) - Though the library appears to be a powerful option for C# audio processing, there is simply no excuse for the poor documentation and examples present. Having to shuffle...
View ArticleNew Post: Stream mp3 Recording
Hey, Its an excellent library to use in projects... I've a query, Can i save Mp3 Stream file? If yes how to implement it. I mean Should I store raw stream that is coming through internet or should I...
View ArticleNew Post: Stream mp3 Recording
if you're receiving MP3 data over the network, you could just save the raw stream straight to disk. The MP3 file format is very robust against problems such as incomplete frames.
View ArticleNew Post: Stream mp3 Recording
markheath thank you very much for helping. If you can provide working example Naudio + Your suggestion Thanks in advance.
View Article