GitPedia
spotify

spotify/basic-pitch

A lightweight yet powerful audio-to-MIDI converter with pitch bend detection

8 Releases
Latest: 1y ago
v0.4.0Latest
drubinsteindrubinstein·1y ago·August 16, 2024
GitHub

📋 What's Changed

  • Training code has been added to Basic Pitch. This includes data preprocessing and the training loop. Thanks @bgenchel !
  • Full Changelog: https://github.com/spotify/basic-pitch/compare/v0.3.3...v0.4.0
v0.3.3
drubinsteindrubinstein·2y ago·April 23, 2024
GitHub

📋 What's Changed

  • tensorflow-macos will not be installed by default on mac devices for `Python<=3.11`
  • Full Changelog: https://github.com/spotify/basic-pitch/compare/v0.3.2...v0.3.3
v0.3.2
drubinsteindrubinstein·2y ago·April 22, 2024
GitHub

📋 What's Changed

  • predict() uses the default model path from __init__.py. by @drubinstein in https://github.com/spotify/basic-pitch/pull/123
  • Full Changelog: https://github.com/spotify/basic-pitch/compare/v0.3.1...v0.3.2
v0.3.1
drubinsteindrubinstein·2y ago·April 19, 2024
GitHub

📋 What's Changed

  • Fixed issue #120 involving the removal of a scipy function in newer versions of scipy
  • Full Changelog: https://github.com/spotify/basic-pitch/compare/v0.3.0...v0.3.1
v0.3.0
drubinsteindrubinstein·2y ago·March 25, 2024
GitHub

📋 What's Changed

  • Add upper bound of 2.15 (inclusive) for Tensorflow.
  • Python 3.7 support has been dropped.
  • New serializations added for CoreML, TensorFlowLite and ONNX
  • Basic Pitch will _not_ by default install TensorFlow. It will install a smaller inference runtime based on the machine you are installing Basic Pitch on, e.g. CoreML for Mac devices
  • Various small changes to the defaults so this repo is aligned with it's [Typescript cousin](https://github.com/spotify/basic-pitch-ts).
  • Full Changelog: https://github.com/spotify/basic-pitch/compare/v0.2.6...v0.3.0
0.2.6v0.2.6
psobotpsobot·3y ago·June 27, 2023
GitHub

📋 What's Changed

  • More TensorFlow versions are now supported.
  • Full Changelog: https://github.com/spotify/basic-pitch/compare/v0.2.5...v0.2.6
0.2.5v0.2.5
johngao2johngao2·3y ago·May 19, 2023
GitHub
0.2.4v0.2.4
rabittrabitt·3y ago·April 10, 2023
GitHub