sound-player

The aim of this project is to create multi playlist player


Keywords
sound, player
License
BSD-3-Clause-Attribution
Install
pip install sound-player==0.3.6

Documentation

Simple project that allow you to play multiple sound files.

Install

pip install sound-player

Supported os

  • Linux
  • Android
  • Windows
  • Mac
  • ios

Functionality

  • Play sound file
    • play, stop, pause
    • loop (infinit or any number of times)
  • create Playlist
    • play, stop, pause
    • enqueue new sound
    • multiple sound in same time (concurency)
  • Sound player with mujtiple playlist
    • play, stop, pause

Take a look at example.py for usage.