New Post: Need a function urgently
Sort of, although if you look at the example code I showed earlier, the looper comes after the mixingmultiplexingsampleprovider. You have to do that if you want it to only loop after the longest file...
View ArticleNew Post: AcmNotPossible calling acmStreamOpen
What's the suggested action for the players of my game? Should I follow these steps?
View ArticleNew Post: AcmNotPossible calling acmStreamOpen
hi vaughands, what OS are you running on?
View ArticleNew Post: Need a function urgently
I did that first, like you said, but the question then is, is how will I access the position property, since the metering sample provider doesn't have that.. (and the mixing sample provider is created...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleNew Post: Network chat with audio from multiple users simultaneously.
Hello,I'm working on an application that is essentially a network chat system, but I need to support multiple users talking at the same time. After some trial and error, I came up with a method that...
View ArticleNew Post: Play mp3 from stream in real-time
Hello. My english bad, sorry.I need gelp with my player.I have link "http://cs5880.userapi.com/u9002353/audios/5080e5649b40.mp3" (example)How i can play this track in real-time? (after 100-500ms? +-)...
View ArticleNew Post: Play mp3 from stream in real-time
Look at the NAudioDemo application source code. There is an example of playing a streaming MP3 file using the AcmMp3FrameDecompressor and the BufferedWaveProvider.Mark
View ArticleNew Post: Network chat with audio from multiple users simultaneously.
It would be more appropriate to mix the different streams in software and have a single WaveOut. I tend to write my own mixer for these purposes. NAudio does have a bunch of mixers such as...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleNew Post: AcmNotPossible calling acmStreamOpen
OK, use the NAudioDemo application to examine what ACM codecs you do have. XP usually comes with an MP3 decoder so I'm surprised you don't see one.Mark
View ArticleNew Post: Play mp3 from stream in real-time
Also, can I ask where you saw the sample code that uses WaveFormatConversionStream and BlockAlignReductionStream? This has not been necessary for a very long time, but it seems everyone is still using...
View ArticleNew Post: Network chat with audio from multiple users simultaneously.
Thanks Mark, I'll dig around and see if I can figure out how to do what you're suggesting.
View ArticleNew Post: AcmNotPossible calling acmStreamOpen
This PC has one and I can assure you the demo application works to play a audio file. (I just tried). So I'm not sure why MY Mp3FileReader would crash on the same file. :(
View ArticleNew Post: Network chat with audio from multiple users simultaneously.
Hi Mark,I seem to have this working correctly ... at least it's mixing the streams using a MixingSampleProvider. However, the audio quality suffers whenever there is more than one stream being fed to...
View ArticleNew Post: AcmNotPossible calling acmStreamOpen
is your OS 64 bit and your app running as a 64 bit process by any chance?
View Article