Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Speex codec component for ESP32 ESP-IDF

NotificationsYou must be signed in to change notification settings

UncleRus/esp-idf-speex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.speex.org/

Version: 1.2.1

Speex: A Free Codec For Free Speech

Speex is an Open Source/Free Software patent-free audio compressionformat designed for speech. The Speex Project aims to lower the barrierof entry for voice applications by providing a free alternative toexpensive proprietary speech codecs. Moreover, Speex is well-adapted toInternet applications and provides useful features that are not presentin most other codecs. Finally, Speex is part of the GNU Project and isavailable under the revised BSD license.

How to use

Clone this repository intocomponents subdir of yout project:

cd~/my_esp_idf_projectmkdir componentscd componentsgit clone git@github.com:UncleRus/esp-idf-speex.git

Or clone it to any other directory and add it to your projectMakefile orCMakeLists.txt:

PROJECT_NAME := my-esp-projectEXTRA_COMPONENT_DIRS :=$(HOME)/my/work/path/esp-idf-speexinclude$(IDF_PATH)/make/project.mk
cmake_minimum_required(VERSION 3.5)set(EXTRA_COMPONENT_DIRS$ENV{HOME}/my/work/path/esp-idf-speex)include($ENV{IDF_PATH}/tools/cmake/project.cmake)project(my-esp-project)

See examples.

About

Speex codec component for ESP32 ESP-IDF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp