WAV audio file reading and writing: the RIFF wave file model and the audio data access API.
Microsoft.VisualBasic.Data.Wave 1.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.Data.Wave
| Type | Summary | Members |
|---|---|---|
| Channels | Legacy enumeration for common channel counts. | 2 |
| FMTSubChunk | The "fmt " subchunk describes the sound data's format | 13 |
| MelFilterbank | Mel 尺度三角滤波器组,用于将功率谱转换为 Mel 频率能量。 Mel 尺度模拟人耳对频率的感知:低频分辨率高,高频分辨率低。 公式:mel = 2595 * log10(1 + hz/700) | 4 |
| ParserDispatch | Central dispatch for choosing the correct parser based on audio format and bits per sample. | 2 |
| Sample | 24 | |
| SignalProcessing | 信号处理工具模块,提供静态方法供声纹提取流水线调用。 | 9 |
| VoicePrintExtractor | 声纹向量提取器。 纯 DSP 实现,不依赖任何文件 I/O。 输入为归一化的音频样本数组,输出为固定维度的声纹向量。 | 8 |
| VoicePrintOptions | 声纹提取参数配置。 | 11 |
| VoicePrintResult | 声纹提取结果(包含向量和元数据)。 | 6 |
| WaveFile | The wav file model | 5 |
| WaveWriter | Static utility class for writing WAV audio files from sample data. | 15 |
| WavFormatGuids | Well-known GUIDs for WAVE_FORMAT_EXTENSIBLE SubFormat field. | 4 |
| WavVoicePrintReader | 基于 WAV 文件的声纹提取辅助类。 提供一次性调用接口,自动处理文件打开、声道选取、时间窗口裁剪。 | 3 |
| wFormatTag | 10 |