# README
streaming-daemon api
Streaming Daemon REST API receives and stores audio files generated by the AI Audio Generator streaming-daemon-generator.
Run Locally
- Launch Application
docker compose up --build -d
- Insert Record
go run ./cmd/audioinsert/main.go -name "to be titled" -artist "me" -album "album title" -filepath examples/song.wav
- Check Record. Go to http://localhost:8082/audio/1
- Tear down
docker compose down
# Packages
No description provided by the author