Compare commits

..

38 Commits

Author SHA1 Message Date
Syed Haris Ali 2bd4993b31 Update EZAudioDevice.m 2015-07-06 19:25:47 -07:00
Syed Haris Ali d287995165 Update EZAudioDevice.h 2015-07-06 19:25:36 -07:00
Syed Haris Ali 7281f6cfcc updated podspec to 1.0.0 2015-07-06 19:20:07 -07:00
Syed Haris Ali 7ce2e67e91 Updated for 1.0.0 2015-07-06 19:17:32 -07:00
Syed Haris Ali 0279ce4fcc Added welcome message and projects request 2015-07-06 19:14:23 -07:00
Syed Haris Ali 3fc8fbd421 Added missing links 2015-07-06 18:57:26 -07:00
Syed Haris Ali 2736de1a8b Added description for EZAudioPlayer 2015-07-06 18:55:30 -07:00
Syed Haris Ali dd0139ed38 Added EZAudioPlayer 2015-07-06 18:34:44 -07:00
Syed Haris Ali 1b82915277 Update README.md 2015-07-06 18:15:33 -07:00
Syed Haris Ali 8d91213255 Add EZOutput effect chain explanation 2015-07-06 18:15:06 -07:00
Syed Haris Ali d2cc488dfb Update README.md 2015-07-06 17:56:22 -07:00
Syed Haris Ali 9a499a7c09 Update README.md 2015-07-06 17:36:48 -07:00
Syed Haris Ali 0c389efb0f Update README.md 2015-07-06 17:31:53 -07:00
Syed Haris Ali 89c8c808d3 Update README.md 2015-07-06 17:29:05 -07:00
Syed Haris Ali a6d3a02a91 Update README.md 2015-07-06 17:26:07 -07:00
Syed Haris Ali b52c819d02 Update README.md 2015-07-06 17:21:19 -07:00
Syed Haris Ali caf9062275 Added extended description of EZAudioDevice usage 2015-07-06 17:15:34 -07:00
Syed Haris Ali e77116aa1b Added EZAudioDevice + EZOutput device selection 2015-07-06 16:57:35 -07:00
Syed Haris Ali 67c9e3b1cb Updated FFT gif 2015-07-06 16:06:24 -07:00
Syed Haris Ali 4cc46687aa Update README.md 2015-07-06 15:57:03 -07:00
Syed Haris Ali 71337ca4bd Updated EZRecorder description and snippets 2015-07-06 15:53:49 -07:00
Syed Haris Ali 1e6cb271ed Finished up EZOutput description 2015-07-06 15:10:00 -07:00
Syed Haris Ali 5c8de38ad0 Updated EZOutputDataSource sine implementation
Added code snippet and description
2015-07-06 15:07:41 -07:00
Syed Haris Ali d3767afc76 Update README.md 2015-07-06 15:02:14 -07:00
Syed Haris Ali 2bdfe29e09 Updated EZAudioPlotGL description 2015-07-06 14:04:40 -07:00
Syed Haris Ali 0da69ab293 Updated interface builder instructions with gifs 2015-07-06 13:55:04 -07:00
Syed Haris Ali 834b1d9254 Updated EZAudioPlot and EZAudioPlotGL
Updated code snippets and descriptions
2015-07-06 12:23:22 -07:00
Syed Haris Ali e651d09f3d fixed stuff, removed circular buffer part of output 2015-07-06 00:30:31 -07:00
Syed Haris Ali 1adeea40b9 Merge pull request #184 from syedhali/new_readme
Updated EZAudioFile & EZMicrophone README
2015-07-06 00:27:45 -07:00
Syed Haris Ali 880a6c54e4 updated EZMicrophone code snippets 2015-07-06 00:26:40 -07:00
Syed Haris Ali 1ff2bc4ae9 updated more EZAudioFile code snippets 2015-07-06 00:20:02 -07:00
Syed Haris Ali 8636bc4cae updated EZAudioFile documentation and code snippets 2015-07-06 00:09:28 -07:00
Syed Haris Ali 021ae59035 updated audio file section 2015-07-05 23:52:09 -07:00
Syed Haris Ali cce54d802e updated example descriptions and component count 2015-07-05 23:43:47 -07:00
Syed Haris Ali 44f724b4ab changed title position 2015-07-05 23:33:57 -07:00
Syed Haris Ali 6631a15f66 added gifs to example projects 2015-07-05 23:29:22 -07:00
Syed Haris Ali b6e00fd8eb updated to 0.9.1 2015-07-05 21:51:18 -07:00
Syed Haris Ali 445e2fa530 Merge pull request #183 from syedhali/update_examples
Updated examples
2015-07-05 21:48:16 -07:00
4 changed files with 782 additions and 240 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EZAudio"
s.version = "0.9.1"
s.version = "1.0.0"
s.summary = "A simple, intuitive audio framework for iOS and OSX useful for anyone doing audio processing and/or audio-based visualizations."
s.homepage = "https://github.com/syedhali/EZAudio"
s.screenshots = "https://s3-us-west-1.amazonaws.com/ezaudio-media/EZAudioSummary.png"
+20 -3
View File
@@ -1,10 +1,27 @@
//
// EZAudioDevice.h
// MicrophoneTest
// EZAudio
//
// Created by Syed Haris Ali on 4/3/15.
// Created by Syed Haris Ali on 6/25/15.
// Copyright (c) 2015 Syed Haris Ali. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#import <Foundation/Foundation.h>
#import <AudioToolbox/AudioToolbox.h>
@@ -167,4 +184,4 @@
#endif
@end
@end
+19 -2
View File
@@ -1,10 +1,27 @@
//
// EZAudioDevice.m
// MicrophoneTest
// EZAudio
//
// Created by Syed Haris Ali on 4/3/15.
// Created by Syed Haris Ali on 6/25/15.
// Copyright (c) 2015 Syed Haris Ali. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#import "EZAudioDevice.h"
#import "EZAudioUtilities.h"
+742 -234
View File
File diff suppressed because it is too large Load Diff