I ripped some music some time ago when I did not have any mp3 players. Well now I have one and I would like to put the files on an mp3 so I can get many on a cd. I looked and had I done so when I ripped I could have done it easily. Now I would like to take the wav files and make them mp3 but I can not seem to do so. It would seem like I could use the same KD3 module as it knows how but I could not find a way to do it. does anyone have an idea how to make the conversion? Thanks in advance for any help you can offer. Bob -- Robert A. Rawlinson
On August Monday 22 2005 2:14 pm, Robert A. Rawlinson wrote:
I ripped some music some time ago when I did not have any mp3 players. Well now I have one and I would like to put the files on an mp3 so I can get many on a cd. I looked and had I done so when I ripped I could have done it easily. Now I would like to take the wav files and make them mp3 but I can not seem to do so. It would seem like I could use the same KD3 module as it knows how but I could not find a way to do it. does anyone have an idea how to make the conversion? Thanks in advance for any help you can offer. Bob Audacity,which is installed by default in 9.3 will convert most music files to mp3 ( if you have lame installed ) or ogg ( better sound at same compression levels) or either to wavs .. I think there is also a program called sox?? that does similar and might even convert to other file systems flac or suchlike music files
-- j registered linux user #363029
On Monday 22 August 2005 14:31, jfweber@bellsouth.net wrote:
Audacity,which is installed by default in 9.3 will convert most music files
I like to use notlame in a script http://users.rsise.anu.edu.au/~conrad/not_lame/ Dump all your wavs into a directory, put notlame in there too, then run this script #!/bin/bash for file in *.wav; do ./notlame -h $file $file.mp3 done I agree with jfweber's suggestion to consider ogg. I never use mp3 anymore, only ogg. My script is: #! /bin/bash for file in *.wav; do oggenc $file -q 9 done Bryan ******************************************************** Powered by SuSE Linux 9.2 Professional KDE 3.3.0 KMail 1.7.1 This is a Microsoft-free computer Bryan S. Tyson bryantyson@earthlink.net ********************************************************
Hello everybody Some applications in my system cannot play sound when I require it. let me try to explain : If, in the KDE configuration center --> sound system configuration I click on the test button, I can hear the test sound, therefore I think that it is not an hardware problem. If I try to associate sound to certain window manager events (for a example when a new window appear), I can't hear anything if I cliclk on the "play" button near the name of the sound and naturally I never hear sound when a new window appear. But, what surprise me, some application like kalarm or amsn for example can play sound. Similar problem when I try to play music cd. With kscd I don't hear anything, but with Gnome CD player (on KDE) or a player named "Goobox 0.7.1" no problem. But kscd find my disck since it display the right name of the artist and the tracks of the disc, and it increase the "time counter" if I click on plan Did you have an idea what I've done wrong during the installation ? My system runs version 9.3 and my sound card is a SB Audigy. $> dmesg | grep sound ALSA sound/pci/emu10k1/emufx.c:1385: Installing spdif_bug patch: Audigy 2 [Unknown] $> lsmod | grep snd snd_seq_oss 42496 0 snd_seq_dummy 5508 0 snd_pcm_oss 69280 0 snd_mixer_oss 23040 1 snd_pcm_oss snd_seq_midi 12480 0 snd_emu10k1_synth 10880 0 snd_emux_synth 48512 1 snd_emu10k1_synth snd_seq_virmidi 9984 1 snd_emux_synth snd_seq_midi_event 10496 3 snd_seq_oss,snd_seq_midi,snd_seq_virmidi snd_seq_midi_emul 10368 1 snd_emux_synth snd_seq 73024 10 snd_seq_oss,snd_seq_dummy,snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,snd_seq_midi_emul snd_emu10k1 134564 7 snd_emu10k1_synth snd_rawmidi 33824 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1 snd_seq_device 11664 8 snd_seq_oss,snd_seq_dummy,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq,snd_emu10k1,snd_rawmidi snd_ac97_codec 101720 1 snd_emu10k1 snd_pcm 123016 4 snd_pcm_oss,snd_emu10k1,snd_ac97_codec snd_timer 31368 3 snd_seq,snd_emu10k1,snd_pcm snd_page_alloc 13704 2 snd_emu10k1,snd_pcm snd_util_mem 7168 2 snd_emux_synth,snd_emu10k1 snd_hwdep 13472 2 snd_emux_synth,snd_emu10k1 snd 79336 31 snd_seq_oss,snd_seq_dummy,snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,snd_seq_midi_emul,snd_seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer,snd_util_mem,snd_hwdep soundcore 12704 1 snd Thank you in advance for your help claude
On Tuesday 30 August 2005 12:13 am, Claude Fuhrer wrote:
Hello everybody
Some applications in my system cannot play sound when I require it.
let me try to explain :
If, in the KDE configuration center --> sound system configuration I click on the test button, I can hear the test sound, therefore I think that it is not an hardware problem.
If I try to associate sound to certain window manager events (for a example when a new window appear), I can't hear anything if I cliclk on the "play" button near the name of the sound and naturally I never hear sound when a new window appear. But, what surprise me, some application like kalarm or amsn for example can play sound.
Similar problem when I try to play music cd. With kscd I don't hear anything, but with Gnome CD player (on KDE) or a player named "Goobox 0.7.1" no problem. But kscd find my disck since it display the right name of the artist and the tracks of the disc, and it increase the "time counter" if I click on plan
Did you have an idea what I've done wrong during the installation ?
My system runs version 9.3 and my sound card is a SB Audigy.
$> dmesg | grep sound
ALSA sound/pci/emu10k1/emufx.c:1385: Installing spdif_bug patch: Audigy 2 [Unknown]
$> lsmod | grep snd snd_seq_oss 42496 0 snd_seq_dummy 5508 0 snd_pcm_oss 69280 0 snd_mixer_oss 23040 1 snd_pcm_oss snd_seq_midi 12480 0 snd_emu10k1_synth 10880 0 snd_emux_synth 48512 1 snd_emu10k1_synth snd_seq_virmidi 9984 1 snd_emux_synth snd_seq_midi_event 10496 3 snd_seq_oss,snd_seq_midi,snd_seq_virmidi snd_seq_midi_emul 10368 1 snd_emux_synth snd_seq 73024 10 snd_seq_oss,snd_seq_dummy,snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_s eq_midi_event,snd_seq_midi_emul snd_emu10k1 134564 7 snd_emu10k1_synth snd_rawmidi 33824 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1 snd_seq_device 11664 8 snd_seq_oss,snd_seq_dummy,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd _seq,snd_emu10k1,snd_rawmidi snd_ac97_codec 101720 1 snd_emu10k1 snd_pcm 123016 4 snd_pcm_oss,snd_emu10k1,snd_ac97_codec snd_timer 31368 3 snd_seq,snd_emu10k1,snd_pcm snd_page_alloc 13704 2 snd_emu10k1,snd_pcm snd_util_mem 7168 2 snd_emux_synth,snd_emu10k1 snd_hwdep 13472 2 snd_emux_synth,snd_emu10k1 snd 79336 31 snd_seq_oss,snd_seq_dummy,snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_emu10k 1_synth,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,snd_seq_midi_emul, snd_seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_ti mer,snd_util_mem,snd_hwdep soundcore 12704 1 snd
Thank you in advance for your help
claude have you found a solution to this? I am experiencing the same symtoms in SuSE 9.1 Pro with KDE 3.4.1. Have not suceeded in upgrading to 3.4.2 because of numerous dependences. My audio card is a SBLive! 5.1 Digital Model SB0220. -- Russbucket
On Thursday 01 September 2005 3:01 pm, Russbucket wrote:
On Tuesday 30 August 2005 12:13 am, Claude Fuhrer wrote:
Hello everybody
Some applications in my system cannot play sound when I require it.
let me try to explain :
If, in the KDE configuration center --> sound system configuration I click on the test button, I can hear the test sound, therefore I think that it is not an hardware problem.
If I try to associate sound to certain window manager events (for a example when a new window appear), I can't hear anything if I cliclk on the "play" button near the name of the sound and naturally I never hear sound when a new window appear. But, what surprise me, some application like kalarm or amsn for example can play sound.
Similar problem when I try to play music cd. With kscd I don't hear anything, but with Gnome CD player (on KDE) or a player named "Goobox 0.7.1" no problem. But kscd find my disck since it display the right name of the artist and the tracks of the disc, and it increase the "time counter" if I click on plan Not sure about the rest, but with kscd at least, do you have a cable from the CD drive to the sound card? I believe that kscd requires this (plays analog sound as opposed to digital). Other players can play CDs digitally so do not require this cable.
-- Don
Don Raboud wrote:
Similar problem when I try to play music cd. With kscd I don't hear anything, but with Gnome CD player (on KDE) or a player named "Goobox 0.7.1" no problem. But kscd find my disck since it display the right name of the artist and the tracks of the disc, and it increase the "time counter" if I click on plan Not sure about the rest, but with kscd at least, do you have a cable from the CD drive to the sound card? I believe that kscd requires this (plays analog sound as opposed to digital). Other players can play CDs digitally so do not require this cable.
I believe Kscd can use the digital input too.
On Thu, 2005-09-01 at 21:20 -0400, James Knott wrote:
I believe Kscd can use the digital input too.
It was possible in KDE shipped with 9.2. In 9.3 the check box for digital input, in the kscd config, is gone. Likewise in KDE 3.4.2 (SuSE RPMs). -- Arun Khan Linux is like a wigwam - no gates, no windows, apache inside
On 22 Aug 2005, rarawlinson@siscom.net wrote:
Now I would like to take the wav files and make them mp3 but I can not seem to do so. It would seem like I could use the same KD3 module as it knows how but I could not find a way to do it. does anyone have an idea how to make the conversion?
(1) Make sure that lame is installed, if not get it from packman. (2) Encode the wav's with lame. For good sound qualities, you can use: (a) Desktop- "lame --preset standard <in_file> <out_file>" (b) Portable- "lame --preset medium <in_file> <out_file>". If the version of lame that you are using doesn't support the meduim preset, you can use "--preset standard -Y". (3) Now use a tagging program to tag the files automatically for you. I suggest using easytag. Charles -- "Even more amazing was the realization that God has Internet access. I wonder if He has a full newsfeed?" (By Matt Welsh)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2005-08-22 at 14:14 -0400, Robert A. Rawlinson wrote:
I ripped some music some time ago when I did not have any mp3 players. Well now I have one and I would like to put the files on an mp3 so I can get many on a cd. I looked and had I done so when I ripped I could have done it easily. Now I would like to take the wav files and make them mp3 but I can not seem to do so. It would seem like I could use the same KD3 module as it knows how but I could not find a way to do it. does anyone have an idea how to make the conversion?
You must be aware that mp3 is a proprietary format, and thus SuSE does not include converters to it. They can not do so legally. You can, however, use other formats like ogg, that are free and tools are included - unfortunately, few players (not computers) support it. Or you may want to compile or get "lame" to do the mp3 encoding. I would recommend using "grip", it manages the full process calling the appropriate tools. It is in the dvd. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFDFadltTMYHG2NR9URAk29AJ945ymtZAmLYBPCGveO6vROooDP0QCfeVSD xoo/79ogEOrCDaQnKqy+Y98= =sOJF -----END PGP SIGNATURE-----
participants (10)
-
Arun K. Khan
-
Bryan Tyson
-
Carlos E. R.
-
Charles philip Chan
-
Claude Fuhrer
-
Don Raboud
-
James Knott
-
jfweber@bellsouth.net
-
Robert A. Rawlinson
-
Russbucket