mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-13 00:23:59 +01:00
Add PCM as filetype
This commit is contained in:
parent
e1c01e5d25
commit
0f4ffe4fce
@ -21,6 +21,7 @@ message SongMetadata {
|
||||
TRUEAUDIO = 13;
|
||||
DSF = 14;
|
||||
DSDIFF = 15;
|
||||
PCM = 16;
|
||||
CDDA = 90;
|
||||
STREAM = 91;
|
||||
}
|
||||
|
@ -118,6 +118,7 @@ class Song {
|
||||
FileType_TrueAudio = 13,
|
||||
FileType_DSF = 14,
|
||||
FileType_DSDIFF = 15,
|
||||
FileType_PCM = 16,
|
||||
FileType_CDDA = 90,
|
||||
FileType_Stream = 91,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user