Open
Description
Hi, great piece of work!
I'm working on a (temporary) replacement for GKVoiceChatService
, so I feed the output stream with samples collected from microphone manually whenever it has space available.
But I can't see how can I set [TDAudioFileStream basicDescription], in the current code I just can't figure out how it is initialized to a given format.
I have the AudioStreamBasicDescription
of every CMSampleBuffer
I got from AVCaptureSession
, but can't see exactly how to inject this information into the processing (otherwise the buffers just traversing fine as I simply NSLogged out).
If I'm right, the underlying audio queue also gets the format from TDAudioFileStream
.
Can you give me some hint on this?
Metadata
Metadata
Assignees
Labels
No labels
Activity