Re: [Osalp-dev] problem with .wav
Status: Abandoned
Brought to you by:
daservis
|
From: Bruce F. <for...@tn...> - 2001-10-04 04:11:14
|
garbe nicolas wrote: > > Hi, > I used the osalp 's player and i have a problem with file .wav.... > When I push on the pause 's button , the player don't stop immediately.... > When I use a file .mp3 , when I push on the pause's button, the player stop > immediately... > Why is there a difference between mp3's files and .wav's files ? > best regards, > nicolas The difference is in the buffering that is done in the audio device driver on your computer. There should be no difference between mp3 and wav format though. There might be a difference between audio files that contain more data per second that others. For instance an 8 bit 22050 mono audio file as compared to a 16 bit 44100 stereo file. There is a function called setItem in aflibDevFile that allows one to set an item called AFLIB_DEV_ITEM_BUFFER that will change the amount of buffering done. Bruce Forsberg |