Skip to content

Code for a container that runs a one-shot process that generates waveforms from audio files

Notifications You must be signed in to change notification settings

nstubbe/Generate-waveform-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GenerateWaveform container

This container gets an audio file from Azure Blob Storage, generates a waveform in JSON format and uploads that JSON file back to Azure Blob Storage.

Audiowaveform, which is used to generate the JSON, can be found here: https://github.com/bbc/audiowaveform

Building the docker image

docker build . -t waveform-generator

Running the docker container

docker run -e AZURE_ACCESS_KEY='<access_key>' \
    -e AZURE_STORAGE_ACCOUNT='<storage_account_name>' \
    -e AZURE_STORAGE_CONTAINER='<container_name>' \
    -e FILE_ID='<file_id>' \
    -e FILE_EXT='<file_ext>' \
    waveform-generator

About

Code for a container that runs a one-shot process that generates waveforms from audio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published