bbc / audiowaveform

C++ program to generate waveform data and render waveform images from audio files
https://waveform.prototyping.bbc.co.uk
GNU General Public License v3.0
1.94k stars 242 forks source link

Docker image #28

Closed thom4parisot closed 7 years ago

thom4parisot commented 9 years ago

Some WIP of a possible Docker image for audiowaveform.

Some documentation is needed to work out to use stdin and stdout. Ideally we want something like:

cat some/file.mp3 | docker run -i bbcrd/audiowaveform -i - -o - -b 8 > file.dat
jamesgraham commented 7 years ago

@oncletom what would be needed to get this merged? Is it compatible with the current version?

chrisn commented 7 years ago

Hi @jamesgraham, there are a few considerations: One is that I'd prefer this to be in a separate repo to the main source repo. Another is that the Dockerfile would be better if it installed the package from the Ubuntu PPA (updating the versions available there is on my to-do list), unless you want the container for development purposes, that is?

I notice that @seeekr has published a Dockerfile here, although this could use updating to the latest release.