Python Forum
PyAudio [Errorno -9999] Unanticipated Host Error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyAudio [Errorno -9999] Unanticipated Host Error
#6
pygame has audio support. The following will play an mp3 file. It will also play midi notes.
import pygame.mixer

pygame.mixer.init()
pygame.mixer.music.load('V.mp3')
pygame.mixer.music.play(0)
Reply


Messages In This Thread
RE: PyAudio [Errorno -9999] Unanticipated Host Error - by jefsummers - Sep-21-2020, 06:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pyaudio seems to randomly halt input. elpidiovaldez5 2 393 Jan-22-2024, 09:07 AM
Last Post: elpidiovaldez5
  where to host my python script tomtom 1 1,273 Feb-09-2022, 06:45 AM
Last Post: ndc85430
  Failing to connect to a host with WMI tester_V 6 4,401 Aug-10-2021, 06:25 PM
Last Post: tester_V
  Not getting response from pyaudio OceansBlue 1 2,660 Jul-03-2021, 06:22 AM
Last Post: OceansBlue
  help with PyAudio Leo12143 1 1,962 Jan-18-2021, 09:56 AM
Last Post: DT2000
  pyAudio playing variable Talking2442 3 3,042 Dec-01-2020, 06:20 PM
Last Post: Talking2442
  Pyaudio Souls99 7 3,577 Oct-05-2020, 04:06 PM
Last Post: Larz60+
  PyAudio Buffer Data Calculation MclarenF1 0 2,143 Aug-21-2020, 10:55 AM
Last Post: MclarenF1
  PyAudio throwing Input overflowed anthares 3 4,805 Jun-14-2020, 03:37 PM
Last Post: anthares
  Using pyaudio to stop recording under certain sound threshold Twanski94 2 6,480 Jun-13-2020, 11:35 AM
Last Post: Twanski94

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020