Releases: sbooth/CAAudioHardware
Releases · sbooth/CAAudioHardware
Version 0.7.1
- Fix a problem with
AudioDevice.deviceUIDcaused by the inheritance ofAudioDevicefromAudioClockDevice - Change return type of
AudioStream.latencytoInt
Version 0.7.0
- Renamed
AudioSystemObjecttoAudioSystem AudioDeviceis now a subclass ofAudioClockDevice
--domainandsampleRateproperties renamed as a result- Default input and output devices are now optionals
- Added separate input and output getters for
preferredStereoChannels,streamConfiguration,latency, andsafetyOffsetproperties onAudioDevice - Added methods to start and stop a device and get timestamp information
- Reworked internal audio object property accessors
- Several changes of property type from
UInt32toInt
Version 0.6.0
- Add lock to property listeners
- Various refactoring
Version 0.5.0
Adds support for audio process, tap, and sub-tap.
Version 0.4.0
Improves the call site for property change notifications using a non-default dispatch queue.
Version 0.3.0
- Specify the dispatch queue used for property change notifications
- Congruence testing for properties
Version 0.2.0
Errors that previously would trap on failure (because of the use of as! or precondition) should now throw.
Initial development release
0.1.0 Update README.md