GitHub - benbovy/ipytone: Interactive audio in Jupyter based on Tone.js
Extracto
Interactive audio in Jupyter based on Tone.js. Contribute to benbovy/ipytone development by creating an account on GitHub.
Contenido
Ipytone: Interactive Audio in Jupyter
Ipytone exposes many features of the Tone.js library to Python as Jupyter widgets. It allows turning Jupyter into a versatile DAW (Digital Audio Workstation) for music creation, sound design, data sonification, and more...
...like this little piece of music entirely composed and played in a Jupyter notebook, with a custom Earth Globe VU-meter!
ipytone_globe_720p_clip_.mov
Documentation + Live Demo
https://ipytone.readthedocs.io
Requirements
- JupyterLab >= 3.0 or Jupyter notebook.
- numpy
Install
You can install ipytone either with pip or conda.
With pip
pip install ipytone # Skip the next step if using JupyterLab or Classic notebook version 5.3 and above jupyter nbextension enable --py --sys-prefix ipytone
With conda
conda install -c conda-forge ipytone
or mamba
mamba install -c conda-forge ipytone
Fuente: GitHub