Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Portaudio Problems. Unable to find API  (Read 1519 times)

0 Members and 1 Guest are viewing this topic.

puckijagut

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 1
  • Last login:October 22, 2019, 03:47:31 am
  • I want to build my own arcade controls!
Portaudio Problems. Unable to find API
« 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

mdd45

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 50
  • Last login:April 02, 2024, 04:56:41 pm
  • I want to build my own arcade controls!
Re: Portaudio Problems. Unable to find API
« Reply #1 on: October 08, 2019, 08:26:37 am »
try:     pa_device        none

agalardi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 17
  • Last login:March 21, 2020, 02:46:05 pm
  • Be water my friend....
Re: Portaudio Problems. Unable to find API
« Reply #2 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?