python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AVAudioPCMBuffer as Base64
How can the data from an AVAudioPCMBuffer be obtained as a Base64 encoded string, with Swift?
I'm asking as I'd like to send data from the microphone input on an iOS device to a WebSocket.
Bjorn Thor Jonsson
Votes: 0
Answers: 1
Converting AvAudioInputNode to S16LE PCM
I'm trying to convert input node format to S16LE format. I've tried it with AVAudioMixerNode
First I create audio session
do {
try audioSession.setCategory(.record)
try audioSession.setActive(true...
Tadej Slemenšek
Votes: 0
Answers: 1