Skip to content

Releases: thomassamoth/violin-tuner

v1.3.1

05 Sep 10:00
c8466a9
Compare
Choose a tag to compare

Violin tuner v1.3.1

Fix the error percentage that was set too low for testing.

As #2 mentions, I messed up the previous release so here you got the content of v1.3.0 as well ! 😜

v1.3.0

Changes in v1.3.0

  • Better precision in the detection and the gap between frequencies difference has dropped from 2 Hz to 1/3 Hz.
  • Better error handling ➡️ exceptions are now used.
  • Only generate the graphics if those are needed.

Dev side

  • Better documentations of the code by using doc-strings.
  • 📝 Use of a requirements.txt to import all the packages.
  • 📝 I have an auto-updating version badge now

Full Changelog: v1.3.0...v1.3.1

v1.2.0

06 May 21:51
Compare
Choose a tag to compare

Violin Tuner v1.2.0

There are no major changes for the user in this version

Changes in v1.2.0

  • Add a timer when recording the audio files

Technical changes

  • Recording is now done in a separate function
  • Remove the old packages which are not needed anymore e.g. pyaudio
  • Code organisation is now ruled by the black code formatting

Full Changelog: 1.1.0...1.2.0

v1.1.0

18 Mar 21:54
Compare
Choose a tag to compare

Violin Tuner v1.1.0

Note

v1.0.0 is considered to be the program made in 2019 which can be found here.
The project has been transferred here on github since.

Improved

  • Better code readability
  • Tasks are more divided for a better readability and debugging

Added

  • The display of the graphs is now chosen by the user
  • A too important error between the frequency played and the desired frequency is now indicated to the user.
  • The user is now informed if something went wrong during the recording

Full Changelog: https://github.com/thomassamoth/violin-tuner/commits/1.1.0