Hello,
I'm using SlimDX with C# - and I am having trouble with audio. Right now I am using Irrklang for my audio, but I want to switch it over to lessen the need for more dependencies. My issue is the SlimDX doesn't include many "examples", in fact, it's just one basic example that shows you how to load a WAV. I'd like to the ability to load OGG, WMA, or MIDI. Preferably, I want to load OGG.
What do I need to do? From setting up - to playing the sound. I can't find any good resource sonline.
Also - should "sounds" (effects: rain, walking, etc) be preloaded into memory and music be streamed from the harddisk?
And finally - if there is a C# Alternative that I can implement right into my code, that would be great. Something similar to Irrklang, but written in pure C# and doesn't depend on anything else, please let me know!
Thanks!
Show differencesHistory of post edits
#2MaacK
Posted 13 February 2012 - 04:36 AM
Hello,
I'm using SlimDX with C# - and I am having trouble with audio. Right now I am using Irrklang for my audio, but I want to switch it over to lessen the need for more dependencies. My issue is the SlimDX doesn't include many "examples", in fact, it's just one basic example that shows you how to load a WAV. I'd like to the ability to load OGG, WMA, or MIDI. Preferably, I want to load OGG.
What do I need to do? From setting up - to playing the sound. I can't find any good resource sonline.
Also - should "sounds" (effects: rain, walking, etc) be preloaded into memory and music be streamed from the harddisk?
Thanks!
I'm using SlimDX with C# - and I am having trouble with audio. Right now I am using Irrklang for my audio, but I want to switch it over to lessen the need for more dependencies. My issue is the SlimDX doesn't include many "examples", in fact, it's just one basic example that shows you how to load a WAV. I'd like to the ability to load OGG, WMA, or MIDI. Preferably, I want to load OGG.
What do I need to do? From setting up - to playing the sound. I can't find any good resource sonline.
Also - should "sounds" (effects: rain, walking, etc) be preloaded into memory and music be streamed from the harddisk?
Thanks!
#1MaacK
Posted 13 February 2012 - 04:35 AM
Hello,
I'm using SlimDX with C# - and I am having trouble with audio. Right now I am using Irrklang for my audio, but I want to switch it over to lessen the need for more dependencies. My issue is the SlimDX doesn't include many "examples", in fact, it's just one basic example that shows you how to load a WAV. I'd like to the ability to load OGG, WMA, or MIDI. Preferably, I want to load OGG.
What do I need to do? From setting up - to playing the sound. I can't find any good resource sonline.
Thanks!
I'm using SlimDX with C# - and I am having trouble with audio. Right now I am using Irrklang for my audio, but I want to switch it over to lessen the need for more dependencies. My issue is the SlimDX doesn't include many "examples", in fact, it's just one basic example that shows you how to load a WAV. I'd like to the ability to load OGG, WMA, or MIDI. Preferably, I want to load OGG.
What do I need to do? From setting up - to playing the sound. I can't find any good resource sonline.
Thanks!