Displaying 7 results from an estimated 7 matches for "_ogg".
2002 Jul 22
1
Problems with pyvorbis python bindings.
....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 call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.1/site-packages/ogg/__init__.py", line 1, in ?
from _ogg import *
ImportError: /usr/lib/p...
2014 Sep 26
2
Disk fragmentation
...to
encoder->private_->file and can call setvbuf:
FLAC_API FLAC__bool FLAC__stream_encoder_set_buffer_size(FLAC__StreamEncoder *encoder, unsigned size);
2) Rewrite EncoderSession_init_encoder() in flac/encode.c so that it
opens the file, calls setvbuf and then uses FLAC__stream_encoder_init[_ogg]_stream()
instead of FLAC__stream_encoder_init[_ogg]_file(). It's more difficult,
but doesn't require API change.
2014 Sep 24
2
Disk fragmentation
Miroslav Lichvar wrote:
> Hm, does this mean that every process encoding FLAC files will now
> need extra 10MB of memory? Is that ok for small devices with limited
> memory?
What small device do you have in mind? The smallest device I could
possibly imagine *encoding* FLAC on is Rasberry Pi which has 512Meg
of RAM.
If you really are concerned about this (and knowing that it has little
2014 Sep 27
0
Disk fragmentation
...FLAC__bool FLAC__stream_encoder_set_buffer_size(FLAC__StreamEncoder *encoder, unsigned size);
Not real keen on changing the API just for this issue.
> 2) Rewrite EncoderSession_init_encoder() in flac/encode.c so that it
> opens the file, calls setvbuf and then uses FLAC__stream_encoder_init[_ogg]_stream()
> instead of FLAC__stream_encoder_init[_ogg]_file(). It's more difficult,
> but doesn't require API change.
That is a solution, but I'm still undecied on whether we actually
need to do it outside of libFLAC/stream_encoder.c. IN fact, doing
it there has the advantage of...
2002 Feb 12
2
APPLAUD.WAV problems
Hi!
I am very pleased with the progress that Ogg is making, expecially after I
read the latest comparision tests on
http://ff123.net/128test/instruct.html
that put OGG on top aside with MPC.
BUT the APPLAUD.WAV test case
( http://lame.sourceforge.net/download/samples/applaud.wav )
still produces **VERY** easily audible high-frequency artifacts when encoded
with OGG RC3 up to q4.9 (!!!). Things
2007 Feb 28
4
"Any who has ever written an Ogg (de)muxer curses it's name frequently" (sic)
>From some random dude on Slashdot
[ http://yro.slashdot.org/comments.pl?sid=224420&cid=18177356 ]:
"Second, whether AVI is better or worse than Ogg is debatable. Any who
has ever written an Ogg (de)muxer curses it's name frequently. It's
extremely codec-specific, and the format is rather loosely defined,
with no consistent standard way to do much of anything....
AVI has
2007 Feb 28
4
"Any who has ever written an Ogg (de)muxer curses it's name frequently" (sic)
>From some random dude on Slashdot
[ http://yro.slashdot.org/comments.pl?sid=224420&cid=18177356 ]:
"Second, whether AVI is better or worse than Ogg is debatable. Any who
has ever written an Ogg (de)muxer curses it's name frequently. It's
extremely codec-specific, and the format is rather loosely defined,
with no consistent standard way to do much of anything....
AVI has