openbsd-ports/audio/py-vorbis/patches/patch-test_short_py
dcoppa 7af88817c7 Import py-vorbis, a set of Python bindings for the vorbis libraries.
With fixes from Debian's patchset for python-pyvorbis.

OK landry@
2011-05-31 09:19:45 +00:00

16 lines
358 B
Plaintext

$OpenBSD: patch-test_short_py,v 1.1.1.1 2011/05/31 09:19:45 dcoppa Exp $
Use sndio as default libao backend
--- test/short.py.orig Tue Jun 8 08:24:43 2010
+++ test/short.py Tue Jun 8 08:25:09 2010
@@ -6,7 +6,7 @@ import ogg.vorbis
import ao
filename = 'test.ogg'
-device = 'esd'
+device = 'sndio'
SIZE = 4096
vf = ogg.vorbis.VorbisFile(filename)