Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamfirecracker/py-tone-generator

Simple tone generator written in python
https://github.com/iamfirecracker/py-tone-generator

Last synced: 13 days ago
JSON representation

Simple tone generator written in python

Awesome Lists containing this project

README

        

py-tone-generator
=================

Simple tone generator written in python.

TODO
----
Add multitone support:
gst-launch audiotestsrc volume=0 ! \
adder name=mix ! \
audioconvert ! \
autoaudiosink \
audiotestsrc freq=523 ! mix. \
audiotestsrc freq=659 ! mix. \
audiotestsrc freq=784 ! mix.