Skip to content

Instantly share code, notes, and snippets.

@alastair
Created June 21, 2016 13:29
Show Gist options
  • Save alastair/4b85b13bf068b73cf148ba1b59c22728 to your computer and use it in GitHub Desktop.
Save alastair/4b85b13bf068b73cf148ba1b59c22728 to your computer and use it in GitHub Desktop.
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