Cryville.Audio Audio client that manages connection to a . Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Whether the method is being called by user. The device of the client. The default buffer duration of the client in milliseconds. The minimum buffer duration of the client in milliseconds. The default wave format of the device. The current wave format of the connection. The buffer size in bytes. The maximum latency of the connection in milliseconds. Whether the client is playing. Whether the client is muted. The current position of the device stream in seconds. The current position of the buffer in seconds. The audio source. Gets whether is supported by the device. The specified wave format. A wave format suggested by the device. if it is supported. if no format is supported. The share mode. Whether is supported. Initialize the client. The wave format. The buffer duration of the connection in milliseconds. The share mode of the connection. Different operations may occur with different API being used. Please also see the documentations of the implementing classes. Starts the wave data transmission. If is while playing, the output will be silence. Pauses the wave data transmission. This method does not reset and . The share mode of an audio connection. The device is shared with other connections, at the cost of a higher latency than . The output data is mixed by the audio service. The device is exclusive to the current connection, providing a low latency. To initialize an exclusive connection, the device must allow exclusive mode and must not be being used in either modes at the moment. Audio stream. The wave format. The buffer size in bytes. Whether if the stream has reached the end of data. Sets the wave format and the buffer size of this audio stream. The wave format. The buffer size in bytes. This method has already been called successfully once on the audio stream. is not supported by the audio stream. Called when the wave format and the buffer size is determined. Gets whether is supported by the audio stream. The wave format. Sets the time within the current audio stream. An offset in seconds relative to the parameter. A value of type indicating the reference point used to obtain the new time. The new time in seconds within the current audio stream. Sets the duration of the current audio stream. The duration in seconds. The duration in seconds of the audio stream. The time in seconds within the current audio stream. Fills the buffer with silence. The wave format. The buffer to be filled. The offset in bytes from the start of the to start filling. The length in bytes to be filled. The data-flow direction of an audio connection. Data flows from software to hardware. Data flows from hardware to software. Any data-flow direction. The recommended entry for Cryville.Audio that creates an . The list of available engines. Creates a recommended . A recommended . if no engine is supported. Audio device. The friendly name of the device. The data-flow direction of the device. Connects to the device. An for interaction with the device. Audio device manager that manages . If the is not supported, an exception is thrown when trying to create an instance. Gets all audio devices for the specified . The data-flow direction. Gets the default audio device for the specified . The data-flow direction. An that interacts with OpenSL ES. Creates an instance of the class. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Whether the method is being called by user. An that interacts with OpenSL ES. An that interacts with OpenSL ES. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Whether the method is being called by user. An that caches data for reuse. This stream is not seekable. Use to reset its timestamp to zero. Creates an instance of the class. The to be cached. The duration of the cache in seconds. Gets a clone of this with the timestamp reset. A clone of this with the timestamp reset. Use with object pool is recommended. Resets the timestamp to reuse the instance. Use with object pool is recommended. Whether this audio stream has been disposed. An that generates sound by a given function. The channel count of the output format. Whether this audio stream has been disposed. The function used to generate wave. The time position. The channel index. An that uses Libav to demux and decode audio files. Creates an instance of the class and loads the specified . The audio file. Whether this audio stream has been disposed. The index to the best audio stream. The collection of indices to all audio streams. Selects the best stream as the source. The stream has been selected. This method can only be called before is called, which is called while setting . Selects a stream as the source. The index of the stream. The stream has been selected. This method can only be called before is called, which is called while setting . Gets the duration of a stream or the file. The stream index. The duration of the file is retrieved if -1 is specified. The duration in seconds. This property may be inaccurate. This property may be inaccurate. This property may become inaccurate after is called. The exception that is thrown by Libav. A simple that mixes sequenced audio sources. To use this class, take the following steps: Create an instance of . Attach the to an by setting . Create a new by calling . Start playback by calling and setting to . s can be sequenced to the both before and after playback starts. See . If is set to , the output will become silence. Creates an instance of the class. Max polyphony of the source. Must be greater than 0. See . Whether this audio stream has been disposed. Whether if the current session is playing. There is a tiny delay before the playback state actually toggles, which is approximately substracted by . A byte offset relative to the current position. Must be . This stream can only be seeked from the current position, and forward only. Thus, must be non-negative, and must be . This stream can only be seeked from the current position, and forward only. See . Although this stream is seekable, setting this property is not supported and throws . This stream can only be seeked from the current position, and forward only. See . The number of sources currently playing. Max polyphony, the number of sources that can be played at the same time. The currently playing. Stops the current session and creates a new to replace it. An must be attached to this source first. A session for . Sequences a at the specified . The time in seconds. The audio source. If is less than the current time, the will be played immediately. If the number of audio sources currently playing exceeds , the will be discarded. Audio sources can be sequenced even when the sequencer has been disposed, while it would not have any effect. An that generates single tone. The tone type. The frequency of the wave. The amplitude of the wave. Tone type. Sine wave. Triangle wave. Square wave. An that interact with Wasapi. Initialize the client. The wave format. The buffer duration of the connection. The value is clamped to if too small. If is set to , the buffer duration will be determined automatically despite this parameter. The share mode of the connection. An that interacts with Wasapi. The properties of the device. An that interact with Wasapi. Cryville.Audio.WasapiWrapper.dll is required. Creates an instance of the class. The wave format. The channel count. The sample rate (samples per second.) The sample format. Bit count per sample. Bytes per second. The default wave format. Gets the aligned buffer size. The prefered buffer size in bytes. Whether the result is floored or ceiled. The aligned buffer size in bytes. Sample format. Invalid sample format. Unsigned 8-bit integer sample format. Signed 16-bit integer sample format. Signed 24-bit integer sample format. Signed 32-bit integer sample format. IEEE 754 single precision floating-point sample format. IEEE 754 double precision floating-point sample format. An that interacts with WinMM. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Whether the method is being called by user. An that interacts with WinMM. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Whether the method is being called by user. The friendly name of the device. Due to technical reason, this field is truncated if it has more than 31 characters. An that interacts with WinMM. Creates an instance of the class. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Whether the method is being called by user.