Skip to content

Instantly share code, notes, and snippets.

View questjay's full-sized avatar
😜
#codeblooded Q J

Kwest J Arcade questjay

😜
#codeblooded Q J
View GitHub Profile
@elibroftw
elibroftw / audio_player.py
Last active January 21, 2023 19:37
A script to play all audio formats. You only need the shared library files (*.so, *.dll) found at https://github.com/elibroftw/music-caster/tree/master/src/vlc_lib
"""
AudioPlayer v2.3.7
Author: Elijah Lopez
Make sure VLC .dll files are located in "vlc_lib/"
"""
import math
import os
import platform
import sys
import time