Sound Format
I'm trying to add custom sounds. The code is working correctly, and the sounds are in the right place, however there is something wrong with the file format.
As a test, I have used a file in AudioZH renamed, which behaves as expected, hence it is the sound file itself. It is in wav format.
The following are the only differences I have managed to establish:
Test File
---------
Bit Rate: 177kbps
Audio Sample Size: 4 bit
Channels: 1
Audio Format: IMA ADPCM
Custom File
--------------
Bit Rate: 1411kbps
Audio Sample Size: 16 bit
Channels: 2
Audio Format: PCM
Is it to do with the audio format, or is the sound too complex ( bit rate, sample and channels are all greater ), or is there another likely problem?
|