Categorygithub.com/jeremyKisner/streaming-daemon
module
0.0.0-20241126031817-247a0048f947
Repository: https://github.com/jeremykisner/streaming-daemon.git
Documentation: pkg.go.dev

# README

streaming-daemon api

Streaming Daemon REST API receives and stores audio files generated by the AI Audio Generator streaming-daemon-generator.

Run Locally

  1. Launch Application
docker compose up --build -d
  1. Insert Record
go run ./cmd/audioinsert/main.go -name "to be titled" -artist "me" -album "album title" -filepath examples/song.wav
  1. Check Record. Go to http://localhost:8082/audio/1
  2. Tear down
docker compose down

# Packages

No description provided by the author