Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: choppy playback of ogg files

Re: choppy playback of ogg files

From: scar <scar_at_drigon.com>
Date: Mon, 03 Aug 2009 13:48:08 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

scar _at_ 08/01/2009 12:23 PM:
> i was happy, however, to find this command:
>
> oggenc --resample 44100 *.flac -q 8
>
> and the tags/comments are even left intact.

this seems to cause a segfault at the end of processing the first file
:( but, this simple bash script seems to work ok:

#!/bin/bash
for i in *.flac; do
oggenc --resample 44100 -q 8 "$i"
done
-----BEGIN PGP SIGNATURE-----

iEYEAREIAAYFAkp3TQcACgkQXhfCJNu98qAkUgCgqWtRLDF4HCpqy6jnLZk6w6hu
3rwAn2nOoNGg6+39b6LTTF0Lmvet/QOq
=aTme
-----END PGP SIGNATURE-----

-------------------------------------------------------------------
Unsubscribe: http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox
FAQ: http://www.rockbox.org/twiki/bin/view/Main/GeneralFAQ
Etiquette: http://www.rockbox.org/mail/etiquette.html
Received on 2009-08-03

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy