Commit Graph

47 Commits

Author SHA1 Message Date
Syed Haris Ali 3ce1777067 removing tests from iOS examples 2015-07-02 13:28:33 -07:00
Syed Haris Ali cd47fe7cc7 got frameworks for iOS and OSX and updated all examples 2015-07-02 13:14:35 -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 64a9e963ee added model view matrix transforms instead of manually mapping x-axis 2015-07-01 03:42:04 -07:00
Syed Haris Ali 4d952e2fa5 added more documentation and proper AVAudioSession for play file iOS example 2015-06-30 14:09:12 -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 6a44909a2f Used EZOutputDelegate for audio received callback and fixed minor bgs 2015-06-29 19:33:24 -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 6745265dd5 rewrote EZOuput and added output device support for iOS and OSX 2015-06-29 16:17:08 -07:00
Syed Haris Ali c55423759b adding additional documentation and updated play file example for iOS 2015-06-28 16:44:30 -07:00
Syed Haris Ali cc663ec82d removed AEFloatConverter and updated iOS examples 2015-06-28 15:39:25 -07:00
Syed Haris Ali a3e79aafd0 updated play file example 2015-06-25 23:37:12 -07:00
Syed Haris Ali b21681464c updated license file and documented display link 2015-06-25 23:23:27 -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 9b26a0ac62 Added fixes to plot and tested performance in all examples 2015-06-25 16:43:21 -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 6c77e38d39 updated OSX play file example 2015-06-23 15:46:55 -07:00
Syed Haris Ali f6e07602a0 cleaned up passthrough example 2015-06-23 15:08:31 -07:00
Syed Haris Ali 35fdfb4c71 updated passthrough exampe 2015-06-23 14:06:31 -07:00
Syed Haris Ali bbfe60861d updated record example ui for iOS project 2015-06-23 13:53:43 -07:00
Syed Haris Ali 8fb459635f tweaked styles for play file example 2015-06-23 13:38:20 -07:00
Syed Haris Ali 4cf8544cbf replaced iphone/ipad storyboards with universal storyboards 2015-06-23 13:35:55 -07:00
Syed Haris Ali 9fadbd3c1c updating recording example for iOS 2015-06-23 11:23:40 -07:00
Syed Haris Ali ba6d8582c8 merged msater 2015-02-14 21:21:11 -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 fb777f81ed Updated for 0.0.5 cocoapod release (removed warnings) 2014-05-29 00:03:18 -07:00
Syed Haris Ali e1d404238b Adding files to develop branch 2014-05-28 23:37:44 -07: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 4622815a19 Updated PlayFile to use custom AudioStreamBasicDescription pulled from file client format 2014-01-11 23:18:36 -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 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 0e4a49add9 Added required frameworks to each iOS project 2013-12-21 00:59:21 -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 8b78a50455 Added pass through example for OSX 2013-12-20 11:38:03 -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 4c7e0270a5 Finished documenting all components 2013-12-18 16:17:50 -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