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.