зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
Resources | ||
Screenshots | ||
AppDelegate.cs | ||
AudioQueueOfflineRenderDemo.csproj | ||
AudioQueueOfflineRenderDemo.sln | ||
Info.plist | ||
Main.cs | ||
Metadata.xml | ||
README.md | ||
composeaudio.mp3 |
README.md
name | description | page_type | languages | products | urlFragment | ||
---|---|---|---|---|---|---|---|
Xamarin.iOS - Audio Queue Offline Render Demo | Demonstrates the Audio Queue offline rendering API. The sample produces LPCM output from an mp3 file, which is written to disk... | sample |
|
|
audioqueueofflinerenderdemo |
Audio Queue Offline Render Demo
An example demonstrating the Audio Queue offline rendering API. The sample produces LPCM output from an mp3 file, which is written to disk as a .caf file then subsequently played back to show the offline rendering is working as expected.
Based on the Apple sample AQOfflineRenderTest: http://developer.apple.com/library/ios/#samplecode/AQOfflineRenderTest/Introduction/Intro.html