hekdh/esp-gmf-speex

0.1.0

uploaded 5 days ago
Speex codec for ESP-GMF framework

readme (zh)

# ESP GMF Speex 编解码器

基于 ESP-GMF 框架的 Speex 音频编解码器组件。

## 主要功能

- **Speex 编码器**:支持窄带/宽带/超宽带语音编码
- **Speex 解码器**:完整的 Speex 音频解码功能
- **多种比特率模式**:CBR(固定)、VBR(可变)、ABR(平均)
- **音频处理**:语音活动检测(VAD)、不连续传输(DTX)、高通滤波
- **质量控制**:可调节编码质量和复杂度

## 技术规格

- **采样率**:8kHz, 16kHz, 32kHz
- **声道**:单声道
- **编码模式**:窄带/宽带/超宽带
- **质量等级**:0-10(默认8)
- **复杂度**:0-10(默认3)

## 依赖要求

- ESP-IDF >= 5.5.0
- espressif/gmf_core
- espressif/gmf_audio >= 0.6.1
- espressif/esp_audio_codec >= 2.3.0

## 快速开始

放置到 components 目录下即可使用。将你可以直接调用speex库的原始接口,要在ESP-GMF框架下使用,请参考本仓库中的example。

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "hekdh/esp-gmf-speex^0.1.0"

or download archive

Stats

  • Archive size
    Archive size ~ 2.85 MB
  • Downloaded in total
    Downloaded in total 1 time
  • Downloaded this version
    This version: 1 time

Badge

hekdh/esp-gmf-speex version: 0.1.0
|