PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
785 stars 163 forks source link

Audio queue manager, solution for #292 #462

Open sockheadrps opened 1 month ago

sockheadrps commented 1 month ago

Description

Closes #292 I added queuemanager.py to ext.sounds, which is a class that wraps the audio player and exposes common music queue functionality that allows users to add sound files to a queue and gives them an API to interact with that queue to control audio,

Checklist