-
as seen on Super User
- Search for 'Super User'
I want to know how do I convert an mp3 file to vox file format.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can anyone please help me out...
I need to convert a vox file to wav...
I have tried the google, codeguru, codeproject etc...
vox file encoding is: A-Law mono at 8000 HZ....
any reference, any clue, almost anything goes.
Except, c, c++. yea... thats correct can't handle c, c++...
regards...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I'm making a game in XNA and I need to use XACT for my songs (rather than media player). I need to use XACT because each song will have multiple layers that combine when played at the same time (bass, lead, drums) etc. I cant use the media player because the media player can only play one song…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to track the status of my applications TTS output to a wav file. When speaking the text (to the speaker) the expected events (StartStream, Word, EndStream) are fired, however, no events are fired when outputing to a wave file.
SpVoice vox = new SpVoice();
vox.Word += VoxWord; …
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I've been learning about 3D for a couple days now. I managed to create a chunk (8x8x8). Add optimization so it only renders the active and visible blocks. Then I added so it only draws the faces which don't have a neighbor.
Next what I found from online research was that it is better to use glDrawArrays…
>>> More