realies/audiowaveform

By realies

Updated about 2 months ago

Audiowaveform Docker Container

Image
5

100K+

realies/audiowaveform repository overview

Audio Waveform Image Generator Docker Container

GitHub Last Commit GitHub Workflow Status Docker Pulls Docker Image Size

audiowaveform is a C++ command-line application that generates waveform data from either MP3, WAV, FLAC, Ogg Vorbis, or Opus format audio files. Waveform data can be used to produce a visual rendering of the audio, similar in appearance to audio editing applications. The code for the application binary can be found here. Compiled for 386, amd64, arm/v6, arm/v7, arm64, ppc64le, s390x.

Example Waveform

Waveform data files are saved in either binary format (.dat) or JSON (.json). Given an input waveform data file, audiowaveform can also render the audio waveform as a PNG image at a given time offset and zoom level.

Typical Usage

Using Docker CLI
alias awf='docker run --rm -v `pwd`:/tmp -w /tmp realies/audiowaveform'
awf -i input.wav -o output.png

Tag summary

Content type

Image

Digest

sha256:35443130a

Size

5.1 MB

Last updated

about 2 months ago

docker pull realies/audiowaveform