{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n# Additive Synthesis\n\n**Author**: [Moto Hira](moto@meta.com)_\n\nThis tutorial is the continuation of\n[Oscillator and ADSR Envelope](./oscillator_tutorial.html)_.\n\nThis tutorial shows how to perform additive synthesis and subtractive\nsynthesis using TorchAudio's DSP functions.\n\nAdditive synthesis creates timbre by combining multiple waveform.\nSubtractive synthesis creates timbre by applying filters.\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.