Re[2]: How i can encode pcm to mp3

2003-10-23 Thread sfinks12
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:[EMAIL PROTECTED]
OS: FreeBSD 4.7

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How i can encode pcm to mp3

2003-10-23 Thread Mike Maltese
> I wnat record radio, when i absent.
> When i use # lame , sound don't rec.

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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How i can encode pcm to mp3

2003-10-23 Thread sfinks12
Hello All.

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

I'am sory, but me english is VERY poor.
-- 
FreeBSD FOREVER,
 sfinks12  mailto:[EMAIL PROTECTED]
OS: FreeBSD 4.7

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"