https://github.com/ihe1u0/silkcoder
https://github.com/ihe1u0/silkcoder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ihe1u0/silkcoder
- Owner: iHe1u0
- Created: 2022-07-05T11:15:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T02:32:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T06:18:25.166Z (4 months ago)
- Language: C
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SilkCoder
## Introduction
This is a program to encode and decode silk file, a file for audio.
## Get Started
I use Qt5 for this program, so you can compile it with Qt5.
## Decode QQ pcm
use `ffmpeg -f s16le -ar 12000 -ac 2 -i dream_wedding.pcm dream_wedding.mp3`