Vox Class |
Namespace: Alvas.Audio
The Vox type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Raw2Vox |
Encode raw PCM-data to Dialogic .vox (adpcm) format data
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Vox2Mp3(BinaryReader, BinaryWriter, Int32) |
Converts Dialogic .vox (adpcm) data to Mp3 audio data.
| |
Vox2Mp3(Stream, Stream, Int32) |
Converts Dialogic .vox (adpcm) stream to Mp3 stream.
| |
Vox2Mp3(String, String, Int32) |
Converts Dialogic .vox (adpcm) file to Mp3 file.
| |
Vox2Mp3(BinaryReader, BinaryWriter, Int32, VoxAdpcmStatus) |
Converts Dialogic .vox (adpcm) data to Mp3 audio data.
| |
Vox2Mp3(Stream, Stream, Int32, VoxAdpcmStatus) |
Converts Dialogic .vox (adpcm) stream to Mp3 stream.
| |
Vox2Wav(BinaryReader, WaveWriter) |
Decodes Dialogic .vox (adpcm) format data to wave PCM-data format
| |
Vox2Wav(BinaryReader, WaveWriter, VoxAdpcmStatus) |
Decodes Dialogic .vox (adpcm) format data to wave PCM-data format
|