This commit is contained in:
Chun-Min Chang 2018-12-17 12:28:28 -08:00
Родитель cca39434bf
Коммит 309cc95d27
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,8 @@ Implementation of MacOS Audio backend in CoreAudio framework for [Cubeb][cubeb]
- Try Instrument on OSX
- Some of bugs are found when adding tests. Search *FIXIT* to find them.
- Maybe it's better to move all `fn some_func(stm: &AudioUnitStream, ...)` functions into `impl AudioUnitStream`.
- Define `noErr` to `0`
- Add comments for APIs in `utils`
## Issues
- Mutex: Find a replacement for [`owned_critical_section`][ocs]