Skip to content

Releases: vadymmarkov/Beethoven

5.0.0 - Swift 5

06 Sep 20:36
5f6c5d3
Compare
Choose a tag to compare

Swift 5 migration #77 by @wlixcc

4.0.2

11 Jan 11:04
e79f992
Compare
Choose a tag to compare

Updated pitch engine input by @anandchandra50 #56

4.0.1

05 Jan 09:59
3ad1068
Compare
Choose a tag to compare

Fix to avoid calling start twice #55 by @makuearth

4.0.0 - Swift 4

10 Oct 00:19
Compare
Choose a tag to compare

Swift 4 migration 🌮

3.0.1 - Fix PitchEngine start

22 Nov 12:18
Compare
Choose a tag to compare

Fix PitchEngine start on iOS10 by @glaurent #43

3.0.0 - YIN algorithm

25 Oct 08:21
Compare
Choose a tag to compare

2.0.0 - Swift 3

15 Sep 19:35
Compare
Choose a tag to compare

Swift 3 conversion #35 by @glaurent

1.1.1 - Crash fixes

04 Sep 15:55
Compare
Choose a tag to compare
  • Fix InputSignalTracker.stop() #31
  • Fix HPSEstimator.estimateLocation #30

Thanks @glaurent for contribution!

1.1.0 - Signal level threshold

14 Jul 19:13
Compare
Choose a tag to compare

"Signal level threshold" feature which lets the user set a signal level below which no pitch detection is attempted. Thanks @glaurent who made it happen #26

1.0.0 - Beethoven

12 Jan 19:51
Compare
Choose a tag to compare
  • Audio signal tracking with AVAudioEngine and audio nodes (Available in iOS 8.0 and later).
  • Pre-processing of audio buffer by one of the available "transformers", to convert AVAudioPCMBuffer object to the array of floating numbers (with possible optimizations).
  • Pitch estimation.