I have an app that uses the AudioRecord library to record a wav file. Everything works fine on my HTC Incredible. But when the wav files are recorded on a Galaxy S3, the files cause an error when attempting to playback. I've copied the wav files saved with the Galaxy S3 to a PC and MS MediaPlayer cannot play them either.
the error is:
java.io.IOException: prepare failed: status-0x1
There does not appear to be any problem with MP on the Galaxy, since if I save the wav file on my HTC and transfer it to the Galaxy, the file plays fine on the Galaxy. So I have to conclude that the issue is with building the wav file on the Galaxy. I'm using settings of
AudioSource=AR.A_Src_Mic
SampleRate= 44100
ChannelConfig=AR.Ch_Conf_Mono
NoChnls=1
AudioFormat= AR.AF_PCM_16
BitsPerSample=16
Any ideas?
Dave
the error is:
java.io.IOException: prepare failed: status-0x1
There does not appear to be any problem with MP on the Galaxy, since if I save the wav file on my HTC and transfer it to the Galaxy, the file plays fine on the Galaxy. So I have to conclude that the issue is with building the wav file on the Galaxy. I'm using settings of
AudioSource=AR.A_Src_Mic
SampleRate= 44100
ChannelConfig=AR.Ch_Conf_Mono
NoChnls=1
AudioFormat= AR.AF_PCM_16
BitsPerSample=16
Any ideas?
Dave