Skip to content

Commit

Permalink
feat: add more audio formats to proto definition
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Mar 7, 2024
1 parent bd02014 commit 1a58df1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 34 deletions.
4 changes: 4 additions & 0 deletions proto/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ message AudioFile {
AAC_24 = 8;
AAC_48 = 9;
FLAC_FLAC = 16;
XHE_AAC_24 = 18;
XHE_AAC_16 = 19;
XHE_AAC_12 = 20;
FLAC_FLAC_24BIT = 22;
}
}

Expand Down
84 changes: 50 additions & 34 deletions proto/spotify/metadata/metadata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a58df1

Please sign in to comment.