Update high-priority-stuff.md

This commit is contained in:
Luboš Doležel 2020-04-09 21:12:22 +02:00 committed by GitHub
parent e61fa1b0c5
commit 596d9ee346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,9 @@ areas where work is most needed.
* Implement `NSXPC*` classes that wrap libxpc.
* CoreAudio.framework
* Implement CoreAudio.framework as the core place for platform audio abstraction (PulseAudio, ALSA, ...).
* Modify existing AudioUnit code to use CoreAudio instead of accessing PA/ALSA directly.
* Implement AudioFormat and ExtAudioConverter APIs.
* Implement AUGraph and AudioQueue utility APIs.
* Implement various Audio Units provided by default on macOS. This includes units providing audio mixing or effects.
* CoreServices.framework
* Implement LaunchServices APIs for applications and file type mappings, backed by a database.