purpl3F0x / MQA_identifier

Master Quality Authenticated codec reverse engineering, Tool to identify MQA encoding and Master's Sample Rate
Apache License 2.0
114 stars 10 forks source link

RE libmqadevices #8

Open purpl3F0x opened 3 years ago

purpl3F0x commented 3 years ago

There is a library called libmqadevices that is used for various software (roon, tidal app...), to identify the DACs' mqa state (rendering, full decoding) and others sort of stuff. It's dynamically linked (.dylib) on osx and statically hidden somewhere in Windows. It should seems to be easy to I implement and the calls are just HID reports. Side-quest TO-DO in the future.😐🙂