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
|
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 |
|||||||||||||
|
|
had almost the same problem. quick and dirty fix, add this:
to the end of iOS section in - (void)setupAudio in your Novocaine.m seems to me, that the route change is not implemented yet, as -(void)selectAudioDevice is empty. |
|||
|
|
|
I have implemented the route change like this and it seems to work. Just replace
|
|||
|
|