mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-18 21:22:15 -05:00
[PR #1688] Add jupylet #1468
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1688
Author: @nir
Created: 12/11/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
67859d5Added Jupylet to Audio section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Jupylet is a unique library for sound synthesis, live music coding, graphics, and game programming interactively in Jupyter notebooks:
https://github.com/nir/jupylet
What's the difference between this Python project and similar ones?
Jupylet brings interactive live music coding and live loops in the spirit of Sonic Pi to Jupyter, building on the natural interactivity of Jupyter Notebooks.
Jupylet brings the full power of sound synthesis to pure Python (and Numpy) - in contrast other sound synthesis libraries for Python are typically binding to C libraries or to separate audio servers.
Here is an example of two simple live loops playing a synthesized instrument, created with a few lines of code:
https://jupylet.readthedocs.io/en/latest/_static/audio/tb303.5.ogg
You can find the code for this example in the online documentation.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.