All Versions
10
Latest Version
Avg Release Cycle
23 days
Latest Release
3004 days ago

Changelog History

  • v1.1.5

    January 29, 2016
  • v1.1.4

    January 24, 2016
  • v1.1.3 Changes

    January 24, 2016
    • ⚡️ Updated projects to get rid of warnings with Xcode 7.2
    • 🛠 Fixed #246 & #236 caused by invalid bufferByteSize values on scratch buffer lists.
    • ⚡️ Updated examples for iOS (fixed interface builder issues causing black lines on top and bottom of iPhone 6 and newer devices)
    • ⚡️ Updated examples for OSX

    #265

  • v1.1.2

    July 14, 2015
  • v1.1.1

    July 14, 2015
  • v1.1.0 Changes

    July 13, 2015
    • ➕ Added classes to simplify calculating the FFT of incoming audio data in the same design as the other EZAudio components.
    • ⚡️ Updated EZAudioFFT examples to pitch detector example
  • v1.0.1

    July 09, 2015
  • v1.0.0 Changes

    July 07, 2015
    • 📚 All updated documentation
    • Cleaned up examples
    • ➕ Added iOS 8 support
  • v0.9.1

    July 06, 2015
  • v0.9.0 Changes

    July 06, 2015
    • ➕ Added fix from #178
    • ➕ Added currentInputDevice and currentOutputDevice methods to EZAudioDevice
    • ⚡️ Updated OSX examples to look more similar to iOS examples