We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82861c commit af390d3Copy full SHA for af390d3
src/AudioTools/CoreAudio/StreamCopy.h
@@ -447,7 +447,6 @@ class StreamCopyT {
447
const char* mime = nullptr;
448
if (len > 4) {
449
const uint8_t *start = (const uint8_t *) data;
450
- mime = "audio/basic";
451
if (start[0]==0xFF && start[1]==0xF1){
452
mime = "audio/aac";
453
} else if (memcmp(start,"ID3",3) || start[0]==0xFF || start[0]==0xFE ){
0 commit comments