You are viewing outdated content for BUG. If you have a BUG Y.T. edition or 2.0 series device, please visit our updated wiki: http://wiki.buglabs.net



Audio Playback

From BUG Wiki

Jump to: navigation, search

Contents

Overview

This page describes how to use the Audio Playback APIs for the BUGsound. The current audio playback API was added in BUG Release 1.4. Most of the API is based upon the open source audio implementation MIDPath. The API has been "osgi"ified, meaning that there are services made available for audio playback. This wiki will discuss a few possible implementations for audio playback, but because of the robustness of the API, many more are possible.

IModuleAudioPlayer API

ASyncronousAudioPlayer API

SynchronousAudioPlayer API

Write your own

Examples

IModuleAudioPlayer

 

ASyncronousAudioPlayer

 

SyncronousAudioPlayer

 


This application is available on [ BUGnet].


Caveats

Notes