-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Microphone support #12336
Comments
iOS and Android devices has a built-in microphone for most devices but for computers requires external microphone unless some laptops has internal microphone |
Could you add microphone permission on Android that is missing on PPSSPP |
Yes that's not an issue, implementing the PSP microphone APIs well enough that the games are happy with them is. |
what do you prefer we use on android ? Oboe , AAudio , OpenSL ES? |
The same API used for output? You may start with this: Florin9doi@d6e47a2 |
cool some part of audio recording already implemented in ppsspp so atm its only on android ? and we have many unimplemented api there , anyone can confirm different psp camera have different api implementation ? |
Is my fork and it isn't merged. I've started it a while ago, but I didn't figure it out how to complete it. Yes, there are 3 different APIs:
Audio Mechanica V8d Source Code: https://www.brewology.com/downloads/download.php?id=9420&mcid=1 |
I know Drastic a Nintendo DS Emulator that supports microphone feature and it's used for some games (Mike's Stage on WarioWare Touched and naming your Dog using your voice in Nintendogs) |
#13229 is done for windows but how about android? |
Can you add microphone to PPSSPP android? I am stuck in the StingWing part of Invizimalz because of the microphone |
so did anyone have tutorial to use audiomechanica to play talkman on ppsspp? did anyone succeed to play that game now? really want to know. |
please i just asking, bcs on my ppsspp on android and Pc it won't work. or it's only work on gold? so i just confused how audiomechanica work, really need to know. i really want to play talkman. please |
There's no functionality difference with gold. Microphone is not fully implemented yet. The way to get this to work involves writing code in C++. -[Unknown] |
i see. but i don't understand how to writing the codes on ppsspp. bcs i'm not a programer. maybe you have link of tutorial for me to follow. but thanks for your respons before. |
maybe the source code (if ppsspp has one) |
@hzl12 Why do you want to play talkman with audiochanica? Wonder you can play talkman with audiochanica on a real PSP? If you want to play on PC, you just need to run it without audiochanica, I think it would work. Of course, you are supposed to have a real Microphone and update ppsspp to the latest git build. |
i love to learn language, and i think talkman game is a one of a good source to learn. real microphone yeah, i'll try, thank you very much. |
Too bad the multiplayer games only used microphone on infrastructure and not ad-hoc. |
I hope microphone ppsspp will support to invizimals series. Thank you |
Yeah apparently this works now for some cases but not invizimals, which is odd. |
Ow please improve the function of microphone to support invizimals game series 😁👍 |
Technically does not work on the infrastructure test builds by AdamN for voice chat but not sure if its the microphone not implemented correctly or not. |
It would be great for this to be implemented also on linux, since the Steam Deck has a dedicated microphone that PPSSPP is currently unable to use. |
Would be great if we could implement it into iOS now that PPSSPP is on the AppStore |
Linked it from #19141 |
Just a reference to a cross-platform audio library https://github.com/mackron/miniaudio |
EDIT: Now supported on Windows, Android.
A few games, including the PSP Camera game Invizimals, use a microphone.
This issue is simply here to track the work of supporting microphones in PPSSPP.
This reddit thread has an incomplete list of the games that make use of them:
https://www.reddit.com/r/PSP/comments/9rymmg/lets_make_a_master_list_of_stuff_that_uses_the/
Getting this app to work would probably be useful: https://psp.brewology.com/downloads/download.php?id=9421&mcid=1
Hosted here:
AudioMechanicaV8d.zip
The text was updated successfully, but these errors were encountered: