[vorbis] [line-in.to.ogg]

Lorenzo Prince lorenzo at princenet.sytes.net
Sat May 10 11:27:52 PDT 2003



Really cool.  Where can I get the "brec" command used in this script?

Thanks,
Lorenzo

Microsoft Corp., concerned by the growing popularity of the free 32-bit
operating system for Intel systems, Linux, has employed a number of top
programmers from the underground world of virus development.  Bill Gates stated
yesterday: "World domination, fast -- it's either us or Linus".  Mr. Torvalds
was unavailable for comment ...
        -- Robert Manners, rjm at swift.eng.ox.ac.uk, in comp.os.linux.setup

Paul Martin staggered into view and mumbled:

> On Sun, May 04, 2003 at 06:19:22PM +0300, maxim abalenkov wrote:
>
> >   could you advice me some kind of computer audio recording programme
> >   to write music 'on-the-fly' from line-in sound card exit to ogg
> >   vorbis file directly. for example, there is an 'absolute mp3
> >   recorder', but i would like to record audio in ogg vorbis.
>
> You didn't specify operating system...
>
> #!/bin/bash
>
> output=${1:-/tmp/recording.ogg}
> duration=${2:-1800}
>
> brec -S -s 48000 -b 16 -t $duration -D 1 -r | \
>  nice -n -10 oggenc -Q -q 6 -r -R 48000 -C 2 -o $output -
>
>
> --
> Paul Martin <pm at zetnet.net> (work)
>   <pm at nowster.zetnet.co.uk> (home)
> --- >8 ----
> List archives:  http://www.xiph.org/archives/
> Ogg project homepage: http://www.xiph.org/ogg/
> To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
> containing only the word 'unsubscribe' in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
>
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list