com.frinika.codeexamples
Class AudioPlayBackExampleDA
java.lang.Object
com.frinika.codeexamples.AudioPlayBackExampleDA
public class AudioPlayBackExampleDA
- extends java.lang.Object
Simple example of audio playback within Frinika. This is just meant to be a
guidance of how to implement audio playback. It's not intended that the audio
playback voice should be constantly present, like it is in this example. This
is only for testing purposes.
Replace the audio clip file with a file of your own.
A good test case, is an export of a project to wav, and play it along with
the metronome (remember to have the same tempo).
- Author:
- Peter Johan Salomonsen
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AudioPlayBackExampleDA
public AudioPlayBackExampleDA()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Parameters:
args
-
- Throws:
java.lang.Exception