com.aurellem.capture.audio
Interface MultiListener

All Known Implementing Classes:
AudioSendRenderer

public interface MultiListener

This interface lets you: 1.) Get at rendered 3D-sound data. 2.) Create additional listeners which each hear the world from their own perspective.

Author:
Robert McIntyre

Method Summary
 void addListener(com.jme3.audio.Listener l)
           
 void registerSoundProcessor(com.jme3.audio.Listener l, SoundProcessor sp)
           
 void registerSoundProcessor(SoundProcessor sp)
           
 

Method Detail

addListener

void addListener(com.jme3.audio.Listener l)

registerSoundProcessor

void registerSoundProcessor(com.jme3.audio.Listener l,
                            SoundProcessor sp)

registerSoundProcessor

void registerSoundProcessor(SoundProcessor sp)