cannot play ogg over bluetooth - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: cannot play ogg over bluetooth (/showthread.php?tid=4250) Pages:
1
2
|
RE: cannot play ogg over bluetooth - TheOldPresbyope - 10-03-2021 (10-03-2021, 01:05 AM)Tim Curtis Wrote: Lossy formats are a strange thing. Theres no concept of bit depth in a lossy compressed file. Interesting. I guess I just never looked, partly because .ogg files are containers which can contain all kinds of streams, both lossy (like Vorbis) and lossless (like FLAC). It's not just the lossy-ness at issue here; MP3 is lossy too but we get more accurate info (e.g., VBR compression). In any case, "f" is a curious indicator for "no bit depth". That's what struck me as funny. Regards, Kent RE: cannot play ogg over bluetooth - Tim Curtis - 10-03-2021 Right. Its the Vorbis codec thats most commonly used inside ogg. Either way the format is not too common these days. Actually I think the 'f' might mean floating point but its not documented anywhere obvious. I do recall seeing some MPD logs way back when with FLOAT_LE in them but I don't recall the format. One would prolly have to look in sources of mpd or ffmpeg to identify what 'f' really means. For MP3 and some other formats for example AAC and DSD/DFF there's some additional parsing in playerlib.php function getEncodedAt() and audioinfo.php that happens to try and make some intelligent choices about format details when either mediainfo or mpd is not conclusive. Makes for some interesting reading ;-) |