-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi bro can i ask u a question? #1
Comments
I haven't done any remote playback with TAAE (or even local file playback), so I don't know how to do it. AEAudioFilePlayer uses AUAudioFilePlayer under the hood, so you could try figuring out how to get that to work with remote files, although I wasn't able to find anything after a cursory search. Your best bet may be to download the file and then play it back locally. If you just need playback without it being in your audio graph with effects etc, I would suggest looking into audio streaming samples for iOS. |
i want to make a karaoke app. TAAE works fine for that. but i need remote mp4 or mp3 for mix. Can i save buffer to template folder and the latest merge Video and Voice .. ??????? :( |
Sounds like a decent plan if you're ok with having users wait for a download. |
waiting not a problem i think |
ı used the amazing audio engine for playing LOCAL mp3 file with AEAudioFilePlayer. but i want to play REMOTE (mp3 or mp4). how can i do that with TEAA.
or integrated to IOS AVAudioEngine...
show me a way please.
The text was updated successfully, but these errors were encountered: