librespot-org / librespot-java

The most up-to-date open source Spotify client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing formats

3052 opened this issue · comments

commented

formats 18 19 missing

enum Format {
OGG_VORBIS_96 = 0;
OGG_VORBIS_160 = 1;
OGG_VORBIS_320 = 2;
MP3_256 = 3;
MP3_320 = 4;
MP3_160 = 5;
MP3_96 = 6;
MP3_160_ENC = 7;
AAC_24 = 8;
AAC_48 = 9;
AAC_24_NORM = 16;
}

Do you know what they are?

commented

I thought you guys pulled from the windows client:
https://github.com/librespot-org/librespot/blob/dev/protocol/proto/spotify/login5/v3/login5.proto#L1

is that no longer possible?

Yeah, but I do not usually keep it updated if not necessary to implement new stuff.

I've updated the definition over at go-librespot: devgianlu/go-librespot@1a58df1