mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
Update sample config file
This commit is contained in:
parent
5989c7ebf4
commit
6e12cc2a48
1 changed files with 14 additions and 0 deletions
|
@ -2,10 +2,19 @@
|
||||||
"debug": false,
|
"debug": false,
|
||||||
"audio": {
|
"audio": {
|
||||||
"device": "hw:1,0",
|
"device": "hw:1,0",
|
||||||
|
"output_device": "hw:0,0",
|
||||||
"framerate": 48000,
|
"framerate": 48000,
|
||||||
"channels": 2,
|
"channels": 2,
|
||||||
"period_size": 4096
|
"period_size": 4096
|
||||||
},
|
},
|
||||||
|
"turntable": {
|
||||||
|
"silence_threshold": 100,
|
||||||
|
"check_interval": 0.5,
|
||||||
|
"sample_seconds": 30,
|
||||||
|
"fingerprint_store_seconds": 30,
|
||||||
|
"fingerprint_identify_seconds": 5,
|
||||||
|
"fingerprint_delay": 5
|
||||||
|
},
|
||||||
"dejavu": {
|
"dejavu": {
|
||||||
"database": {
|
"database": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
|
@ -16,10 +25,15 @@
|
||||||
"database_type": "postgres"
|
"database_type": "postgres"
|
||||||
},
|
},
|
||||||
"icecast": {
|
"icecast": {
|
||||||
|
"enabled": false,
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"port": 8000,
|
"port": 8000,
|
||||||
"mountpoint": "turntable.mp3",
|
"mountpoint": "turntable.mp3",
|
||||||
"admin_user": "admin",
|
"admin_user": "admin",
|
||||||
"admin_password": "hackme"
|
"admin_password": "hackme"
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"width": 1280,
|
||||||
|
"height": 720
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue