libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.09k stars 1.81k forks source link

Microphone support on iOS #16241

Closed Iamthebestintheworld222 closed 4 days ago

Iamthebestintheworld222 commented 7 months ago

DS games use microphone support, and I would like to play DS games on my phone that require the microphone like kids games and warioware.

JesseTG commented 7 months ago

Linked issue in melonDS DS here https://github.com/JesseTG/melonds-ds/issues/172

gouchi commented 1 week ago

Hi,

This should be fixed when this PR is available using SDL driver.

Thank you.

trotsky40 commented 1 week ago

Even with the latest nighlty on iOS, I am unable to get either a prompt or manually turn on microphone permissions in iOS.

SDL2 is selected as the microphone driver in RetroArch.

warmenhoven commented 1 week ago

You're loading a game that uses the microphone in a core that supports it (are there any other than melonDS DS?), and set the core options for the microphone input mode to be the microphone?

trotsky40 commented 1 week ago

Yes. Using Pokemon- White Version, which has a mic test in the main menu. Tried with all the microphone options: hold, toggle, and always.

warmenhoven commented 1 week ago

Hm, it's not working for me either. I'll take a look.