Skip to content

Releases: sbooth/CAAudioHardware

Version 0.7.1

23 Apr 23:00
d927963

Choose a tag to compare

  • Fix a problem with AudioDevice.deviceUID caused by the inheritance of AudioDevice from AudioClockDevice
  • Change return type of AudioStream.latency to Int

Documentation

Version 0.7.0

22 Apr 19:24
5d72d03

Choose a tag to compare

  • Renamed AudioSystemObject to AudioSystem
  • AudioDevice is now a subclass of AudioClockDevice
    -- domain and sampleRate properties renamed as a result
  • Default input and output devices are now optionals
  • Added separate input and output getters for preferredStereoChannels, streamConfiguration, latency, and safetyOffset properties on AudioDevice
  • Added methods to start and stop a device and get timestamp information
  • Reworked internal audio object property accessors
  • Several changes of property type from UInt32 to Int

Documentation

Version 0.6.0

22 Dec 01:27
b750861

Choose a tag to compare

  • Add lock to property listeners
  • Various refactoring

Documentation

Version 0.5.0

10 Jul 15:03
7c0c252

Choose a tag to compare

Adds support for audio process, tap, and sub-tap.

Documentation

Version 0.4.0

02 Dec 21:19
45964a3

Choose a tag to compare

Improves the call site for property change notifications using a non-default dispatch queue.

Documentation

Version 0.3.0

02 Dec 17:05
9e3bc57

Choose a tag to compare

  • Specify the dispatch queue used for property change notifications
  • Congruence testing for properties

Version 0.2.0

25 Nov 17:46
d248e43

Choose a tag to compare

Errors that previously would trap on failure (because of the use of as! or precondition) should now throw.

Initial development release

14 Oct 20:48
ae8d249

Choose a tag to compare

0.1.0

Update README.md