add hydra audio capture option

This commit is contained in:
Ámbar Tenorio Fornés 2023-11-22 12:36:43 +01:00
parent de00212bb6
commit 66fd20ace5
2 changed files with 9 additions and 2 deletions

View file

@ -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