Library for audio-related Klio transforms and helpers
Project description
The klio-audio Library
klio-audio is an optional library with helper transforms related to processing audio, including downloading from GCS into memory, loading into numpy via librosa, generate various spectrograms, among others.
Installation
To make use of klio-audio, add klio[audio] in your job-requirements.txt file so that it is installed in your job’s Docker image.
As the klio-audio library is not meant to be installed directly, check out the installation guide for how to setup installation. There is also the user guide and the API documentation for more information.
What is Klio?
Klio is an ecosystem that allows you to process audio files – or any binary files – easily and at scale.
Klio jobs are opinionated data pipelines in Python (streaming or batch) built upon Apache Beam and tuned for audio and binary file processing.
Klio was built by Spotify to run our large-scale audio intelligence systems and is used by teams of engineers and audio researchers to help develop and deploy next generation audio algorithms.
Read more about Klio here.
Get Started
Check out our Quick Start guide on how to start using Klio.
Resources
Have a look at our complete documentation.
Check out our contributors’ guide.
Join the #klio channel in the Spotify FOSS Slack organization.
Read up on some of our FAQs.
Review our Code of Conduct - this is how we roll.
Release Information
21.3.0rc1 (2021-03-24)
Bumping version for March 2021 release; no changes in this package.