Cog/Preferences
Christopher Snowhill 8af32e8d2e Replace Core Audio output with Core Media runtime
The output now uses AVSampleBufferAudioRenderer to play all formats, and
uses that to resample. It also supports Spatial Audio on macOS 12.0 or
newer. Note that there are some outstanding bugs with Spatial Audio
support. Namely that it appears to be limited to only 192 kHz at mono or
stereo, or 352800 Hz at surround configurations. This breaks DSD64
playback at stereo formats, as well as possibly other things. This is
entirely an Apple bug. I have reported it to Apple with reference code
FB10441301 for reference, in case anyone else wants to complain that it
isn't fixed.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-23 23:22:41 -07:00
..
Preferences Replace Core Audio output with Core Media runtime 2022-06-23 23:22:41 -07:00
PreferencePanePlugin.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PreferencePluginController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PreferencePluginController.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PreferencesController.h Reworked and reorganized the preference panes. 2009-03-07 17:49:50 -08:00
PreferencesController.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PreferencesWindow.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PreferencesWindow.m Cog now requires macOS 10.13 as a minimum version 2022-06-22 22:54:32 -07:00
Shortcuts.h Migrate to MASShortcut. 2021-01-25 06:47:09 +03:00