Syed Haris Ali
|
32e27759d2
|
updated core graphics and openGL waveforms on iOS examples
|
2015-06-23 11:13:02 -07:00 |
|
Syed Haris Ali
|
46fe0bbb4c
|
removed DS_Store from iOS examples
|
2015-06-22 14:04:46 -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
|
d0181ce2eb
|
tested all examples with code changes
|
2014-09-19 09:45:39 +02:00 |
|
Syed Haris Ali
|
f274e6a330
|
removed breakpoints from testing
|
2014-09-19 09:40:45 +02:00 |
|
Syed Haris Ali
|
5487488318
|
updated project for xcode 6
|
2014-09-19 09:36:55 +02: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
|
afcfa793ca
|
Updated EZRecorder to allow multiple formats (compressed + uncompressed)
|
2014-05-05 16:29:58 +08:00 |
|
Syed Haris Ali
|
993883488b
|
Added AVFoundation framework to all iOS example projects
|
2014-02-16 12:27:56 -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
|
f474b55375
|
Cleaned up a bit
|
2014-01-17 12:59:37 -08:00 |
|
Syed Haris Ali
|
1dd7c7bec9
|
Accidently deleted EZMicrophone object, added back...whoops
|
2014-01-11 23:19:50 -05: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
|
512f896dff
|
Updated FFT example for memory cleanup
|
2014-01-11 23:18:00 -05:00 |
|
Syed Haris Ali
|
b06bbb99fb
|
Fixed EZAudioFile and EZOutput to provide true stereo
|
2014-01-08 22:28:00 -05:00 |
|
Syed Haris Ali
|
d725db31bc
|
Added MIT license to example files
|
2013-12-30 14:21:18 -08:00 |
|
Syed Haris Ali
|
b9f80eeee7
|
Adding in FFT example projects
|
2013-12-30 14:15:03 -08: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
|
cbaeae9bba
|
removed VERSION txt extension
|
2013-12-21 01:04:05 -08:00 |
|
Syed Haris Ali
|
0e4a49add9
|
Added required frameworks to each iOS project
|
2013-12-21 00:59:21 -08:00 |
|
Syed Haris Ali
|
4de9deda39
|
Tweaked passthrough examples
|
2013-12-20 22:44:53 -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
|
1a4c4bb028
|
Adding in pass through example for iPhone
|
2013-12-20 15:36:18 -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
|
c281ce7a40
|
All iOS examples are verified and tested on device
|
2013-12-18 18:30:22 -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 |
|
Syed Haris Ali
|
3c0d2b383a
|
Adding in recorder example
|
2013-12-15 19:30:44 -08:00 |
|
Syed Haris Ali
|
93ddb6b36c
|
Added coregraphics waveform, opengl waveform, and waveform from file examples for iOS. Removed large example projects and finishing porting the rest of the OSX examples to iOS
|
2013-12-15 15:12:52 -08:00 |
|