interface microphone component with rust wasm
This commit is contained in:
parent
37cb3d25b6
commit
fe5a5aae93
7 changed files with 1275 additions and 25 deletions
|
|
@ -11,3 +11,12 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2.63"
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3.4"
|
||||
features = [
|
||||
'console',
|
||||
'AudioContext',
|
||||
'AudioNode',
|
||||
'MediaStream'
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue