Replies: 3 comments
-
Hi. Yes you can get the UnsafeMutableAudioBufferListPointer.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thank you for replying. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK. No way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im trying to get the audio sample buffers.
I tried to:
get AVaudioBuffer via RTMPStream delegate using this function:
rtmpStream(_ stream: RTMPStream, didOutput audio: AVAudioBuffer, presentationTimeStamp: CMTime)
but it never executes.
(after some debugging I realized that the RTMPMuxer is the delegate of the AudioCodec and not the AVMixer which eventually triggers the RTMPStream delegate)
I saw this https://github.com/shogo4405/HaishinKit.swift/issues/575
but unlike VideoEffect, the AudioEffect execute params doesn't include the sample
is there a way to get the sample from the UnsafeMutableAudioBufferListPointer?
is there another way to get the audio sample?
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions