immfri / gui-dab-odrTools

GUI4ODR - GUI of the ODR-mmbTools for DAB/DAB+
http://github.com/Opendigitalradio
Other
7 stars 4 forks source link

Add support for file source in Subchannel #4

Open andimik opened 7 years ago

andimik commented 7 years ago

Currently only ALSA, jack and webstream are displayed.

Why not add support for file source for offline testing?

Like this one:


subchannels {
    sub-p1 {
        ; MPEG
        type audio
        inputfile "foo.mp2"
        bitrate 192
        id 10
        protection 1
        }
    sub-p2 {
        type dabplus
        inputfile "foo.dabp"
        bitrate 88
        id 1
        protection 1
        }
    }

Both files were creating as described in the ODR PDF on http://opendigitalradio.github.io/mmbtools-doc/mmbtools.pdf as well as https://github.com/Opendigitalradio/ODR-AudioEnc

andimik commented 6 years ago

Any chance?