{"id":16238529,"url":"https://github.com/unclerus/esp-idf-speex","last_synced_at":"2025-10-10T01:37:26.553Z","repository":{"id":148367319,"uuid":"202431385","full_name":"UncleRus/esp-idf-speex","owner":"UncleRus","description":"Speex codec component for ESP32 ESP-IDF","archived":false,"fork":false,"pushed_at":"2024-02-22T19:33:37.000Z","size":1699,"stargazers_count":16,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-04T11:51:37.227Z","etag":null,"topics":["esp-idf","esp32","speex"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UncleRus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-14T21:54:59.000Z","updated_at":"2024-10-21T08:22:23.000Z","dependencies_parsed_at":"2024-10-27T21:22:19.272Z","dependency_job_id":"419ab4df-fae8-419c-87fa-1b7509a3f490","html_url":"https://github.com/UncleRus/esp-idf-speex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UncleRus/esp-idf-speex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-speex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-speex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-speex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-speex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UncleRus","download_url":"https://codeload.github.com/UncleRus/esp-idf-speex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UncleRus%2Fesp-idf-speex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002400,"owners_count":26083374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp-idf","esp32","speex"],"created_at":"2024-10-10T13:40:40.513Z","updated_at":"2025-10-10T01:37:26.522Z","avatar_url":"https://github.com/UncleRus.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speex component for ESP-IDF\n\nhttps://www.speex.org/\n\nVersion: 1.2.1\n\n## Speex: A Free Codec For Free Speech\n\nSpeex is an Open Source/Free Software patent-free audio compression\nformat designed for speech. The Speex Project aims to lower the barrier\nof entry for voice applications by providing a free alternative to\nexpensive proprietary speech codecs. Moreover, Speex is well-adapted to\nInternet applications and provides useful features that are not present\nin most other codecs. Finally, Speex is part of the GNU Project and is\navailable under the revised BSD license.\n\n## How to use\n\nClone this repository into `components` subdir of yout project:\n\n```Shell\ncd ~/my_esp_idf_project\nmkdir components\ncd components\ngit clone git@github.com:UncleRus/esp-idf-speex.git\n```\n\nOr clone it to any other directory and add it to your project `Makefile` or `CMakeLists.txt`:\n\n```Makefile\nPROJECT_NAME := my-esp-project\nEXTRA_COMPONENT_DIRS := $(HOME)/my/work/path/esp-idf-speex\ninclude $(IDF_PATH)/make/project.mk\n```\n\n```cmake\ncmake_minimum_required(VERSION 3.5)\nset(EXTRA_COMPONENT_DIRS $ENV{HOME}/my/work/path/esp-idf-speex)\ninclude($ENV{IDF_PATH}/tools/cmake/project.cmake)\nproject(my-esp-project)\n```\n\nSee examples.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclerus%2Fesp-idf-speex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funclerus%2Fesp-idf-speex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclerus%2Fesp-idf-speex/lists"}