Optional parameters passed into Voice::create() methods.
Sets the number of channels for the Voice .
Sets the maximum number of frames acceptable for a VoiceSamplePlayerNode to use in-memory buffer playback via BufferPlayerNode .
If the file is larger than this, it will be streamed from disk using a FilePlayerNode . Default = 96,000.
Sets whether the Voice 's output is automatically connected to master() ->getOutput().
If set to false, the user must manage the connection of its output node. Default = true, automaitically connects to master output.
Returns the number of configured channels.
See Also channels()
channels()
Returns the configured frame allowance for buffer playback.
See Also maxFramesForBufferPlayback()
maxFramesForBufferPlayback()
Returns whether or not the Voice will be automatically connected to master() ->getOutput().