LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-14-2004, 02:57 AM   #1
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Rep: Reputation: 31
Recording software


I'm looking for some recording software for Linux. At the moment I'm using Soundforge in Windows which is far to heavy for it's task. The only thing it needs to do is record (from line in) a lot (100's) of DAT-tapes to be converted to mp3. Not all the recordings (all interviews) are in good shape so I use 'normalize' a lot to (just to increase the overall volume). In soundforge I can give the time to record, say 1.10 hour and walk away. When it's finished I save the recording put in another tape and record for another hour.
I found some recording apps but they either do not support a given time to record or miss the normalize option. Does anyone have a good app I can use? I hate switching to win just to be able to work.
In win I use dbPowerAMP to convert to mp3, is there something likewise on the linuxplatform aswell? I could finally say goodbye to Bill if I get this working.

Regards
 
Old 04-14-2004, 03:20 AM   #2
Chris H
Member
 
Registered: Aug 2003
Location: Farnborough, UK
Distribution: Zenwalk
Posts: 288

Rep: Reputation: 30
Audacity?
 
Old 04-14-2004, 08:39 PM   #3
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
There's also 'gnusound' - pretty simple, but it should do what you need.

'kwave' can handle really massive files (I've edited 90+ minutes of CD quality audio with 256MB RAM on this) and from what I can remember it has a normalise plugin.

For mp3 conversion I'd use 'lame' at the command line (its command line options are very simple).

At the moment I use 'krecord' to record live (DJ) mixes, as it's got particularly good input input monitoring, and 'lame' for compression.

On the odd occasion I have to normalise tracks I use 'normalize': http://www1.cs.columbia.edu/~cvaill/normalize/
you can do a whole folder in one go with
$ normalize -m *.wav
so it could save you some time by doing everything in one batch.

You could even go all-command-line and use 'streamer' to record the audio
e.g. $ streamer -t 1:00:00 -O soundtrack.wav -F stereo
would record an hour of stereo CD quality audio ( you can record at anything up to 48kHz I believe).

Which raises the interesting possibility of a script that does the whole process for you (I've used something similar to this to record a film soundtrack while I was out of the house before)

#!/bin/bash
streamer -t 2:00:00 -O withnail.wav -F stereo
normalize -m withnail.wav
lame -h -b 256 withnail.wav withnail.mp3

Just a thought.........

Dave
 
Old 04-15-2004, 02:34 AM   #4
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Original Poster
Rep: Reputation: 31
Great, thanx a lot!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recording software anyone?? LizardMan Linux - Software 2 09-20-2005 09:58 PM
LP recording software solar1951 Mandriva 9 09-05-2005 03:12 PM
recording software naanu Linux - Newbie 2 01-16-2004 03:06 PM
music recording software? Goatdemon Linux - Software 16 02-28-2003 05:06 PM
CD Recording Software moetjojo Linux - Software 5 05-18-2002 08:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration