On Mon, 2007-07-16 at 23:12 +0200, Thomas B. Ruecker wrote:> If you want to experiment with speex: I think ezstream can handle this. > oggfwd tooThis is an alsa stream from the line-in port. Ezstream & oggfwd apparently do not stream from Alsa. I've seen some acrecord command line options, but it would also be nice to update metadata often too. Ices seems best. I've already grepped the sources and glanced how ogg.h is used. Probably wouldn't take much to incorporate speex as speex.h is probably extremely similar. -- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61 Mon Jul 16 18:33:52 PDT 2007
I wasn't aware that Ices couldn't handle Speex. What else can it not handle? Theora? Who's in charge of Ices? On 7/17/07, roger <roger@eskimo.com> wrote:> I've already grepped the sources and glanced how ogg.h > is used. Probably wouldn't take much to incorporate speex as speex.h > is probably extremely similar.Well, those are good news.
wget ices*bz2 fgrep ./* -e "speex" ? fgrep ./* -e "ogg" ? Can't remember the exact lib name(s), but speex is very similar to vorbis/ogg lib implementations. So whomever wrote ices, would probably have a pretty easy time incorporating it. Well, before I do anything, I still need to get my program outputting usable metadata. On Thu, 2007-07-19 at 23:56 +0100, Ivo Emanuel Gon?alves wrote:> I wasn't aware that Ices couldn't handle Speex. What else can it not > handle? Theora? Who's in charge of Ices? > > On 7/17/07, roger <roger@eskimo.com> wrote: > > I've already grepped the sources and glanced how ogg.h > > is used. Probably wouldn't take much to incorporate speex as speex.h > > is probably extremely similar.-- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61 Fri Jul 20 14:18:21 PDT 2007