Displaying 20 results from an estimated 1000 matches similar to: "Re: An introduction to compressed audio with Vorbis"
2002 Jul 09
1
Ogg Traffic for July 9, 2002 posted
This week's Ogg Traffic has been posted at:
http://www.vorbis.com/ot/20020709.html
I'm also open to suggestions (via private email) as to what other things
people would like to see in Ogg Traffic. Summaries of mailing list
discussions? Software announcements?
---
Stan Seibert
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2004 Feb 04
2
Audo quality problem
Hello.
First of all, thanx for that great codec. I would encode all my music with Ogg Vorbis in the future, if it hadn't been for some samples I encoded for test purposes: Everything was great as long a I used "natural" sounds/music, but certain pieces of synthesized music (specially techno) contained very audible artifacts even at high bitrates.
So I just went on using mp3 for
2002 Jun 21
0
OT - RE: When will quality increase be unnoticable?
In all the abx'ing and ear testing I've done in the past for my classical
and jazz music I have never seen or heard bladeenc output worse than xing.
(worse than lame, yes)
Now, to sorta keep this ON topic. I have never heard a an xing, blade OR
lame encoded mp3 sound better than a Garf tuned RC2 encode of my Jazz and
Classical stuff, (not a large sample set).
Also, I haven't used
2002 Jul 31
1
Re: [paranoia] live albums
Richard Polton (Richard.Polton@morganstanley.com) wrote:
> Is there a way, in either cdparanoia or ogg vorbis, to encode a live
> album which has tracks but no gaps between them? Is the only present
> solution to concatenate all the extracted wav files and then to encode
> it as a single ogg?
You can't cat wav files together. But you can tell cdparanoia to rip
the whole CD into
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files
with cat, i.e.
cat {file1.ogg} file2.ogg > outputfile.ogg
<p>I successfully used this capability, together with oggenc and sox, to
join two .WAV files in the following manner:
<p>oggenc -q9 file1.wav
...
oggenc -q9 file2.wav
---
cat file1.ogg file2.ogg > outfile.ogg
ox outfile.ogg outfile.wav
I get
2002 Nov 15
1
Re: [MP3 ENCODER] Re: Quality problem reencoding
Dan Nelson (dnelson@allantgroup.com) wrote:
> I guess the problem might be oggenc's option parser, then. Given a
> stereo 22050hz input file, I can't seem to get oggenc to encode less
> than 22kbits. The lowest bitrate it will allow on the commandline (for
> 22050hz/2ch input) is -b 30, but if you also add -M 1, it will generate
> a file with an average bitrate of 22.
$
2003 Nov 17
1
Re: Questions about your Neuros (was: [faq?] Portable players supporting ogg vorbis)
Daniel Déchelotte (maitre_yodan@club-internet.fr) wrote:
> Hi Greg,
I'm cc'ing the list because I'm sure these questions will be of use to
many other people.
> Yeah, I also find it hard to resist, but there is still one bit that
> concerns me: this huge and not so good-looking black backpack. How big is
> it actually? I am suspecting it's huge because I can't
2007 Aug 15
2
pcspkr wave encoding
Hi,
there is an interesting case when the FLAC encoder (using 1.2.0) is
given simple waves. Simple waves means: I have a list of {frequency,
duration, pause} tuples that define the monophonic tune. In other
words, exactly one frequency is played at a time.
This is the original dataset from 1989 (driving a PC speaker back
then):
$ ls -l ihold.sd
-rw-r--r-- 1 jengelh users 20616 Aug 14 00:57
2007 Aug 15
0
pcspkr wave encoding
--- Jan Engelhardt <jengelh@computergmbh.de> wrote:
> Hi,
>
>
> there is an interesting case when the FLAC encoder (using 1.2.0) is
> given simple waves. Simple waves means: I have a list of {frequency,
> duration, pause} tuples that define the monophonic tune. In other
> words, exactly one frequency is played at a time.
>
> This is the original dataset from
2001 Apr 05
0
HP-UX 9 problems (hangs on logout; tty isn't sane)
I'm trying to get OpenSSH 2.5.2p2 to run on HP-UX 9.05. I've had some
decent results, but I'm also seeing some problems.
I'm using the EGD (I configured with --with-prngd-socket=/tmp/entropy).
* Compiling required some changes, which I've attached. Two of the
changes are "hackish", and not at all suited to inclusion in the
source tree, but they might point
2024 Aug 09
0
[EXT] Re: Re: Opus Tools -- low bitrates, new features in 1.5, "expect-loss"
On Aug 09 11:58:33, u.windl at ukr.de wrote:
> > -----Original Message-----
> > From: opus <opus-bounces at xiph.org> On Behalf Of Jan Stary
> > Sent: Friday, August 9, 2024 12:00 PM
> > To: Petr Pa??zek <petrparizek2000 at yahoo.com>
> > Cc: opus at xiph.org
> > Subject: [EXT] Re: [opus] Re: Opus Tools -- low bitrates, new features in 1.5,
> >
2014 Dec 03
0
awk vs. mawk
On Nov 30 14:33:47, hans at stare.cz wrote:
> On Nov 26 22:39:27, hans at stare.cz wrote:
> > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> >
> > ./test_replaygain.sh[91]: mawk: not found
> > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
> >
> > Apparently, the tone-generating awk script does not work with
>
2014 Dec 10
1
awk vs. mawk
(ping, if there is any interest).
On Dec 03 13:21:16, hans at stare.cz wrote:
> On Nov 30 14:33:47, hans at stare.cz wrote:
> > On Nov 26 22:39:27, hans at stare.cz wrote:
> > > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> > >
> > > ./test_replaygain.sh[91]: mawk: not found
> > > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR:
2014 Dec 03
2
[PATCH] test_compression.sh
* Use `mktemp` instead of playing with date(1).
* Use -f instead of removing the file every time.
* "echo ERROR; exit 1" is what die() is for.
* Some cosmetic renamings ('k' to 'comp' for compression etc).
* Remove the MacOSX comment. It's not MacOSX specific,
and it's not a problem anyway. The number behaves just right.
* Remove the $((${size}+10)). It's
2024 Aug 08
1
[EXT] Re: Opus Tools -- low bitrates, new features in 1.5, "expect-loss"
> As the thing is to encode for human ears (AFAIK), I'd say that 4kHz
is already "quite high",
> and I wonder who can actually hear pure 20kHz sine.
If you read the beginning of RFC 6716, you learn that Opus never encodes
any frequencies that are higher than 20 kHz. So at some medium or high
bitrates, anything above 20 kHz is filtered out, not because of the
bitrate but
2008 Jan 10
3
Cycle Regression Analysis in R?
Hello R community,
Does anyone know of a package that will perform cycle regression
analysis? I have searched the R-help archives etc. but have come up with
nothing so far.
If I am unable to find an existing R package to do so, is there anyone
familiar with fitting sine functions to data. My problem is this:
I have a long time-series of daily SWE estimates (SWE = snow water
equivalence, or
2008 Nov 20
4
Fitting a sine wave using solver
Greetings,
I have several sets of oscillation data and would like to estimate the
parameters of a sine function to each set (and hopefully automate
this). A colleague provided an excel sheet that uses solver to minimize
the RSS after fitting the sine function to each data set, but this
cumbersome and difficult to automate. Is there a method in R for
fitting a given sine function to a
2006 Feb 20
2
Write pure sine to *.ogg directly?
Hello,
I am author of a Morse code training software written
in Perl at http://starling.ws/morse
Currently I output to *.wav and, if on Unix, convert to
*.ogg. And that's okay for a trainer.
But I have desire to upgrade the project to a real-time
communication tool...or at least a Morse code audio
mail routine. And I should like to avoid *.wav.
I'd like some means of writing a pure
2010 Dec 20
2
Sine Regression in R
Hi everyone,
I am trying to fit a sine function on one year of wind data. I have two
questions below.
Looking around on the net I managed to get the following:
Sine Equation: y = a + b * sin( c + d*x )
b is the amplitude, c is the phase shift, d is something deal with
periodicty of data*.*
This can be linearised by sin( c+dx ) = cos(c) * sin(dx) + sin(c) *
cos(dx).
If one calls dx = x1
y
2007 Sep 22
1
Echo Cancellation Problem -- with sound sample
Hello all,
I am trying out the echo cancellation of Speex (1.2beta2) on Windows XP. I use the Windows Media API (i.e. waveInOpen, waveOutOpen etc) for playback and capture, but I cannot make echo cancellation works in my use case. Here is a description of what I tried: (the sound is in 8kHz and 16 bits per sample, the frame size is 240, tail_length is long enough to cover the far end to near end