Commit Graph
55 Commits
Author SHA1 Message Date
Syed Haris Ali 7ff5996f09 yet another test... 2015-07-02 16:39:09 -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 6fa604744d cleaning up with .gitignore 2015-06-24 01:09:40 -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 1978023fed tweaked deprecated attributes documentation 2015-06-24 00:21:57 -07:00
Syed Haris Ali 20df3f3531 mapped EZAudio to EZAudioUtilities and added deprecated warnings 2015-06-24 00:13:29 -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 2f4e2492b2 added memory clean up for FFT example 2015-06-23 16:17:45 -07:00
Syed Haris Ali e72b5697bc updated FFT example for OSX 2015-06-23 16:16:03 -07:00
Syed Haris Ali 07b93765ae more cleanup for waveform from file example 2015-06-23 15:59:50 -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 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 3a3ab955f2 cleaning up EZMicrophone interface 2015-06-23 11:09:43 -07:00
Syed Haris Ali 47ebde3903 made microphone mono by default 2015-06-23 10:52:13 -07:00
Syed Haris Ali 38253f0923 more cleanup 2015-06-22 14:37:03 -07:00
Syed Haris Ali ade9cc9d1e updating OSX examples 2015-06-22 14:35:04 -07:00
Syed Haris Ali 1e923f2c85 added new float converter (EZAudioFloatConverter), float data object (EZAudioFloatData), and device selector (EZAudioDevice) 2015-06-22 14:18:13 -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 1588ca62f6 bumping to 0.0.6 2014-12-09 23:14:26 -08:00
Syed Haris Ali 6f225bfcb5 final commit before updating Cocoapod 2014-09-21 11:24:48 +02: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 78dc908a6d Cleaned up some stuff 2014-05-28 23:46:53 -07:00