Skip to content

Latest commit

 

History

History
162 lines (95 loc) · 4.52 KB

File metadata and controls

162 lines (95 loc) · 4.52 KB

Change log

All notable changes to this project will be documented in this file. FDSoundActivatedRecorder adheres to Semantic Versioning.



Changed

  • Implemented Swift 6 and thread safety
  • Moved configuration API to a separate struct and you can specify it once at initialization

Removed

  • Removed state change functions except for startListening(), abort(). The others were mostly for debugging.

Fixes

  • Crashes because dyld library not loaded, issue #24

Added


Fixed

  • Make it actually work with Swift Package Manager

Added

  • Introspection for activations, issue #25.

Added

  • Swift 5 support in regards to issue #23.

Fixed

  • Fix stopAndSaveRecording when in listening mode

Added

  • Swift 3 support

Released on 2016-06-27.

Added


Released on 2016-02-14.

Added

  • Fixes issue with fall triggering. Updates algorithm for multi-syllabic utterances

Released on 2016-02-14.

Added


Released on 2016-02-14.

Fixed


Released on 2016-02-03.


Released on 2016-02-02.

Added


Released on 2016-01-12.

First public release.