Displaying 5 results from an estimated 5 matches for "rawrec".
Did you mean:
nasrec
2005 Jul 09
1
Ices host hangup with icecast2.2kh9 on server host
...ng config;
4 ices hosts, ices-kh60
2 are streaming to icecast2.1kh5 server.
2 are streaming to icecast2.2kh9 server.
The 2 hosts streaming to icecast2.2kh9 are crashing (machine crash...)
twice a week.
I was thinking of hardware problem, but it think it's not the case.
To feed ices, I use:
rawrec | ices
Which I found very sensitive and may cause machine handup if any trouble.
Is it possible that under certain circumstances, icecast2.2kh9 is
blocking something, causing ices freeze, then rawrec crashing the
machine while trying to do access sound card without being able to send
audio to i...
2003 Jun 28
2
oggenc and Encoding with VBR
Apologies if this is know. But I've spent most of today Googling for a way
to get this working, and to me, something is wrong here. But it might well
be me. Anyway...
I've been trying to record direct from the soundcard into an ogg file.
I came up with
rawrec -t 10 | oggenc -r -Q -q 5 - > foo.ogg
which partially works. ogg123 will play it, but ogginfo reports
Warning: Hole in data found at approximate offset 4500 bytes. Corrupted
ogg.
along with all the regular stuff, and WinAmp on Windows refuses to play it
at all.
Turns out, despite the -Q f...
2005 Mar 30
2
Encoding Streaming Audio -- Possible?
...> seems it only encodes from pre-existing files.
>
> Is this right, or can I use Flac to encode the incoming signal from
> the radio
> and store it in a file?
it can record from stdin.
there are some other programs that may be closer to what you're
looking for, take a look at rawrec (http://rawrec.sourceforge.net/)
or other progs on the links page:
http://flac.sourceforge.net/links.html#software
Josh
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
2004 Aug 06
2
replacing ACELP encoding with speex
...coded in a .rm container yields about
16.3 meg file. With speex in wideband vbr I'm getting very good quality
results, but with a larger filesize of 19.1 meg.
I'm currently using the command line below in a shell script, $1 is the
time in seconds, and $2 is just the file name specified.:
rawrec -d /dev/dsp -t $1 -s 16000 | speexenc -w --vbr --stereo - $2-$DATE.spx
I'm looking for some recomendations on getting down near or below 16meg
file size and maintaining the current 16k feed.
Thanks,
-Jason
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: htt...
2005 Mar 30
0
Encoding Streaming Audio -- Possible?
...nderstand how you
can send an audio stream through stdin -- we are talking stdin, as in what is
usually keyboard input from bash. Any suggestions on a good place to learn
more about this?
> there are some other programs that may be closer to what you're
> looking for, take a look at rawrec (http://rawrec.sourceforge.net/)
> or other progs on the links page:
>
> http://flac.sourceforge.net/links.html#software
Great! I'll check them out now.
Thanks!
Hal
> Josh