Build Your Own Arcade Controls Forum

Software Support => GroovyMAME => Topic started by: puckijagut on October 07, 2019, 06:22:56 pm

Title: Portaudio Problems. Unable to find API
Post by: puckijagut on October 07, 2019, 06:22:56 pm
hello Everyone!

I wanna use Portaudio with my Groovymame setup. I am running win 7 ultimate and a Realtek onboard soundcard

this is my mame config:

Code: [Select]
#
# OSD SOUND OPTIONS
#
sound                     portaudio
audio_latency             1

#
# PORTAUDIO OPTIONS
#
pa_api                    "Windows WASAPI"   
pa_device                 "Speakers (Realtek High Definition Audio)"
pa_latency                0.003334

I realized I don't have audio with some games. So I checked the mame console and I found this error: (see Picture)

seems like mame can't find the API. I also tried WDM-KS, but same error :-\

I just installed windows fresh yesterday. Do I need to install something? what could be the issue?

please let me know if you need any more informations
Title: Re: Portaudio Problems. Unable to find API
Post by: mdd45 on October 08, 2019, 08:26:37 am
try:     pa_device        none
Title: Re: Portaudio Problems. Unable to find API
Post by: agalardi on October 15, 2019, 03:37:10 am
Is the problem always affecting the same games?

Could you see console output for a working game to see differences?