Code: Select all
;control ln "Required length in samples" int-text "" 1024 1 nil
(force-srate (* ln (/ *sound-srate* len)) *track*)
Code: Select all
;control ln "Required length in samples" int-text "" 1024 1 nil
(force-srate (* ln (/ *sound-srate* len)) *track*)
I agree.DVDdoug wrote:"Choppy audio" probably isn't a format problem...
Definitely is - I'm awake nowGale Andrews wrote:I "think" so too from what I have seen buried in libsndfile.Steve wrote:The export format referred to in Audacity as "WAV (Microsoft) signed 16-bit PCM" is "LPCM".
LPCM is related to PCM but is not the same. LPCM is generally used for low bit-rate/low quality audio.sreyan32 wrote:So LPCM and PCM have no difference right ?