similar to: cpu usage for ices and oggenc

Displaying 20 results from an estimated 10000 matches similar to: "cpu usage for ices and oggenc"

2004 Oct 13
0
[Icecast] cpu usage for ices and oggenc
On Thursday 14 October 2004 03:11, Andy Baxter wrote: > I'm running ices-kh to stream from jack at 64kbps, and also using oggenc > (with ecasound via jack) to record the audio to disk at the same time. > This is also running at 64kbps. > > ices is using virtually no cpu (0.0%), but oggenc is using 15-16%. I can't > see why there should be such a difference - both are
2004 Oct 13
0
cpu usage for ices and oggenc
On Thursday 14 October 2004 03:11, Andy Baxter wrote: > I'm running ices-kh to stream from jack at 64kbps, and also using oggenc > (with ecasound via jack) to record the audio to disk at the same time. > This is also running at 64kbps. > > ices is using virtually no cpu (0.0%), but oggenc is using 15-16%. I can't > see why there should be such a difference - both are
2004 Oct 18
9
ices-kh dropping jack ports unexpectedly
I've been having a problem where ices-kh (the jack'ified version) disconnects from its jack input source unexpectedly. This happens mainly while other jack clients are being started/stopped, or connected/disconnected, but also at other times (e.g. switching between different X sessions). I'm planning to do a bit more work on tuning up the jack setup to see if I can get rid of the
2004 Oct 18
1
Re: ices-kh dropping jack ports unexpectedly
On Mon, 18 Oct 2004 16:15:44 +0100, EvilOverlord wrote: >> The setup I'm working with is an ecasound session relaying audio between >> its input and output ports, with its output connected to all the ices >> clients for the different streams we're running. Then I'm >> switching the ecasound input between different stream sources (line in, >> recorded
2004 Oct 31
2
Re: ices-kh dropping jack ports unexpectedly
On Sun, 31 Oct 2004 22:32:17 +0000, andy wrote: > On Mon, 18 Oct 2004 16:06:00 +0100, Andy Baxter wrote: > >> I've been having a problem where ices-kh (the jack'ified version) >> disconnects from its jack input source unexpectedly. This happens mainly >> while other jack clients are being started/stopped, or >> connected/disconnected, but also at other times
2003 Jul 31
3
using vcut on split ogg files
hi, I am recording a continuous 24/7 broadcast using ecasound, oggenc and cronolog. because the broadcast is continuous and to not lose any data, I split up the recorded stream into a file for every 30 minutes using cronolog (http://www.cronolog.org). o the chain looks like the following: ecasound | oggenc | cronolog the problem is the following, because the oggfiles are split, they lack a
2005 Dec 18
2
ices-kh60: latency bug
hello, I've just got ices-kh60 running with jack. It's working OK apart from a problem where the latency on the stream creeps up from about 15-20 secs to around 7 minutes. The stream plays OK, but the audio coming out is 7 minutes behind what goes in. I'm not sure how this can be happening, seeing as I don't think there are any buffers that long in the system, but it is.
2004 Aug 24
1
arecord/oggenc stops after 3 hours 45 minutes 47 seconds
On Aug 23, 2004, at 9:35 PM, Ralph Giles wrote: > On Mon, Aug 23, 2004 at 11:49:27AM -0700, Eric Smith wrote: > >> I've tracked the problem down to abuse of the C type size_t in >> aplay.c. So I'm pretty sure it's not a problem in oggenc. > > Hmm. Wouldn't have expected that from alsa, though if it's saving > as 'wav' you have to sort of
2004 Aug 30
3
low bandwidth broadcasting using ices2
Is there any way to bring the bitrate in ices2 down below 32 kbps? I'm setting up a demo for someone of how to use linux to do net radio broadcasting. The setup I'm thinking of is to use ardour plus jack to mix two (maybe more) input sources (live audio and recorded tracks/programmes), then send the mixed audio to ices2 for streaming to icecast2, using the jackified version of ices2. This
2004 Aug 30
3
low bandwidth broadcasting using ices2
Is there any way to bring the bitrate in ices2 down below 32 kbps? I'm setting up a demo for someone of how to use linux to do net radio broadcasting. The setup I'm thinking of is to use ardour plus jack to mix two (maybe more) input sources (live audio and recorded tracks/programmes), then send the mixed audio to ices2 for streaming to icecast2, using the jackified version of ices2. This
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi, Has anyone succeeded to build oggenc and oggdec on Mac OS X with static linking? I can build libogg and libvorbis and install them as dynamic libraries (by running ./configure, make and then make install). Then oggenc and oggdec will load them in runtime and use them. That works fine. But I'd like to build these two command line tools so they're linked with all the libraries they
2004 Oct 31
0
Re: ices-kh dropping jack ports unexpectedly
On Mon, 18 Oct 2004 16:06:00 +0100, Andy Baxter wrote: > I've been having a problem where ices-kh (the jack'ified version) > disconnects from its jack input source unexpectedly. This happens mainly > while other jack clients are being started/stopped, or > connected/disconnected, but also at other times (e.g. switching between > different X sessions). I'm planning to do
2004 Oct 18
0
ices-kh dropping jack ports unexpectedly
On Mon, 2004-10-18 at 16:06, Andy Baxter wrote: > I've been having a problem where ices-kh (the jack'ified version) > disconnects from its jack input source unexpectedly. This happens mainly > while other jack clients are being started/stopped, or > connected/disconnected, but also at other times (e.g. switching between > different X sessions). I'm planning to do a bit
2004 Oct 18
0
ices-kh dropping jack ports unexpectedly
Andy Baxter wrote: > I've been having a problem where ices-kh (the jack'ified version) > disconnects from its jack input source unexpectedly. This happens mainly > while other jack clients are being started/stopped, or > connected/disconnected, but also at other times (e.g. switching between > different X sessions). I'm planning to do a bit more work on tuning up the
2000 Nov 12
1
compiling oggenc
Hello all, I am trying to compile oggenc from the "vorbis nightly cvs" archive... and I've been hacking something together for about 3 hours now... and i'm getting the feeling that it should not be this hard... what is the correct way to use the CVS tree and VC++ Pro 5.0? -=csmafia _________________________________________________________________________ Get Your Private,
2004 Jun 22
2
Q: merging ogg files
Hi, I'm new here. I would like to write 2 simple utilities to maniputale OGG files: 1) oggjoin --output-file=result.ogg file1.ogg file2.ogg ... Merge file1, file2, ... into result.ogg file 2) oggpause --output-file=result.ogg --duration=0.5 Generate result.ogg with silence for 0.5 seconds oggpause --output-file=result.ogg --input-file=source.ogg Generate result.ogg with silence equal
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
I download all the tarballs for rc3. I compiled and installed all the libraries successfully, but I wan't able to compile the vorbis tools (1.0rc3) package succesfully. I can run configure successfully, but when I run make it dies with this make[2]: Entering directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -o
2004 Aug 29
1
Re: low bandwidth broadcasting using ices2
On Sun, 29 Aug 2004 17:53:29 -0700, Ralph Giles wrote: > On Mon, Aug 30, 2004 at 03:03:28AM +0100, Andy Baxter wrote: > >> Is there any way to bring the bitrate in ices2 down below 32 kbps? > > Generally the trick for this is to downsample the audio before encoding. > You can ask ices to do this with a resample stanza in the config file: > > <resample>
2003 May 04
3
[line-in.to.ogg]
hello, people! 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. -- kind regards, maxim abalenkov http://maniac.times.lv copy writer mail to: vault13@inbox.lv
2003 Jun 25
6
Using oggenc
Hello all, I wanted to ask some experienced users some settings about oggenc. 1. How can I setup oggenc so that I can DIRECTLY rip tracks off my audio cd? As we all know, audio cd doens't really have a file format that we can directly use. Do I HAVE to convert them to wav files then convert them to ogg files? 2. The options: -b -m -M with the bitrate of the audio file. If I set something