ios-samples/StreamingAudio
Paola Villarreal eb7881a6f6 StreamingAudio ported to 64-bits 2014-07-30 12:45:42 -05:00
..
Resources [SrtreamingAudio] Images, artworks, icons changes 2014-01-31 21:50:11 +04:00
Screenshots [StreamingAudio] Remove old screenshot 2014-01-31 22:02:52 +04:00
AppDelegate.cs StreamingAudio sample, it compiles (with some deprecated warnings) but, when playing a stream it crashes (SIGSEGV) with no stacktrace... Bug report #19910 2014-05-19 16:46:00 -05:00
Entitlements.plist [StreamingAudio] Changes in Info.plist and Entitlements.plist 2014-01-31 22:16:12 +04:00
Info.plist [StreamingAudio] Changes in Info.plist and Entitlements.plist 2014-01-31 22:16:12 +04:00
Main.cs StreamingAudio sample, it compiles (with some deprecated warnings) but, when playing a stream it crashes (SIGSEGV) with no stacktrace... Bug report #19910 2014-05-19 16:46:00 -05:00
MainViewController.cs StreamingAudio sample, it compiles (with some deprecated warnings) but, when playing a stream it crashes (SIGSEGV) with no stacktrace... Bug report #19910 2014-05-19 16:46:00 -05:00
MainViewController.designer.cs StreamingAudio sample, it compiles (with some deprecated warnings) but, when playing a stream it crashes (SIGSEGV) with no stacktrace... Bug report #19910 2014-05-19 16:46:00 -05:00
MainViewController.xib [StreamingAudio] Add MainViewController instead of using viewController outlet in AppDelegate.cs 2014-01-31 21:52:39 +04:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
PlayerViewController.cs StreamingAudio ported to 64-bits 2014-07-30 12:45:42 -05:00
PlayerViewController.designer.cs StreamingAudio sample, it compiles (with some deprecated warnings) but, when playing a stream it crashes (SIGSEGV) with no stacktrace... Bug report #19910 2014-05-19 16:46:00 -05:00
PlayerViewController.xib [StreamingAudio] Add PlayerViewController instead of using playerController outlet in AppDelegate.cs 2014-01-31 21:53:57 +04:00
QueueStream.cs [StreamingAudio] Rename class Storage -> QueueStream, code formatting 2014-01-31 21:46:39 +04:00
README.md README.md fixications. 2011-11-16 14:23:44 +01:00
StreamingAudio.csproj StreamingAudio sample, it compiles (with some deprecated warnings) but, when playing a stream it crashes (SIGSEGV) with no stacktrace... Bug report #19910 2014-05-19 16:46:00 -05:00
StreamingAudio.sln [StreamingAudio] Changes in project and solution files 2014-01-31 22:15:28 +04:00
StreamingPlayback.cs StreamingAudio sample, it compiles (with some deprecated warnings) but, when playing a stream it crashes (SIGSEGV) with no stacktrace... Bug report #19910 2014-05-19 16:46:00 -05:00
iTunesArtwork [SrtreamingAudio] Images, artworks, icons changes 2014-01-31 21:50:11 +04:00
iTunesArtwork@2x [SrtreamingAudio] Images, artworks, icons changes 2014-01-31 21:50:11 +04:00

README.md

Streaming Audio

This sample illustrates how to use AudioToolbox's AudioFileStream to parse an audio stream progressively and play the audio back.

The audio is a creative commons MP3 file that is downloaded from a website using Mono's HTTP stack.

There are two samples:

  • One plays as it streams, and does not attempt to buffer more than the audio buffers that are used for AudioToolbox.

  • The second sample shows how to save a copy of the data as it is being downloaded (for example, a podcasting application would stream audio and retain a copy).

Preview

iPhone running Streaming Audio sample

Authors

Miguel de Icaza