Documentation ¶
Index ¶
- func GetBitsPerSample(data []byte) uint16
- func GetBitsRate(data []byte) uint32
- func GetBitsRateCalc(data []byte) uint32
- func GetChannels(data []byte) uint16
- func GetSampleRate(data []byte) uint32
- func GetSize(data []byte) uint32
- func IsValid(data []byte) bool
- func SizeBytes(data uint32) []byte
- func TakeData(data []byte) []byte
- func TakeHeader(data []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBitsPerSample ¶ added in v0.2.387
GetBitsPerSample return bits per sample
func GetBitsRate ¶ added in v0.2.387
GetBitsRate returns bit rate from header
func GetBitsRateCalc ¶ added in v0.2.387
GetBitsRateCalc calculates bits per sample - sometimes there is incorrect value for bitsrate in header
func GetChannels ¶ added in v0.2.387
GetChannels return channels
func GetSampleRate ¶ added in v0.2.387
GetSampleRate return sample rate from header
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.