Skip to content

Runs a basic audio playing program that runs .wav files. Proffessor provided much of the code. I created the library functionality along with all the exception classes and their handling within the code.

Notifications You must be signed in to change notification settings

NateWichman/Command_Line_Audio_Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-audio

This is an incredibly simplistic CLI audio player. The purpose is not to be a complete solution, but a starter project for students to enhance. Written for a CIS 343 class at GVSU.

Note that in its current state it only plays .wav files.

Requirements

Requires pyaudio and curses. curses is usually built-in. pyaudio easily installed via pip for Windows folks. Better methods are available for OSX and Linux users. See https://people.csail.mit.edu/hubert/pyaudio/ for details.

python -m pip install pyaudio
python -m pip install windows-curses

Via the pyaudio website.

About

Runs a basic audio playing program that runs .wav files. Proffessor provided much of the code. I created the library functionality along with all the exception classes and their handling within the code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages