Commit Graph

52 Commits

Author SHA1 Message Date
Syed Haris Ali 7ff5996f09 yet another test... 2015-07-02 16:39:09 -07:00
Syed Haris Ali fea20e3b9f think I got relative paths working for OSX 2015-07-02 16:27:48 -07:00
Syed Haris Ali 39f79a2f2d removed absolute references to framework path 2015-07-02 15:08:48 -07:00
Syed Haris Ali dda6f5a045 removing tests from OSX examples 2015-07-02 13:26:00 -07:00
Syed Haris Ali 1ded12d18e got OSX framework building and included in OSX examples 2015-07-02 12:38:42 -07:00
Syed Haris Ali 55172b2356 added clear method 2015-07-01 17:53:54 -07:00
Syed Haris Ali 302a047f6a performance tweaking, adding documentation, updating examples, and adding missing setters to EZAudioPlotGL 2015-07-01 17:25:20 -07:00
Syed Haris Ali f2084dab2a added clean up to remove observers when done 2015-06-30 13:44:40 -07:00
Syed Haris Ali 115dc2b8a0 updated play file example for notifications and added loop checkbox for OSX, fixed audio session not being set on iOS FFT example 2015-06-30 13:03:34 -07:00
Syed Haris Ali a832f27a5a added nice description method to EZAudioFile and updated play file examples to use notifications 2015-06-30 12:36:24 -07:00
Syed Haris Ali 6ea04c0f7b rewrote EZAudioPlayer to use new EZOutput, added notifications, added NSCopying protocol to EZAudioFile, updated play file examples for iOS and Mac 2015-06-30 02:11:07 -07:00
Syed Haris Ali cce5ee0af1 minor tweak 2015-06-29 18:26:31 -07:00
Syed Haris Ali cc868e79dd little style tweak 2015-06-29 18:15:27 -07:00
Syed Haris Ali 3fdb33209d added float converter 2015-06-29 18:11:56 -07:00
Syed Haris Ali e16c775be8 fixed broken IB connection 2015-06-29 17:52:45 -07:00
Syed Haris Ali 59a3a22c6a added plot clear 2015-06-29 17:51:53 -07:00
Syed Haris Ali 4c7719f168 added output selector to OSX play file example 2015-06-29 17:47:10 -07:00
Syed Haris Ali 5789954cb9 updated examples that explicitly use EZOuput and added volume controls 2015-06-29 17:32:03 -07:00
Syed Haris Ali cc663ec82d removed AEFloatConverter and updated iOS examples 2015-06-28 15:39:25 -07:00
Syed Haris Ali 62055f1782 Updated EZAudioFile 2015-06-28 15:17:04 -07:00
Syed Haris Ali 2cdb4abdf8 more improvements, made it easier to subclass audio plot 2015-06-25 22:56:19 -07:00
Syed Haris Ali f6facedf8c Updating examples for new waveform 2015-06-25 12:35:44 -07:00
Syed Haris Ali 6fa604744d cleaning up with .gitignore 2015-06-24 01:09:40 -07:00
Syed Haris Ali 4a7fb90ffa fixed waveform from file example for OSX 2015-06-23 15:58:03 -07:00
Syed Haris Ali cdd6e2b099 minor UI tweaks 2015-06-23 15:49:31 -07:00
Syed Haris Ali 6c77e38d39 updated OSX play file example 2015-06-23 15:46:55 -07:00
Syed Haris Ali ade9cc9d1e updating OSX examples 2015-06-22 14:35:04 -07:00
Syed Haris Ali d0bae18885 going to fix examples 2015-06-22 14:09:05 -07:00
Syed Haris Ali ba6d8582c8 merged msater 2015-02-14 21:21:11 -08:00
Syed Haris Ali e25baaa21e removing DS_Store 2015-02-14 21:18:42 -08:00
Syed Haris Ali 1588ca62f6 bumping to 0.0.6 2014-12-09 23:14:26 -08:00
Syed Haris Ali 55cdbfeaec got project working with Xcode 6 and removed old AudioUnitSampleType macros and replaced with floats 2014-09-16 21:33:21 +02:00
Syed Haris Ali e1d404238b Adding files to develop branch 2014-05-28 23:37:44 -07:00
Syed Haris Ali ddadfc512c Added pitch shifting to play example 2014-05-05 16:31:32 +08:00
Syed Haris Ali 56b17904e3 Tweaked EZOutputDataSource formatting 2014-02-16 12:25:53 -08:00
Syed Haris Ali f482234fae Updated examples to use updated EZOutputDataSource method output:shouldFillAudioBufferList:withNumberOfFrames: instead of the old method. Much cleaner and much more stable 2014-02-10 23:11:39 -08:00
Syed Haris Ali 21205284f5 Tweaked PlayExamples to use global AudioBufferList instead of instances depending on EZOutput for freeing. Fixed memory issues with bogus AudioBufferLists 2014-01-21 23:55:05 -08:00
Syed Haris Ali 4d2c8f3fef Updated OSX PlayFile example to use custom AudioStreamBasicDescription on EZOutput 2014-01-12 00:04:20 -05:00
Syed Haris Ali 3df0768af0 Removed subfolders from source folder to prepare for Cocoapod 2013-12-22 19:00:24 -08:00
Syed Haris Ali 57f94d2f51 Fixed bugs with play file example on OSX and removed recessive logs from EZOutput 2013-12-21 03:22:45 -08:00
Syed Haris Ali d2d94912f2 Moved sample wav file out of the EZAudio src folder (don't know how that got there...heh...heh) 2013-12-21 01:13:47 -08:00
Syed Haris Ali 8418b6de72 Updating project settings 2013-12-20 19:58:37 -08:00
Syed Haris Ali 94699aad71 Modified EZOutput and EZAudio to abstract away circular buffer c stuff. Modified examples 2013-12-20 19:31:15 -08:00
Syed Haris Ali 16b55a01f1 Added themed colors to the different waveform examples 2013-12-19 01:09:03 -08:00
Syed Haris Ali f514752d97 Finished porting and testing all iOS examples on iPhone and iPad 2013-12-18 22:40:27 -08:00
Syed Haris Ali f290960483 Added iPad examples for recorder and audio file play 2013-12-18 21:56:23 -08:00
Syed Haris Ali 0abad353ca Added MIT License to errrrthang 2013-12-18 18:59:15 -08:00
Syed Haris Ali 63adace349 Updated examples and fixed bugs with AudioPlayer example for iOS and OSX 2013-12-18 18:20:25 -08:00
Syed Haris Ali 07861b8d94 Fixed EZOutput, restructured EZAudioFile, performed first pass at profiling components for memory leaks and excessive allocations, added iOS examples for play file example using EZAudioFile and EZOutput 2013-12-18 12:09:22 -08:00
Syed Haris Ali 3c0d2b383a Adding in recorder example 2013-12-15 19:30:44 -08:00