tmp
This commit is contained in:
7
extern/audaspace/bindings/python/examples/simple.py
vendored
Normal file
7
extern/audaspace/bindings/python/examples/simple.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
import aud, time
|
||||
device = aud.Device()
|
||||
sine = aud.Sound.sine(440)
|
||||
square = sine.threshold()
|
||||
handle = device.play(square)
|
||||
time.sleep(3)
|
||||
Reference in New Issue
Block a user