diff --git a/turntable.sample.json b/turntable.sample.json new file mode 100644 index 0000000..6a5b7d7 --- /dev/null +++ b/turntable.sample.json @@ -0,0 +1,24 @@ +{ + "audio": { + "device": "hw:1,0", + "framerate": 48000, + "channels": 2, + "period_size": 4096 + }, + "dejavu": { + "database": { + "host": "localhost", + "user": "dejavu", + "password": "dejavu", + "database": "dejavu" + }, + "database_type": "postgres" + }, + "icecast": { + "host": "localhost", + "port": 8000, + "mountpoint": "turntable.mp3", + "admin_user": "admin", + "admin_password": "hackme" + } +}