Thursday, August 16, 2012

Audio Editor

best audio, mp3 - cutter, converter, editor, merger - mp3 editing, extracting softwares

1. Cutter, Editor, Merger:
Install, mp3 splt, mp3 wrap using,
$ sudo apt-get install mp3wrap mp3splt
a) To Split:
Put the mp3 files in home folder, and execute the following command in the terminal. 
$ mp3splt filename.mp3 00.00 01.23 03.20
Now the file will splitted to two halves.
First Half, from 00:00 to 01:23 and
Second half, from 01:23 to 03:20

b) To merge or to join: 
$ mp3wrap merged_filename.mp3 filename1.mp3 filename2.mp3
That is all :-)
2. Audio Extractor & Sound Converter:
           Using this we can even extract the audio from a video file. :-)

a) Install, 'Sound Converter' from Ubuntu Software Center.
b) File -> Choose Add file or Add folder.
c) Edit -> Preferences, Choose the Format, Quality you want.
d) Then Press Convert
Audacity:
 It is a sophisticated audio editor. Using this we record and we can add effects  to audio files.
Jokosher Audio Editor:
         Using this We can create a new Music file, by mixing audio and instrument files separately.
.

No comments: