We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620defc commit a98eb5eCopy full SHA for a98eb5e
README.md
@@ -1,5 +1,7 @@
1
# Python bindings for web-audio-api-rs
2
3
+https://pypi.org/project/web-audio-api/
4
+
5
## Local development
6
7
```bash
@@ -21,5 +23,5 @@ ctx = web_audio_api.AudioContext()
21
23
osc = web_audio_api.OscillatorNode(ctx)
22
24
osc.connect(ctx.destination())
25
osc.start()
-osc.frequency().set_value(300)
26
+osc.frequency().value = 300
27
```
0 commit comments