Problem with recording
Posted: Tue Mar 17, 2009 7:43 pm
Hello.
I'd like to use Audacity for microphone recording and them mixing it with music. I am using openSuSE 10.3, where Audacity 1.3.3 was pre-installed. There is no problem with recording many separate tracks, as this version is using OSS (/dev/dsp) as default playback and recording device. However, for some stupid legal reasons, this bundled version doesn't have support for MP3 importing. So I downloaded Audacity 1.3.7 full source and compiled it with ordinary
as root. When I launched this version and try to record something, I received a warning message:
I noticed, that when I disable Software Playthrough and Play other tracks when recording new one, the problem is fixed. Nevertheless, I would really like to make use of the latter function. It may seem that my computer is too old to do these two things in one time, but in fact, I have Intel Core2Duo E8400 @ 3GHz, 4 gigabytes of RAM and Creative SB Live!.
Could you please advise me how to make this new version with MP3 support accept OSS devices for record and playback?
Thanks in advance.
I'd like to use Audacity for microphone recording and them mixing it with music. I am using openSuSE 10.3, where Audacity 1.3.3 was pre-installed. There is no problem with recording many separate tracks, as this version is using OSS (/dev/dsp) as default playback and recording device. However, for some stupid legal reasons, this bundled version doesn't have support for MP3 importing. So I downloaded Audacity 1.3.7 full source and compiled it with ordinary
Code: Select all
./configure
make
make install
I did some searching on the Internet and found, that I should choose ALSA:default as the input and output devices instead of OSS (/dev/dsp). I did so and this is strange what happened. I was able to record one stereo track with no problem. But when trying to record the second one, the entire program was slowed down, it lasted about 12 seconds to record 5-second-long audio and even so, there were lags in the second track.Error while opening sound device. Please check the input device settings and the project sample rate.
I noticed, that when I disable Software Playthrough and Play other tracks when recording new one, the problem is fixed. Nevertheless, I would really like to make use of the latter function. It may seem that my computer is too old to do these two things in one time, but in fact, I have Intel Core2Duo E8400 @ 3GHz, 4 gigabytes of RAM and Creative SB Live!.
Could you please advise me how to make this new version with MP3 support accept OSS devices for record and playback?
Thanks in advance.