Beethoven Versions Save

:guitar: A maestro of pitch detection.

5.0.0

2 years ago

4.0.2

6 years ago

Updated pitch engine input by @anandchandra50 https://github.com/vadymmarkov/Beethoven/pull/56

4.0.1

6 years ago

Fix to avoid calling start twice https://github.com/vadymmarkov/Beethoven/pull/55 by @makuearth

4.0.0

6 years ago

Swift 4 migration 🌮

3.0.1

7 years ago

Fix PitchEngine start on iOS10 by @glaurent https://github.com/vadymmarkov/Beethoven/pull/43

3.0.0

7 years ago

2.0.0

7 years ago

Swift 3 conversion https://github.com/vadymmarkov/Beethoven/pull/35 by @glaurent

1.1.1

7 years ago

Thanks @glaurent for contribution!

1.1.0

7 years ago

"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 https://github.com/vadymmarkov/Beethoven/pull/26

1.0.0

8 years ago
  • 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.