python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
MTAudioProcessingTap - prepare{} and process{} callbacks are not executing
I am working on loading a (local) movie into AVPlayer and applying processing to the audio track with an audioTapProcessor. So far I've found great GitHub examples here, here, and here. I'm using the ...
eefanatic
Votes: 0
Answers: 1
How to increase speed of Speech-to-text transcription in iOS App?
I used the Scrumdinger example from Apple to create a speech to text feature in my app. As you can see in the gif below, the text starts typing many seconds after I start talking:
The speech to text ...

Saamer
Votes: 0
Answers: 1
Swift: NotificationCenter's addObserver closure keeps getting triggered constantly
I have an AVPlayer to play an MP3 stream. I added an observer for when the stream is ended, the trouble is the closure seems to be stuck in a loop after it's triggered for the first time.
//// Variabl...

Maysam
Votes: 0
Answers: 1
Can AVAssetResourceLoader (and AVAssetResourceLoaderDelegate) be used to limit the choices of streams to increase quality?
iOS (seemingly especially with iOS 15), isn't always the best at taking an HLS m3u8 playlist with multiple playback quality options and selecting the best one to play. For instance even with a great i...
christianselig
Votes: 0
Answers: 1