Click or drag to resize
Vox Class
Class for encoding and decoding Dialogic .vox (adpcm) format data
Inheritance Hierarchy
SystemObject
  Alvas.AudioVox

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public class Vox

The Vox type exposes the following members.

Constructors
  NameDescription
Public methodVox
Initializes a new instance of the Vox class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberCode exampleRaw2Vox
Encode raw PCM-data to Dialogic .vox (adpcm) format data
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberCode exampleVox2Mp3(BinaryReader, BinaryWriter, Int32)
Converts Dialogic .vox (adpcm) data to Mp3 audio data.
Public methodStatic memberCode exampleVox2Mp3(Stream, Stream, Int32)
Converts Dialogic .vox (adpcm) stream to Mp3 stream.
Public methodStatic memberCode exampleVox2Mp3(String, String, Int32)
Converts Dialogic .vox (adpcm) file to Mp3 file.
Public methodStatic memberVox2Mp3(BinaryReader, BinaryWriter, Int32, VoxAdpcmStatus)
Converts Dialogic .vox (adpcm) data to Mp3 audio data.
Public methodStatic memberVox2Mp3(Stream, Stream, Int32, VoxAdpcmStatus)
Converts Dialogic .vox (adpcm) stream to Mp3 stream.
Public methodStatic memberCode exampleVox2Wav(BinaryReader, WaveWriter)
Decodes Dialogic .vox (adpcm) format data to wave PCM-data format
Public methodStatic memberVox2Wav(BinaryReader, WaveWriter, VoxAdpcmStatus)
Decodes Dialogic .vox (adpcm) format data to wave PCM-data format
Top
See Also