mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
Start of 5.X work
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package sys;
|
||||
package sys.equalizer;
|
||||
|
||||
import "nanopb.proto";
|
||||
|
||||
message Equalizer {
|
||||
message config {
|
||||
option (nanopb_msgopt).packed_struct = true;
|
||||
repeated float gains = 1 [(nanopb).max_count = 10];
|
||||
float loudness = 2;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user