Skip to main content
  1. Selected Talks/

Music is Just Wiggly Air: Streaming Signal Processing in Python at Scale

·
At Spotify, we’re trying to address scaling DSP over our catalog of over 50 million songs. This talk will discuss the challenges we’ve encountered while building the infrastructure needed to support signal processing at scale.

Slidedeck Apache Beam Summit, 2020

Digital signal processing (DSP) has been made easy with the help of many Python libraries, allowing engineers and researchers to quickly and effortlessly analyze audio, images, and video. However, scaling these algorithms and models to process millions of files has not been equally as seamless. At Spotify, we’re trying to address scaling DSP over our catalog of over 50 million songs.

This talk discusses the challenges we’ve encountered while building the infrastructure needed to support signal processing at scale. I discuss the how we’ve leveraged Apache Beam for streaming data pipelines and the tooling we’ve built on top of Beam to support our heavy resource requirements.