Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonle authored Jul 11, 2021
1 parent b11ac16 commit a48fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resume - Resume the radio
Main Function of OpenRadio Core to creating new player __(Loaded from `require("openradio")`)__. Returns [`PassThrough`](https://nodejs.org/api/stream.html#stream_class_stream_passthrough)
#### Parameters (Optional)
- `format` Radio audio format (Default: mp3)
- `rate` Radio Audio rate (hz) (Default: 48000)
- `rate` Radio Audio rate (hz) (Default: 44100)
- `channels` Radio Audio channels (Default: 2)
- `bitrate` Radio Audio bitrate (Default: 96)
### `player.play`
Expand Down

0 comments on commit a48fe4d

Please sign in to comment.