Skip to content

Releases: TheLongplayerTrust/longplayer-python

v0.2.0

23 Jan 14:36

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Optimizations: Use numpy for numerical calculations; perform audio processing in a non-real-time thread
  • Automatically download the Longplayer audio if it does not exist locally
  • Updated language for consistency with the standard Longplayer terminology
  • Added --output-device and --list-output-devices flags to select a non-default audio output device
  • Added --solo flag to solo individual layers

v0.1.3

18 Nov 11:01

Choose a tag to compare

v0.1.3 Pre-release
Pre-release
  • Fixed off-by-one error in resampler
  • Added --buffer-size command-line argument
  • Restored missing numpy dependency, needed for soundfile

v0.1.2

18 Nov 10:12

Choose a tag to compare

v0.1.2 Pre-release
Pre-release
  • Use entry_points mechanism to declare scripts, so that Longplayer can be run with python3 -m longplayer when the install does not update paths correctly

v0.1.1

18 Nov 00:13

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • Remove dependencies on libsamplerate and numpy

v0.1.0

17 Nov 19:13

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
  • Initial release of longplayer-python