swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] wav2swf - popping noise


From: Matthias Kramm
Subject: Re: [Swftools-common] wav2swf - popping noise
Date: Sun, 21 Mar 2004 16:47:00 +0100
User-agent: Mutt/1.5.4i

On Fri, Mar 19, 2004 at 03:30:51PM -0500, Jerry Luna wrote:
> the loop is here:
> 
> http://www.jalapeno.org/download/av3d_loop10.wav
> 
> 
> and im using:
> 
> wav2swf -s44100 -b64 -d -l100 -S av3d_loop10.wav -o av3d_loop10.swf
> 
> thanks for any insight.

SWF uses MP3 compression, which stores it's data into blocks of 1152
samples each.
As the number of samples in av3d_loop10.wav is not a multiple of 1152,
the data is padded with 540 zero bytes of silence- I believe the "pop"
you hear is due to that padding.
You could try to convert the WAV file so that the number of samples
is a multiple of 1152- maybe sox or similar utilities are able to do
that.

Greetings

Matthias
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]