Re: trim slow with multiple files

Jan Stary <[email protected]> Sat, 9 Mar 2024 09:17:09 +0100
Newsgroups gmane.comp.audio.sox
Message-ID <[email protected]>
On Mar 05 21:58:51, [email protected] wrote:
> if I play one single file with e.g. 30 seconds in
> it plays pretty much instantly. e.g.: play file1.mp3 trim 30
> If I pass more than one file sox somehow takes much longer

How much longer? How do yu measure?

> to seek to the desired position: play file1.mp3 file2.mp3 trim 30

I cannot reproduce:

	play file1.mp3 file2.mp3 file3.mp3 trim 30

just starts playing 30s into file1, same as with

	play file1.mp3 trim 30

Please post the full output of
play -V5 file1.wav file2.wav trim 30

Jan