Displaying 5 results from an estimated 5 matches for "pyao".
Did you mean:
gyao
2002 Jul 22
1
Problems with pyvorbis python bindings.
...led libao, libogg, libvorbis, and vorbis-tools,
as linked from the RC3 download page at vorbis.com -- I downloaded and
installed the latest versions of these four libraries from the
vorbis.com download page, at which point my pyogg/pyvorbis Python
bindings broke. I reinstalled the latest version of pyao, pyogg, and
pyvorbis, however pyvorbis gave me the following error:
: You must have the Ogg Python bindings
: installed in order to build and install
: these bindings. Import of ogg._ogg failed.
When I try to import ogg._ogg in IDLE I get this:
>>> import ogg._ogg
Traceback (most recent...
2001 Sep 15
1
Pyogg equivalent for mp3?
Hello All,
Somewhat offtopic, but pertinent for my Ogg app. I'm very happily using
pyogg and pyao in a python script to serve as my ogg decoder. It's
working very well!
I'd like to add support for MP3s in a fashion similar to what I already
have for oggs. However, I'm unaware of any such module. Anyone know of a
python decoder wrapper for MP3s? Closest thing I can find is the py...
2003 Aug 30
0
vorbis 1.0.1 - debian bts bug list
...s,
Chris Cheney
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libao
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libogg
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libvorbis
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=vorbis-tools
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pyao
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pyogg
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pyvorbis
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph....
2001 May 24
2
audio mumbo-jumbo
Can someone *please* help me out in finding some good starting
placing to learning the basics of what I will need to know for developing
a *very simple* audio player?
I wanting to use Ogg Vorbis in some thesis work, but am unfamiliar
with the audio domain. Any help in find references (books, webpages,
people) on development of streaming audio player would be greatly
appreciated as well (I
2001 Sep 02
1
ao-python 0.0.2 not building under latest libs
I decided to take a break from trying to get the encoding working in order to
update my libraries to the latest versions I tried to build ao-python from
both SRPM and tarball, and here's what I got:
---
+ python setup.py install --root=/var/tmp/pyao-buildroot
--record=INSTALLED_FILES
running install
running build
running build_ext
building 'aomodule' extension
creating build
creating build/temp.linux-i686-1.5
creating build/temp.linux-i686-1.5/src
gcc -g -O2 -fPIC -I /usr/local/include -I/usr/include/python1.5 -c
src/aomodule.c -o buil...