Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iamfirecracker/py-tone-generator
- Owner: iamFIREcracker
- Created: 2010-07-29T09:07:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-02T14:38:25.000Z (over 14 years ago)
- Last Synced: 2023-03-10T23:52:47.065Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.