Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZMicrophone fixes: memory leaks and crash after de-allocation #51

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on May 10, 2014

  1. Configuration menu
    Copy the full SHA
    122ad60 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. INFI-64 Added:

     - EZAudio
     - VSVoiceController
     - controllerMode switch - to be worked out further
     - Added EZAudioPlayer and corrected
     - working on EZRecorder's re-opening of the AudioFile
    vlansco committed May 11, 2014
    Configuration menu
    Copy the full SHA
    9b88076 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. Merge pull request #1 from svp4net/svp-corrections

    EZMicrophone fixes: memory leaks and crash after de-allocation
    svp4net committed May 12, 2014
    Configuration menu
    Copy the full SHA
    500dbc9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Merge branch 'master' of github.com:svp4net/EZAudio into svp-corrections

    # Via svp4net (1) and svpdev (1)
    * 'master' of github.com:svp4net/EZAudio:
      Leaks corrections in EZMicrophone
    vlansco committed May 13, 2014
    Configuration menu
    Copy the full SHA
    76134c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa20db View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2014

  1. INFI-104 Rework NoteVC: dynamic tableview; Booking.com-like style

    - added reload data in NoteCell:didTransitionFromLayout:toLayout:
    - added SingleNoteVC, NoteCellBase
    - added menu to SingleNoteVC
    - renamed SingleNoteVC... to NoteVC; NoteVC renamed to NoteVCOld
    - added NoteCellText, NoteCellTags
    - added NoteCellImages; updated ItemsCVDataProvider and Item+Operations
    - added NoteCellAudio, AudioPlayerController; refactored AudioRecorderController. NoteCellAudio is visible in NoteVC. Finally :)
    - shows AudioPlayerController when audio cell is selected; EZPlot - changed backGround color and clipping
    vlansco committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    964a043 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Merge commit 'e21d17da2678b3b0afcd0b74bf8f8ffcf4f5ab3d'

    * commit 'e21d17da2678b3b0afcd0b74bf8f8ffcf4f5ab3d':
      Update README.md
      final commit before updating Cocoapod
      tested all examples with code changes
      removed breakpoints from testing
      updated project for xcode 6
      got project working with Xcode 6 and removed old AudioUnitSampleType macros and replaced with floats
      Fixed iOS 7 Deprecation Warnings.
      Uncommented lines of code that were causing the AudioPlot to have a gap when reading from the buffer
      Updated for 0.0.5 version
      Updated for 0.0.5 cocoapod release (removed warnings)
      Cleaned up some stuff
    vlansco committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    caa9e3b View commit details
    Browse the repository at this point in the history