similar to: Searching for pyvorbis docs

Displaying 20 results from an estimated 100 matches similar to: "Searching for pyvorbis docs"

2002 Jul 22
1
Problems with pyvorbis python bindings.
[Sorry if this is a duplicate post. My original didn't appear to have gotten through.] I had previously installed 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
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running: $ ./config_unix.py $ python setup.py build and as root: # python setup.py install for pyogg and pyvorbis in turn. This completed without error, however upon trying to import ogg.vorbis in IDLE I get an import error: ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory I was told this may have
2003 May 18
1
Problems with the pyvorbis Python wrapper under Windows
Hi! The following Python code does what is excepted under Linux: >>> from ogg.vorbis import * >>> com=VorbisFile('01.ogg').comment() >>> com['title']='foo' >>> com.write_to('01.ogg') but under Windows I get the following error: Traceback (most recent call last): File "<stdin>", line 1, in ? IOError: [Errno
2003 Aug 02
0
playing mono files with pyvorbis
hi list.. did anyone of you ever try to play mono files with pyvorbis (1.0)? when i try such a file, generated from a mono wave file with oggenc, with ogg123.py, it sounds like being on speed. i believe, it plays with double speed, because pyvorbis always assumes a stereo file to be read, though i did not measure it. playing the same file with ogg123 (the c program), it works fine. i also
2009 Feb 24
0
any help with pyogg and pyvorbis?
Dear List, I'm just creating a little application for my openmoko freerunner, unfortunately in python, so that I have to use pyogg and pyvorbis(http://ekyo.nerim.net/software/pyogg/index.html) as wrappers around the C-functions and objects. I've got it all installed, after applying some patches and trying to run an example of encoding a wave-file I just get an empty ogg-file, the
2002 Dec 15
2
modifying comments in place
After looking through the documentation of vorbisfile, it appears that all comments are readonly using that api. I checked the code for vorbiscomment and it appears to it needs to rewrite the entire file when editing comments. Does a description or API of in--place editing and updating of comments exist? Thx. -- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2004 Feb 16
0
C++, Python wrappers for libogg and libvorbis
since there's already a Python wrapper for libogg and libvorbis, it occurred to me: Why not write a Python wrapper for libogg and libvorbis? http://dingoskidneys.com/oggpy/ this is the 0.001 release. "release early.." it requires Boost.Python, possibly CVS Boost.Python, available from http://boost.org/ partly because it's not finished but mostly because it's written with
2003 Aug 30
0
vorbis 1.0.1 - debian bts bug list
Anyone who wants to see what bugs might not have made it into xiph bugzilla may want to look at the urls below. Be sure to check the bugs marked as fixed in NMU since they may have patches that aren't in cvs yet. I'll try to be around to help verify the bugs are fixed before release tomorrow/monday. Thanks, Chris Cheney http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libao
2003 Nov 25
0
trouble getting libvorbis to cut beginning of the bitstream
I'm having trouble getting libvorbis to cut the beginning of a bitstream when I instruct it to do so with granulepos. I have constructed a file which I believe should have its beginning truncated. I have attached it to this mail. Here is a picture of what the bitstream looks like, as output by a python program that uses pyogg/pyvorbis to read the stream and print a representation:
2003 Oct 09
4
IAX2 Trunking confirmation?
Hi, My question is in refernece to the posting by Jeremy McNamara here.. http://lists.digium.com/pipermail/asterisk-users/2003-October/022966.html He states that in order for "trunking" to work the type has to be peer.. When I set mine up I did so using type=friend just to make it simple.. So when I read the above posting I thought well maybe my "trunking" has not been
2011 Jan 07
5
Deployment issues
Hello, For those of you who have solved the learning hurdle of rails deployment, all I can say is congratulations! I''m struggling, frustrated that my app, which runs so well on my linux box, generates such odd errors on my vps and completely fails to do anything. For example, at the moment my production.log file has the error: ActionController::RoutingError (No route matches
2003 Oct 01
0
Ogg Traffic for September 30, 2003
Hi everybody: Here is the newest round of status updates from Xiph.org. The HTML version is at http://www.vorbis.com/ot/20030930.html. Enjoy! -Carsten <p>Ogg Traffic for Tuesday, September 30, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: September 30, 2003 Table of Contents 1 Status Updates 1.1 Monty 1.2
2003 Jul 15
1
Ogg Traffic for July 15, 2003
Hi everybody: Here is the latest issue of Ogg Traffic. The HTML version is at http://www.vorbis.com/ot/20030715.html. Enjoy! Carsten. <p>Ogg Traffic for Tuesday, July 15, 2003 Author: Carsten "Purple" Haese Contact: [1]carsten@xiph.org Date: July 15, 2003 Table of Contents 1 Status Updates 1.1 Stan Seibert 1.2 Ed Zaleski
2003 Jul 09
0
[Fwd: Many 64bit locks failed on HPUX 11.00/32]
Hi, last time I send you this message I got back a vacation message and no further feedback. Can you help me? Thanks G. Klein -------- Original Message -------- Betreff: Many 64bit locks failed on HPUX 11.00/32 Datum: Tue, 01 Jul 2003 08:47:58 +0200 Von: Gerhard Klein <G.Klein@edelmann.de> An: samba@samba.org Hi Samba Team, I tried samba 2.2.8a (without winbind) on HPUX 11/32. I
2003 Jul 01
0
Many 64bit locks failed on HPUX 11.00/32
Hi Samba Team, I tried samba 2.2.8a (without winbind) on HPUX 11/32. I downloaded the binaries from http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-2.2.8a/ I get following errors: [2003/06/27 10:16:50, 0] locking/posix.c:(658) an Invalid argument error. This can happen when using 64 bit lock offsets [2003/06/27 10:16:50, 0] locking/posix.c:(659) on 32 bit NFS mounted file systems.
2004 Mar 11
4
Hello, thanks, and how do I...
First of all, congratulations on the success of the Ogg Vorbis format - I am now the proud owner of an Ogg player (iRiver iHP120). Any starting advice for a newbie Ogger would be appreciated! I have ripped about 16 albums with Audiograbber, Ogged them, and loaded them onto the player. The first problem I found was that Exact Audio Copy was reading silence, so I junked that. The second is that one
2005 Jun 19
2
Extracting Ogg metadata from File-like python objects
Dear Ogg-dev list; I'm having some difficulty with the python libraries for extracting comment/header info out of Ogg files... Would somebody more experienced than me offer some advice? I'm working on expanding a Python/Zope product for dealing with MP3 files so that it can also handle a spectrum of other file-formats including Ogg-Vorbis. Initially we will be storing all of our media
2003 May 13
1
How do I view hidden methods?
I'm using R 1.7.0 on Windows 2000. I'm a long-time user of R, but am experiencing frustration because I can't figure out how to view the function definition of a non-exported method. (I know I can go view the source code or the code in the library directory but I am trying to view the function inside the R environment. In particular, library(mva) biplot.princomp Error: Oject
2011 Oct 31
1
Question about copying reference objects using the initialize method
Dears, I have a question about copying reference objects using the initialize method. 1) If the latter has no arguments, there is no problem to copy an object. myClass = setRefClass("myClass", fields = list(value = "numeric") ) myClass$methods(initialize = function(...){ ? value <<- 1 ? callSuper(...) }) newObject = myClass$new() newObject$value = 2 copyObject =
2009 Mar 05
1
documentation questions
You've answered my question 2 about why the manual was in odd order > R CMD check was more of a check of the latex version of the files, not > the final manual. I was looking at the result of R CMD check, and it was in random order (perhaps file date?), not just a different collation choice. Very odd. I will cease worrying about what I might have "done wrong". I omitted the