Displaying 4 results from an estimated 4 matches for "nechyo".
Did you mean:
necho
2003 Jun 02
2
Normalization of ogg vorbis file
Mandag, 2 juni 2003, skrev du:
>On Mon, 02 Jun 2003 21:22, Vitaly Nechyos wrote:
>This is what people usually want when they say 'normalization'.
AFAIK, you
>can't easily tinker with the vorbis frames to add a scale factor
in the same
>way you can with MP3, but I could be wrong.
I could be wrong too, but if I haven't overseen anything, it s...
2002 Sep 19
2
Vorbis files merging
Good day.
I have some questions dealing with merging Ogg Vorbis files.
Suppose I want merge two Ogg Vorbis files encoded with the same parameters
into one file that composed of one logical bitstream. In this connection
some
questions:
A) Are codebooks in file headers depend only on Vorbis version and
encoding parameters and don't depend on the particular source file?
B) Are the following
2001 Dec 07
8
acm codec
does there exist anywhere a useful source version of an ACM for vorbis
audio? I've seen the binary one somewhere in Japan, and there's an
abandoned project at SourceForge, but I'm having a helluva time building
it.
I know all the caveats about CBR vs. VBR, ACM/AVI problems etc. but I need
it anyway.
Thanks in advance -
___ Dan Miller
(++,) Founder, CTO, On2.com
--- >8 ----
2002 Sep 25
0
vorbisfile bug?
Good day.
It seems vorbisfile has a bug.
There is a such string in ov_time_seek:
ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate;
It is not accounted type convertion between double and ogg_int64_t.
E.g. if I convert 440267'th sample (44100Hz source) to time:
double dSec = 440267 / (double) 44100;
and then try to seek dSec:
ov_time_seek(pOVFile, dSec);
the resulting