mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
initial refactoring
This commit is contained in:
10
protobuf/proto/Equalizer.proto
Normal file
10
protobuf/proto/Equalizer.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package sys;
|
||||
|
||||
import "nanopb.proto";
|
||||
|
||||
message Equalizer {
|
||||
repeated float gains = 1 [(nanopb).max_count = 10];
|
||||
float loudness = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user