Subsonic API: try to recognize some formats in stream endpoint (mp3, opus, vorbis)

This commit is contained in:
emeric
2023-10-15 15:42:09 +02:00
parent 806599dedb
commit 8780bbdffa
14 changed files with 670 additions and 763 deletions
+2
View File
@@ -55,6 +55,8 @@ namespace StringUtils {
[[nodiscard]] std::string bufferToString(const std::vector<unsigned char>& data);
[[nodiscard]] bool stringCaseInsensitiveEqual(std::string_view strA, std::string_view strB);
void capitalize(std::string& str);
template<typename T>