nsound icon indicating copy to clipboard operation
nsound copied to clipboard

nsound is a C++ library and python module for real-time sound synthesis.

.. image:: https://github.com/weegreenblobbie/nsound/actions/workflows/linux.yaml/badge.svg?branch=master :target: https://github.com/weegreenblobbie/nsound/actions/workflows/linux.yaml?query=workflow:linux+branch:master :alt: Github Actions

.. image:: https://github.com/weegreenblobbie/nsound/actions/workflows/macos.yaml/badge.svg?branch=master :target: https://github.com/weegreenblobbie/nsound/actions/workflows/macos.yaml?query=workflow:macos+branch:master :alt: Github Actions

.. image:: https://github.com/weegreenblobbie/nsound/actions/workflows/windows.yaml/badge.svg?query=branch:master :target: https://github.com/weegreenblobbie/nsound/actions/workflows/windows.yaml?query=workflow:windows+branch:master :alt: Github Actions

Nsound, a C++ framework for synthesizing sound

.. hyper link references

.. _Nsound Homepage: https://github.com/weegreenblobbie/nsound .. _Nsound User's Guide: https://weegreenblobbie.com/nsound/user_guide/index.html .. _Nsound Doxygen Reference: https://weegreenblobbie.com/nsound/doxygen/index.html

.. _Introduction & Bebot: https://www.youtube.com/watch?v=j4uLvl68PtI .. _bebot.py: https://github.com/weegreenblobbie/nsound/blob/master/src/examples/bebot.py

.. _Oscilloscope: https://www.youtube.com/watch?v=ORnQVFpdSoA .. _make_oscilloscope_video.py: https://github.com/weegreenblobbie/nsound/blob/master/src/examples/make_oscilloscope_video.py

.. _Moog VCF & Delayline: https://www.youtube.com/watch?v=9m3KA6JBDH8 .. _moogvcf-rt.py: https://github.com/weegreenblobbie/nsound/blob/master/src/examples/moogvcf-rt.py .. _delayline-rt.py: https://github.com/weegreenblobbie/nsound/blob/master/src/examples/delayline-rt.py

.. _Tape Deck: https://www.youtube.com/watch?v=Al6aHlwyEuA .. _tapedeck-rt.py: https://github.com/weegreenblobbie/nsound/blob/master/src/examples/tapedeck-rt.py

Important Links

  • Nsound Homepage_
  • Nsound User's Guide_
  • Nsound Doxygen Reference_

YouTube Videos & Source Code

========================= =================================== YouTube Video Source Code ========================= =================================== Introduction & Bebot_ bebot.py_ Oscilloscope_ make_oscilloscope_video.py_ Moog VCF & Delayline_ moogvcf-rt.py_ , delayline-rt.py_ Tape Deck_ tapedeck-rt.py_ ========================= ===================================

Installing Python Module

If you're on Windows, OS X, or Linux:

.. code-block:: bash

python3 -m pip install Nsound