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
|
6fa604744d
|
cleaning up with .gitignore
|
2015-06-24 01:09:40 -07:00 |
|
Syed Haris Ali
|
c85d2d15f0
|
last commit before global gitignore
|
2015-06-24 01:08:33 -07:00 |
|
Syed Haris Ali
|
786019aada
|
added documentation
|
2015-06-24 00:58:35 -07:00 |
|
Syed Haris Ali
|
7852b391f2
|
added code to make sure info structures that are malloc'ed are also initalized to 0 (memset)
|
2015-06-24 00:44:36 -07:00 |
|
Syed Haris Ali
|
73b478e28b
|
got rid of warnings from deprecated use of EZAudio methods
|
2015-06-23 23:47:57 -07:00 |
|
Syed Haris Ali
|
a00df48ea1
|
added additional documentation
|
2015-06-23 22:26:37 -07:00 |
|
Syed Haris Ali
|
98e953ce98
|
cleaned up utilities and added license to header
|
2015-06-23 21:09:04 -07:00 |
|
Syed Haris Ali
|
d63cd4dc40
|
added documentation to shouldExistOnCheckResultFail
|
2015-06-23 17:28:50 -07:00 |
|
Syed Haris Ali
|
fd37dcdda0
|
cleaned up float converter + data classes
|
2015-06-23 17:16:24 -07:00 |
|
Syed Haris Ali
|
ee6cc530d8
|
beginning to add documentation to EZAudioDevice
|
2015-06-23 17:13:21 -07:00 |
|
Syed Haris Ali
|
682b41ecd7
|
added tweak to opengl plot to properly render on retina macbooks
|
2015-06-23 16:39:55 -07:00 |
|
Syed Haris Ali
|
46526a0151
|
added print line to pass through example to show input device used
|
2015-06-23 16:38:33 -07:00 |
|
Syed Haris Ali
|
7bbe1c8335
|
cleaned up recording and passthrough examples
|
2015-06-23 16:34:52 -07:00 |
|
Syed Haris Ali
|
6c77e38d39
|
updated OSX play file example
|
2015-06-23 15:46:55 -07:00 |
|
Syed Haris Ali
|
2c3c267859
|
all iOS examples have been updated
|
2015-06-23 15:11:03 -07:00 |
|
Syed Haris Ali
|
f6e07602a0
|
cleaned up passthrough example
|
2015-06-23 15:08:31 -07:00 |
|
Syed Haris Ali
|
3915791e43
|
more support for direct out
|
2015-06-23 14:50:40 -07:00 |
|
Syed Haris Ali
|
bdfb9956fa
|
added support to microphone to allow direct out to EZOutput
|
2015-06-23 14:38:55 -07:00 |
|
Syed Haris Ali
|
f5b0c727c4
|
added interruption handling for iOS
|
2015-06-23 14:24:12 -07:00 |
|
Syed Haris Ali
|
1e58da11ed
|
tweaked microphone to respect custom asbd
|
2015-06-23 14:17:27 -07:00 |
|
Syed Haris Ali
|
35fdfb4c71
|
updated passthrough exampe
|
2015-06-23 14:06:31 -07:00 |
|
Syed Haris Ali
|
ac9937a40a
|
updated FFT example
|
2015-06-23 14:02:48 -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
|
32e27759d2
|
updated core graphics and openGL waveforms on iOS examples
|
2015-06-23 11:13:02 -07:00 |
|
Syed Haris Ali
|
ba6d8582c8
|
merged msater
|
2015-02-14 21:21:11 -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
|
b9f80eeee7
|
Adding in FFT example projects
|
2013-12-30 14:15:03 -08:00 |
|
Syed Haris Ali
|
1a4c4bb028
|
Adding in pass through example for iPhone
|
2013-12-20 15:36:18 -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 |
|