1 Star 0 Fork 0

zip/rtpengine

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
decoder.h 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
Richard Fuchs 提交于 2020-11-20 21:43 +08:00 . TT#102450 fix AMR recording
#ifndef _DECODER_H_
#define _DECODER_H_
#include "types.h"
#include "str.h"
extern int resample_audio;
decode_t *decoder_new(const char *payload_str, const char *format, int ptime, output_t *);
int decoder_input(decode_t *, const str *, unsigned long ts, ssrc_t *);
void decoder_free(decode_t *);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zip/rtpengine.git
git@gitee.com:zip/rtpengine.git
zip
rtpengine
rtpengine
master

搜索帮助