Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Marware/Cpp_AEC
Acoustic Echo Cancellation
https://github.com/Marware/Cpp_AEC
Last synced: 18 days ago
JSON representation
Acoustic Echo Cancellation
- Host: GitHub
- URL: https://github.com/Marware/Cpp_AEC
- Owner: Marware
- Created: 2015-02-18T03:55:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T04:38:47.000Z (over 9 years ago)
- Last Synced: 2024-07-31T22:59:00.236Z (3 months ago)
- Language: C
- Homepage:
- Size: 160 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp_AEC
Portable Acoustic Echo CancellationAcoustic Echo Cancellation Speex wrapper Based on http://www.dspcottage.com/en/algorithms/AEC
Features:
- Works in Windows no need for sound drivers support
- Very lightweight
- Using widely known speex libraryUsage:
- Add the class to your project
- Link to Speex library
- Call aecStart()