I´m trying to use Novocaine to play some audio withe high performance, but the sample code I found plays the audio only in the earphone, but I want it to play it on the speaker… is that possible?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
had almost the same problem.
quick and dirty fix, add this:
to the end of iOS section in – (void)setupAudio in your Novocaine.m
Be aware, that this will play the audio via speakers even if headphones are plugged in!
seems to me, that the route change is not implemented yet, as -(void)selectAudioDevice is empty.