Skip to content

blah148/pitch-shifter

 
 

Repository files navigation

Modified pitch-shift & slow-downer

Runs on Windows/macOS/Linux/Android/iOS

Based on SoundTouchJS

Changes

Modified the functionality of the original repo so that:

  • Aesthetics: the UI has a cleaner, more user-friendly appearance
  • Functionality: the granularity of the time-controls is finer
  • Implementation: it receives an audio file as a prop, so that it can have hard-coded files on page-load, or user-uploaded files

View the live version at: Ploddings

ScreenShot

Usage

Note that these updated files work for a NextJS project, which is why for example the CSS file is named as "SlowDowner.module.css", and the classes are designated with "className" instead of the usual React style of "class". To tweak this for a normal React project, the class wording in the HTML will have to be adjusted as well as the CSS file having being renamed as a normal CSS file.

About

NextJS variable pitch/speed audio player based on SoundTouchJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • CSS 9.2%
  • HTML 5.1%