audio_info.go 96 B

1234567
  1. package vad
  2. type AudioInfo struct {
  3. FileFullPath string
  4. SampleRate int
  5. BitDepth int
  6. }