Audio file writer.
More...
◆ close()
NvsAudioFileWriter::close |
( |
| ) |
|
|
inline |
Close audio file writer.
- Returns
- {Boolean}
◆ constructor()
NvsAudioFileWriter::constructor |
( |
|
sampleRate, |
|
|
|
channelCount, |
|
|
|
outputAudioFilePath |
|
) |
| |
|
inline |
@constructor
- Parameters
-
{Number} | sampleRate The sample rate |
{Number} | channelCount The count of channel |
{String} | outputAudioFilePath The output file path |
◆ getInternalObject()
NvsAudioFileWriter::getInternalObject |
( |
| ) |
|
|
inline |
Set internal object.
- Parameters
-
- Returns
- {}
◆ setInternalObject()
NvsAudioFileWriter::setInternalObject |
( |
|
obj | ) |
|
|
inline |
Set internal object.
- Parameters
-
- Returns
- {}
◆ writeAudioData()
NvsAudioFileWriter::writeAudioData |
( |
|
audioData | ) |
|
|
inline |
Write audio data.
- Parameters
-
{AudioData} | audioData audio data |
- Returns
- {Boolean}
The documentation for this class was generated from the following file: