-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: Gerrime/Gerrime-Townsend
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
'emj:Winking' import pygame # Initialize Pygame pygame.init() # Create a list of audio tracks audio_tracks = ['track1.mp3', 'track2.mp3', 'track3.mp3'] # Create a function to play a single audio track def play_audio_track(track): pygame.mixer.music.load(track) pygame.mixer.music.play() # Create a function to play all audio tracks simultaneously def play_all_audio_tracks(): pygame.mixer.music.stop() for track in audio_tracks: pygame.mixer.music.load(track) pygame.mixer.music.play(-1, 0.0) # Create main function to run the app def main(): # Create the app window screen = pygame.display.set_mode((400, 400)) pygame.display.set_caption('Top 1') # Load and play a default audio track
#6
opened Dec 14, 2023 by
Gerrime
private/var/mobile/Containers/Shared/AppGroup/10BFF36F-5DFE-451A-BDA8-BF58971B78AB
#3
opened Dec 9, 2023 by
Gerrime
ProTip!
Adding no:label will show everything without a label.