ios-samples/AudioTapProcessor
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
AudioTapProcessor Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots Pull from upstream 2015-01-19 20:39:40 +05:30
AudioTapProcessor.sln Pull from upstream 2015-01-19 20:39:40 +05:30
LICENSE.txt [AudioTapProcessor] Add license file 2016-02-18 21:58:42 -03:00
Metadata.xml Fixed some brief descriptions 2015-04-02 11:21:05 -04:00
README.md onboard missing samples 2019-08-01 19:56:58 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - AudioTapProcessor Sample application that uses the MTAudioProcessingTap in combination with AV Foundation to visualize audio samples (volume) sample
csharp
xamarin
audiotapprocessor

AudioTapProcessor

Sample application that uses the MTAudioProcessingTap in combination with AV Foundation to visualize audio samples (volume) as well as applying a Core Audio audio unit effect (Bandpass Filter) to the audio data.

Note

The sample requires at least one video asset in the Asset Library (Camera Roll) to use as the source media. It will automatically select the first one it finds. Download some funny video clip from internet.

Build Requirements

Building this sample requires Xcode 6 and iOS 7.0 SDK

Target

This sample runnable on iPadSimulator iPad

Xamarin port changes are released under the MIT license