https://github.com/rootmos/av
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootmos/av
- Owner: rootmos
- Created: 2020-04-16T08:41:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T07:18:59.000Z (about 6 years ago)
- Last Synced: 2025-10-31T11:25:52.347Z (8 months ago)
- Language: C
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio and Visuals
Sandbox for audio and video synthesis.
## Progress
- [x] Use [ffmpeg](https://ffmpeg.org/) to stream simple frames to
[Twitch](https://www.twitch.tv/rootmos2)
- [ ] Generate simple audio and attach it to the stream
- [ ] Add an interface for a higher level language (Python?) to control the
synthesis live (using Python's repl maybe?)
## Usage
```
usage: av [OPTION]...
options:
-o URL output to this URL
-h print this message
```