Displaying 3 results from an estimated 3 matches for "toneatt".
2000 Sep 26
1
branch merged
I just finished the merge of branch_jackoggsvorbis into branch_postbeta2
Vorbis is now split into two libs, libogg, and libvorbis in this branch.
the follow modules are a result:
ogg - basic framing library, all ogg code and docs, etc
vorbis - the vorbis codec, depends on ogg
vorbis-plugins - all the audio plugins for ogg vorbis, depends on ogg
and vorbis
ao - libao a cross platform audio
2000 Oct 09
2
a listening test tool
"Willmore, David (VS Central)" wrote:
>
> Can ogg22pl take input from standard in? Sometimes leaving the file name
> off will default it to that or by putting a '-' as the file name. Similar
> things go for standard out. (stop me if these aren't familiar terms)
Ogg22pl is is ogg123 with only the sampling rate variable changed. So if
ogg123 can do that,
2001 Oct 27
3
vorbis won't compile as a Framework
When I tried to compile the vorbis module as a Framework, using
ProjectBuilder, I got 1058 warnings (excess elements in scalar
initializer, near initialization for ''psy_set0.toneatt', 'vorbis_ftoi'
defined but not used, unused variable 'k', braces around scalar
initializer, and so on) and 65 errors.
Some examples of errors:
-------
vorbis/lib/psytune.c: undefined type, found 'vp_part':
static vp_part _vp_part0[]={
{ 1,9e10f, 9e10f, 1...