Click or drag to resize
Sox Class
Allows reads and writes audio files in most popular formats using SoX (http://sox.sourceforge.net/)
Inheritance Hierarchy
SystemObject
  Alvas.AudioSox

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static class Sox
Methods
  NameDescription
Public methodStatic memberCode exampleConvert(String, String, String)
Converts the audio data from the specified audio file type to the new audio file type.
Public methodStatic memberCode exampleConvert(String, String, BinaryWriter, SoxAudioFileType)
Converts the audio data from the specified audio file type to the new audio file type.
Public methodStatic memberCode exampleConvert(String, String, String, SoxAudioFileType)
Converts the audio data from the specified audio file type to the new audio file type.
Public methodStatic memberCode exampleConvert(String, String, SoxAudioFileType, BinaryWriter, SoxAudioFileType)
Converts the audio data from the specified audio file type to the new audio file type.
Public methodStatic memberCode exampleConvert(String, String, SoxAudioFileType, String, SoxAudioFileType)
Converts the audio data from the specified audio file type to the new audio file type.
Top
See Also