Documentation ¶
Overview ¶
Package g711 *
- @Author: W.w.
- @Date: 2020/9/22 17:46
- @Desc:
Package g711 *
- @Author: W.w.
- @File: g711u
- @Date: 2023-08-03 19:20
- @Description:
Index ¶
Constants ¶
View Source
const ( BIAS = 0x84 // define the add-in bias for 16 bit samples CLIP = 32635 ZEROTRAP = true // turn on the trap as per the MIL-STD )
Variables ¶
This section is empty.
Functions ¶
func G711AEncode ¶
G711AEncode 支持intel格式的pcm数据(小端字节序)(如果不是,pcm里面有格式转换)
func G711UEncode ¶
G711UEncode 支持intel格式的pcm数据(小端字节序)(如果不是,pcm里面有格式转换)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.