-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ya se edita la configuracion de los leds con un apaño temporal
se arreglan cosas de la pagina se arreglan consas de los esquemas
- Loading branch information
Showing
16 changed files
with
226 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"GeneralPins":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15","MusicPath":"./music","FfmpegPath":"./bin","WebServerPort":"8000"} | ||
{ | ||
"FfmpegPath": "./bin", | ||
"GeneralPins": "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15", | ||
"MusicPath": "./music", | ||
"WebServerPort": "8000" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"Interval": "1", | ||
"Music": "1", | ||
"Name": "led1.json", | ||
"Pins": "1", | ||
"Repeat": "1", | ||
"Secuence": "1", | ||
"Type": "MUSIC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"Interval": "2", | ||
"Music": "2", | ||
"Name": "led2.json", | ||
"Pins": "2", | ||
"Repeat": "2", | ||
"Secuence": "2", | ||
"Type": "MUSIC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"Interval": "3", | ||
"Music": "3", | ||
"Name": "led3.json", | ||
"Pins": "3", | ||
"Repeat": "3", | ||
"Secuence": "3", | ||
"Type": "MUSIC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[ | ||
{ | ||
"Interval": "1", | ||
"Music": "1", | ||
"Name": "1", | ||
"Pins": "1", | ||
"Repeat": "1", | ||
"Secuence": "1", | ||
"Type": "MUSIC" | ||
}, | ||
{ | ||
"Interval": "2", | ||
"Music": "2", | ||
"Name": "2", | ||
"Pins": "2", | ||
"Repeat": "2", | ||
"Secuence": "2", | ||
"Type": "MUSIC" | ||
}, | ||
{ | ||
"Interval": "3", | ||
"Music": "3", | ||
"Name": "3", | ||
"Pins": "3", | ||
"Repeat": "3", | ||
"Secuence": "3", | ||
"Type": "MUSIC" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
{"StartTime":"00:00","EndTime":"23:59","State":"ON","Programs":"led_example.json","Repeats":"3"} | ||
{ | ||
"EndTime": "23:59", | ||
"Programs": "led_example.json", | ||
"Repeats": "3", | ||
"StartTime": "00:00", | ||
"State": "ON", | ||
"WaitTime": "10" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@echo off | ||
|
||
echo convertir %1 en converted_%1 con %2 db | ||
sox.exe %1 -b 8 --norm=%2 -e unsigned-integer converted_%1 channels 1 rate 8k | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "array", | ||
"format": "table", | ||
"title": "Programs Configuration", | ||
"items" : | ||
{ | ||
"title": "Program", | ||
"type": "object", | ||
"properties": { | ||
"Pins" : { "type" : "string", "description" : "Pin List" }, | ||
"Music" : { "type" : "string", "description" : "Music Files" }, | ||
"Secuence" : { "type" : "string", "description" : "Secuence Program" }, | ||
"Interval" : { "type" : "string", "description" : "Wait Time" }, | ||
"Repeat" : { "type" : "string", "description" : "Repeats" }, | ||
"Type" : { "type" : "string", "description" : "Execution Type", "enum": [ "SEC","MUSIC" ], "default" : "MUSIC" }, | ||
"Name" : { "type" : "string", "description" : "Program name", "readonly" : true } | ||
} | ||
} | ||
} |
Oops, something went wrong.