An open API service indexing awesome lists of open source software.

https://github.com/ihe1u0/silkcoder


https://github.com/ihe1u0/silkcoder

Last synced: about 2 months ago
JSON representation

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`