I actually considered that as an option, but my true goal is to have one
program that can handle the conversion in one step. I even browsed through
the sndfile API and was amazed at how easy the conversion should be - read
from one file, and write to the other. However I didn't see any way to
write to stdout, because it uses the SNDFILE structure which can only be
built from a char* filename. I then stopped pursuing that path. Am I
missing something in the API?

But more to the point, is there not enough interest in the lame realm to
port to sndfile 1.0.x?

On Thu, 23 Jan 2003, Per Bolmstedt wrote:

>
> > My question is two fold. First, does anyone know of another (read
> > better) way to convert from vox to mp3 on a unix platform?
>
> Let something using libsnd read .vox and pipe to stdout while letting lame
> read from stdin and output .mp3 to disk.
> _______________________________________________
> mp3encoder mailing list
> [EMAIL PROTECTED]
> http://minnie.tuhs.org/mailman/listinfo/mp3encoder
>

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to