klay-music / klay-beam

Our Apache Beam Transforms and Pipelines
1 stars 0 forks source link

klay-beam

Klay Beam is a toolkit for running Apache Beam jobs that process audio data. It can be used for parallelizing audio transformations and feature extraction. The basic workflow:

  1. Write an audio transformation or feature-extraction pipeline
  2. Run and test the pipeline locally
  3. Launch a job with the GCP Dataflow runner, scaling up execution to hundreds or thousands of concurrent processes.

This repository bundles:

See the python package readme in klay_beam for more information.