Skip to content

Bit Depth switching support

Pre-release
Pre-release
Compare
Choose a tag to compare
@vincentneo vincentneo released this 03 Jan 09:45
· 1 commit to bit-depth-support since this release

Happy New Year!
Experimental build that switches both sample rate (e.g. 192kHz) and bit depth (e.g. 16-bit/24-bit), is now here.

Those facing issue #2, please look here!

Known Issues

  • Menu does not show bit depth info yet, please use Audio MIDI Setup to observe if bit depth has switched.
  • Detection may not be as good as prior builds (has yet to verify impact of detection, just a guess), as I've disabled a detection method via com.apple.coremedia messages due to lack of bit depth info.
  • Use of com.apple.coreaudio messages now, known to not provide info for certain sample rates in the past, but have yet to observe that in Ventura 13.1 so far.
  • Code is a mess right now!