{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n# Subtractive synthesis\n\n**Author**: [Moto Hira](moto@meta.com)_\n\nThis tutorial is the continuation of\n[Filter Design Tutorial](./filter_design_tutorial.html)_.\n\nThis tutorial shows how to perform subtractive synthesis with TorchAudio's DSP functions.\n\nSubtractive synthesis creates timbre by applying filters to source waveform.\n\n
This tutorial requires prototype DSP features, which are\n available in nightly builds.\n\n Please refer to https://pytorch.org/get-started/locally\n for instructions for installing a nightly build.