Difference between revisions of "Toolame-DAB"

From OpenDigitalRadio
Jump to navigationJump to search
Line 3: Line 3:
 
It supports also options to add DAB PAD field on every frame.
 
It supports also options to add DAB PAD field on every frame.
  
Source code: http://sourceforge.net/projects/toolame/files/
+
===Usage===
 +
 
 +
-s <kHz>: sampling rate in kHz
 +
-D <bytes>: add x bytes to every MPEG frame for DAB support
 +
-b <bitrate>: output bitrate in kbit/s
 +
 
 +
 
 +
toolame -s 48 -D 4 -b 128 /dev/stdin /dev/stdout
 +
 
 +
===Source code===
 +
 
 +
http://sourceforge.net/projects/toolame/files/
  
 
===Warning !===
 
===Warning !===
 
A more recent fork called twolame exists. Despite de fact that the code has been cleaned, twolame has lost DAB support that was present in toolame. So be careful to install toolame and not twolame for DAB tests.
 
A more recent fork called twolame exists. Despite de fact that the code has been cleaned, twolame has lost DAB support that was present in toolame. So be careful to install toolame and not twolame for DAB tests.

Revision as of 23:05, 27 November 2009

Toolame is an open source implementation of MPEG-1/2 Layer II audio coding.

It supports also options to add DAB PAD field on every frame.

Usage

-s <kHz>: sampling rate in kHz
-D <bytes>: add x bytes to every MPEG frame for DAB support
-b <bitrate>: output bitrate in kbit/s


toolame -s 48 -D 4 -b 128 /dev/stdin /dev/stdout

Source code

http://sourceforge.net/projects/toolame/files/

Warning !

A more recent fork called twolame exists. Despite de fact that the code has been cleaned, twolame has lost DAB support that was present in toolame. So be careful to install toolame and not twolame for DAB tests.