initial commit
This commit is contained in:
commit
0024f44c80
34 changed files with 1991 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# studiox-streamer
|
||||
|
||||
Stream audio from a Raspberry Pi or other device.
|
||||
|
||||
### Installation
|
||||
|
||||
Requirements are:
|
||||
|
||||
- Node.js v14
|
||||
- baresip
|
||||
- darkice
|
||||
- ffmpeg
|
||||
|
||||
See [`docs/installation.md`] for detailed setup instructions on Raspberry Pi OS.
|
||||
|
||||
Then clone this repo and run the following commands:
|
||||
|
||||
```bash
|
||||
yarn
|
||||
yarn build
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue