Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skulpt Sound Library Draft (Berea) #3

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Initializing
  • Loading branch information
bryantal committed Nov 24, 2019
commit 872cfd2960710b63b86449edc539ab22f2b520ee
7 changes: 7 additions & 0 deletions example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from pysine import sine

def main():
sine(frequency=440.0, duration=1.0) # plays a 1s sine wave at 440 Hz


main()
Loading