blob: e38e5f7742b84ae951411ac21059f309339e4e74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
An mp3 frame level editor. Allows you to work with individual frames of an
mp3 stream. Supports mpeg audio 1/2/2.5 layer 1,2,3 cbr/vbr.
Feature:
- Removing bad frames and blips.
- Correcting certain errors in the stream.
- Working with individual frames, like one would with individual samples
in a wave editor
- Removing or adding of empty frames (for id3v2)
- Setting header flags, gain values
- ...
LICENSE: GPL2 or later
WWW: http://mp3asm.sourceforge.net/
|