PDA

View Full Version : [ubuntu] Audacity only lets me record for HALF A SECOND!


fredbird67
May 2nd, 2009, 01:18 AM
I upgraded to Jaunty Jackalope last weekend. I'm trying to record an old LP to burn to a CD, but I'm running into the most infuriating problem! Whenever I record, even though I've got oodles of disk space left, Audacity only captures the first HALF A SECOND of audio, and I've got the screenshot to prove it!

Where in Sam Hill do I correct this? Sheesh!

fredbird67
May 2nd, 2009, 10:09 AM
Never mind! I completely removed it and reinstalled it and it's working fine now. :-)

Altay_H
June 3rd, 2009, 07:21 PM
I have the exact same problem.

Never mind! I completely removed it and reinstalled it and it's working fine now. :-)
Unfortunately this did not work for me. I went to Synaptic and completely removed both audacity and audacity-data then installed them again, but the problem still exists.

EDIT:
Changing the frequency to 48000 solves the problem. (http://www.linuxquestions.org/questions/ubuntu-63/audacity-records-for-a-half-second-then-stops.-723221/)

igorzwx
June 3rd, 2009, 10:41 PM
This might be a universal solution to such problems:
http://n2.nabble.com/How-to-record-sound-on-Ubuntu-8.04%2C-8.10%2C-9.04-tp2988982p2988982.html

Some other hint one may find here:
http://n2.nabble.com/user/UserNodes.jtp?user=126956
:)

robert shearer
June 3rd, 2009, 11:21 PM
Audacity is a great app:)

Though I prefer gramofile for recording large numbers of lps. (install mctools-lite to get the integrated mixer)

Gnome Wave Cleaner for removing clicks, pops and other noises. (gwc)

and wavebreaker for splitting tracks.

igorzwx
June 4th, 2009, 12:19 PM
Interesting!

GramoFile README:
"To record and play .wav files, modified versions of brec(1) and bplay(1)
by David Monro are used. These programs provide buffered recording and
playback, so all will go well even on a highly loaded system..."

$ brec
The program 'brec' is currently not installed. You can install it by typing:
sudo apt-get install bplay
bash: brec: command not found
$ sudo apt-get install bplay

$man brec

brec [-d device] [-B buffersize] [-S] [-s speed] [-b bits] [[-t secs] |
[-T samples]] [-r|-v|-w] [-D level] [file]


$ brec -d /dev/dsp1 -S -s 44100 -b 16 -w mumu.wav

It works!
Recording can be stopped with Ctrl+C

Quality is good.

sox mumu.wav mumu-out.wav norm -3

:)