add hydra audio capture option
This commit is contained in:
parent
de00212bb6
commit
66fd20ace5
2 changed files with 9 additions and 2 deletions
|
|
@ -12,6 +12,13 @@ await initHydra();
|
|||
|
||||
Then you can use hydra below!
|
||||
|
||||
### Enable audio capture
|
||||
Use `{audio: true}` param to enable Hydra's audio capture:
|
||||
|
||||
```js
|
||||
await initHydra({audio: true});
|
||||
```
|
||||
|
||||
## Usage via npm
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue