Created
June 21, 2016 13:29
-
-
Save alastair/4b85b13bf068b73cf148ba1b59c22728 to your computer and use it in GitHub Desktop.
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
package acousticbrainz; | |
message Lowlevel { | |
optional repeated int32 spectral_complexity = 1; | |
optional repeated int32 silence_rate_20dB = 2; | |
optional float average_loudness = 3; | |
optional repeated float erbbands_spread = 4; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment