Prime-arys / Speed-Pitch-changer-extension

Modify the speed with the pitch of a web video/audio.
MIT License
6 stars 1 forks source link

Add new button to set playback rate based on specified amount of semitones #4

Closed SmileyAG closed 6 months ago

SmileyAG commented 7 months ago

I really like that addon much! That really made half of songs to sound even more pleasurable than in original! But there is one thing that I am missing: setting the speed depending on how much semitones are specified

Example: if user inserting the 0.5 of semitone, then it sets the playback rate to 1.0293 (C++ code: rate = 1 / std::pow(2, -0.5 / 12.0);)

Prime-arys commented 7 months ago

I've added a way to do this (8218b11662f461a9d720891412c838fd27e68a36) screen1 screen2

Prime-arys commented 7 months ago

The new version 1.4.1 is out on mozilla addons store