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

Conversation

vlansco
Copy link

@vlansco vlansco commented May 12, 2014

Hi @syedhali,
Fixes:
1.Dealloc added to EZMicrophone.

  • BAD_ACCESS within inputCallback after EZMicrophone is destroyed
  • memory leaks: microphoneInputBuffer and floatBuffers

2.Missing delegate notifications added to EZAudioPlayer

Cheers

vlansco and others added 7 commits May 10, 2014 14:58
 - EZAudio
 - VSVoiceController
 - controllerMode switch - to be worked out further
 - Added EZAudioPlayer and corrected
 - working on EZRecorder's re-opening of the AudioFile
EZMicrophone fixes: memory leaks and crash after de-allocation
# Via svp4net (1) and svpdev (1)
* 'master' of github.com:svp4net/EZAudio:
  Leaks corrections in EZMicrophone
- 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
* 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
@syrakozz
Copy link

syrakozz commented Jan 7, 2015

this is an important merge +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants