|-< |-<hmm..could you post a patch for this? |-<
its only one line in s_linux.c line 422 or so: int sys_dacs_write(int fd,void* buf,long bytes) { here-> write(1, buf, bytes); return write(fd, buf,bytes); }
|-<> so redirected the pcm into 'encoder', the only mp3encoder aprt from |-<> fraunhofer stuff, that reads stdin |-< |-<which encoder is that?
ftp://wopr.campus.luth.se:/pub/mpeg_layer_3
but apparently lame seems to be pretty cool, although i havent got it run yet. especially you can turn off the psychoacoustic model, so its gaining in speed, which is cool for liveencing ..
gluk.so