 ChangeSpeed | Overloaded. Changes the speed of audio file |
 ChangeVolume | Changes the volume of audio data |
 CheckSilent | Checks the level of audio signal. If it is above silentLevel returns false otherwise it returns true. |
 ChooseCompatibleFormat | Overloaded. Shows the dialog box that enables the user to select the waveform-audio format. |
 Convert | Overloaded. Converts the audio data from the specified old format to the new format. |
 Copy | Overloaded. Copy part audio data from in file to out file |
 CreateFormat | Create audio format from the byte array. |
 Fade | Creates fade in/out effect |
 FormatBytes | Returns audio format byte array. |
 FreeFormat | Frees memory previously allocated for audio format. |
 GetCompatibleFormat | Gets the format for the conversion from the specified format and specified format tag. |
 GetCompatibleFormatList | Overloaded. Gets the format list for the conversion from the specified format. |
 GetDriverDetails | Gets the driver details for specified driver. |
 GetDriverList | Gets the driver list. |
 GetFloat32Format | Creates 32-bit IEEE Float audio format. |
 GetFormatDetails | Overloaded. Gets the format details for specified format. |
 GetFormatList | Overloaded. Gets the format list for specified format tag and suitable driver. |
 GetFormatTagDetails | Overloaded. Gets the format tag details for specified format tag and suitable driver. |
 GetFormatTagList | Overloaded. Gets the format tag list for suitable driver. |
 GetMp3Format | Creates audio format for MPEG Layer3 audio data |
 GetPcmFormat | Creates audio format for PCM data |
 GetWaveFormat | Gets the WaveFormat for specified format handle. |
 Insert | Overloaded. Insert audio data to stream. |
 Inverse | Inverts the audio signal to 180 degrees. All positive values in the wave form are replaced by negative and vice versa. |
 Join | Overloaded. Join multiple audio files into one. The audio data formats must be the same. |
 MergeStereo | Overloaded. Merges 2 mono WAVE files into one stereo. |
 Milliseconds2Bytes | Returns bytes number for specified format and time, expressed in milliseconds |
 Mix | Overloaded. Mix several audio files. The audio data formats must be the same. |
 MixMany | Inserts and mixes one piece of audio data into main audio data with specified offset multiple times. |
 Mp3ToWav | Converts Mp3 file to Wav file with PCM (Pulse-code modulation) data |
 Normalize | Overloaded. Normalize method raises the volume so that the highest sample level reaches a maximum level. |
 RecalculateData | Recalculates audio data array to the specified length. (For SoundLevelMeter) |
 Remove | Overloaded. Remove part audio data from stream. |
 RemoveDcOffset | Overloaded. Removes DC offset. DC offset is an offsetting of a signal from zero. Occurs when hardware, such as a sound card, adds DC offset to a recorded audio signal. |
 Resample | Overloaded. Performs resampling audio data from and to 8/16/24/32-bit integer PCM and 32-bit IEEE Float audio formats. |
 Reverse | Overloaded. Reverses Wave audio data from one file to another. |
 Silence | Creates silence |
 SplitStereo | Overloaded. Splits one stereo file into two mono files (left and right channels). |
 SwapStereo | Overloaded. Swaps stereo channels. |
 ToFormat | Overloaded. Converts audio data to the specified audio format. |
 ToPcm | |
 ToPcm16Bit | |
 Wave2Mp3 | Overloaded. Converts Wave file to Mp3 file. |