Skip to content

space928/QPlayer

Repository files navigation

QPlayer Logo

Build Status GitHub License GitHub Downloads (all assets, all releases) Documentation

QPlayer is a simple media player for theatre. It allows cue lists of sound tracks to be created and played. Media playback is handled by NAudio, providing a large range of supported media.

Features:

  • Playback of a range of audio types (wav, mp3, etc...)
  • Playback of multiple cues concurrently
  • Fade in and fade out
  • Pausing and preloading cues
  • Cue pre-delays
  • Per-cue EQ and a global limiter
  • OSC support

Application screenshot

Installation

The latest stable release of QPlayer can be downloaded here:

Download Latest

The latest pre-release of QPlayer can be downloaded here:

Download Prerelease

You have a choice to download either QPlayer-release.zip or QPlayer-release-sc.zip, the -sc.zip version includes the entire dotnet runtime, should you need this, hence why it's so much bigger. For most users, the regular version is recommended.

To run, simply extract the .zip file and run QPlayer.exe

Building

QPlayer can be built with Visual Studio 2026 using the .NET SDK 10.

Only Windows is officially supported for now.