|
Name |
loadFileStream ( ) |
Examples |
None available |
Description |
Creates and AudioRecordingStream that you can use to read from the file
yourself, rather than wrapping it in an AudioPlayer that does the work
for you. |
Syntax |
loadFileStream(filename, bufferSize, inMemory);
|
Parameters |
filename |
|
the file to load |
bufferSize |
|
the bufferSize to use |
inMemory |
|
whether or not the file should be cached in memory as it is
read |
|
Returns |
and AudioRecordingStream that you can use to read from the file. |
Usage |
Web & Application |
Related |
|
|
|