print '\a' no audio!!! - Raspberry Pi Forums
just making simple countdown timer audio pl. ignore caps
did produce required visual output there no audio either thru or audio jack
pl. help
thnx
code: select all
import time = 20 while != 20: print print '\a' time.sleep(1) a=a-1 did produce required visual output there no audio either thru or audio jack
pl. help
thnx
how this?
code: select all
import pygame pygame.init() pygame.mixer.init() sound = pygame.mixer.sound("alarm.wav") sound.play()
raspberrypi
Comments
Post a Comment