Re: writing to CD-RW

2025-05-04 Thread Niels Dettenbach
> Am 04.05.25 um 08:27 schrieb Andrew Randrianasulu : >> > Is there a best way to convert *.mp3 to *.wav ?? for CD-audio should work: ffmpeg -i input.wav -sample_fmt s16 -ar 44100 output.wav or ffmpeg -i input.wav -af "aformat=sample_fmts=s16:sample_rates=44100" output.wav hth niels. —

Re: writing to CD-RW

2025-05-03 Thread Andrew Randrianasulu
сб, 3 мая 2025 г., 01:14 Todd Gruhn : > I decided to catch everything in EMACS usinf M-x shall: > > gandalf#cdrecord -v -ignsize dev=/dev/rcd0d -audio -pad Following-On_2.wav > /rcd0d -audio -pad Following-On_2.wav > cdrecord: No write mode specified. > cdrecord: Assuming -sao mode. > cdrecord: If

Re: writing to CD-RW

2025-05-03 Thread Benny Siegert
Am 03.05.25 um 00:14 schrieb Todd Gruhn: cdrecord: Inappropriate audio coding in 'Following-On_2.wav'. Check the parameters on the .wav file. A CD needs 44100 Hz, 16 bit, stereo. These days, many .mp3 files are in 48000 Hz, which is what DVDs use (among others). You can use sox to conver

Re: writing to CD-RW

2025-05-02 Thread Todd Gruhn
I decided to catch everything in EMACS usinf M-x shall: gandalf#cdrecord -v -ignsize dev=/dev/rcd0d -audio -pad Following-On_2.wav /rcd0d -audio -pad Following-On_2.wav cdrecord: No write mode specified. cdrecord: Assuming -sao mode. cdrecord: If your drive does not accept -sao, try -tao. cdrecord

Re: writing to CD-RW

2025-05-02 Thread Cameron Kelly
My bad, I misinterpreted your OP. But Ffmpeg could do the mp3 to wav conversion properly. Sent from my iPhone > On May 2, 2025, at 2:45 PM, Todd Gruhn wrote: > > I converted MP3 to WAV -- I think making a wave-file is the problem... > >> On Fri, May 2, 2025 at 1:21 PM Andrew Randrianasulu >

Re: writing to CD-RW

2025-05-02 Thread Todd Gruhn
I converted MP3 to WAV -- I think making a wave-file is the problem... On Fri, May 2, 2025 at 1:21 PM Andrew Randrianasulu wrote: > > > > пт, 2 мая 2025 г., 20:13 Cameron Kelly : >> >> If you install the ffmpeg package, you should be able to. It's a very >> comprehensive piece of software to conv

Re: writing to CD-RW

2025-05-02 Thread Andrew Randrianasulu
пт, 2 мая 2025 г., 20:13 Cameron Kelly : > If you install the ffmpeg package, you should be able to. It's a very > comprehensive piece of software to convert different types of audio > files and sources. > another alternative might be sox, but you better to read uts man oage. generally cd-audio

Re: writing to CD-RW

2025-05-02 Thread Cameron Kelly
If you install the ffmpeg package, you should be able to. It's a very comprehensive piece of software to convert different types of audio files and sources. https://stackoverflow.com/questions/3255674/convert-audio-files-to-mp3-using-ffmpeg On 2025-05-02 12:22 p.m., Todd Gruhn wrote: I see th

writing to CD-RW

2025-05-02 Thread Todd Gruhn
I see this error: cdrecord: Inappropriate audio coding in foo.wav Is there a best way to convert *.mp3 to *.wav ??

writing to CD-RW

2025-04-08 Thread Todd Gruhn
I saw : cdrecord: warning: cannot read drive buffer I cant recall this , the last time I did that. The disk is 1x to 4x . I have several CD-RW by different companies. What should I try. Is there another way to write to CD-RW? BTW: I just updated the ./sysutils/cdrtools