mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 05:55:08 +00:00
[PR #858] [MERGED] feat: add G.711 a-law algorithm #1365
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/858
Author: @HiSunzhenliang
Created: 9/25/2021
Status: ✅ Merged
Merged: 10/3/2021
Merged by: @ayaankhan98
Base:
master← Head:master📝 Commits (9)
d75aef4feat: add G.711 a-law algorithm7869efdchore: add CMakeLists.txt for audio/c45402bupdating DIRECTORY.md98005f3docs: add explanation to G.711 a-law algorithm7ed780fdocs: adjust comments to G.711 a-law algorithm517465ddocs: adjust comments to G.711 a-law algorithmf50a338test: add self-test for G.711 a-law algorithmf456e71fix: initialize variables to zero6a235afdocs: adjust comments to G.711 a-law algorithm📊 Changes
4 files changed (+236 additions, -2 deletions)
View changed files
📝
CMakeLists.txt(+3 -2)📝
DIRECTORY.md(+3 -0)➕
audio/CMakeLists.txt(+14 -0)➕
audio/alaw.c(+216 -0)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.