Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 01:25:29 +0600
From:      sfinks12 <sfinks12@nm.ru>
To:        freebsd-questions@freebsd.org
Subject:   Re[2]: How i can encode pcm to mp3
Message-ID:  <1619565244.20031024012529@nm.ru>
Resent-Message-ID: <20031023192032.0522243F3F@mx1.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hello Mike,

Friday, October 24, 2003, 12:59:14 AM, you wrote:

>> I wnat record radio, when i absent.
>> When i use # lame , sound don't rec.

MM> I'm not sure what you're using to actually record with, but lame can encode
MM> pcm data to mp3.

MM> __________


./SOUND_REC 3600 | lame -[some options] -  out.mp3

where ./SOUND_REC - my C program which read info from /dev/dsp.
In the output file the bad sound, dont bad quatly.

when i enter:
./SOUND_REC 3600 | oggenc -[some options] -  wav out.wav
The file is normal, but file is very large.

When i try to enter:
./SOUND_REC 3600 | oggenc -[some options] -  wav | lame -[some options] -  out.mp3
oggenc -return error.


FreeBSD FOREVER,
 sfinks12                          mailto:sfinks12@nm.ru
OS: FreeBSD 4.7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1619565244.20031024012529>