Documentation
¶
Index ¶
- func DecodeTrack(t *webrtc.TrackRemote) (<-chan []float32, error)
- func EncodeAudio(samplesCh <-chan []int16) (<-chan []byte, error)
- func SynthesizeText(transcribedCh <-chan string, stopCh <-chan struct{}, opts map[string]any) (<-chan []int16, error)
- func TranscribeAudio(decodedCh <-chan []float32, opts map[string]any) (chan string, error)
- func TransmitAudio(pktsCh <-chan []byte, outTrack *webrtc.TrackLocalStaticRTP, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeTrack ¶
func EncodeAudio ¶
func SynthesizeText ¶
func TranscribeAudio ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.