Legal

Open-Source Licenses

Last updated: June 15, 2026

Attribution

Guitar Tool Hub is built with open-source software, and we're grateful to the people who make it. This page lists the libraries that carry attribution or notice obligations. Other standard permissive dependencies (under licenses such as MIT, ISC, and Apache-2.0) are covered by their own license files within the code we distribute and are not individually re-listed here. A complete list of components and their notices is also available on request at alterego.011214@gmail.com.

Audio Libraries

The Pitch Changer tool processes audio entirely in your browser using the open-source libraries below. Both are used unmodified, as installed from npm.

Package
soundtouchjs
Copyright
© Steve "Cutter" Blades and contributors; based on the SoundTouch library by Olli Parviainen.
Used for
Phase-vocoder pitch shifting and time-stretching for the Pitch Changer tool, run offline in your browser.
Notes
MPL-2.0 is a per-file copyleft license. The library is used unmodified as an installed dependency, and its source remains available at the link above. We retain its license and copyright notices and do not modify its source.
Package
@breezystack/lamejs
Copyright
© the lamejs / LAME project authors and contributors.
Used for
Encodes processed audio to MP3 for download in the Pitch Changer tool.
Notes
Used unmodified as a separable, replaceable module, dynamically loaded only when MP3 export is requested. Its source remains available at the link above. We retain its license and copyright notices and do not statically fold its source into other code.

WAV export uses a small PCM encoder written in-house, with no third-party code. MP3 encoding is patent-free — the relevant MP3 patents expired in 2017.

LGPL Notice

This site includes @breezystack/lamejs, which is covered by the GNU Lesser General Public License, version 3.0 (which incorporates the terms of the GNU General Public License v3.0).

The library is included unmodified and is dynamically loaded as a separate, replaceable module. You are free to obtain the library's complete source code from its repository above and to use, study, modify, or substitute your own compatible version of it. If you would like the exact version we ship or a copy of the corresponding source, contact us at alterego.011214@gmail.com.

The library is provided by its authors with no warranty, to the extent permitted by applicable law. See the full license text for details.

Processed Locally

The Pitch Changer only processes files you supply, and all decoding, pitch shifting, and exporting happen locally in your browser. No audio is uploaded to or stored on any server, and the tool does not download or extract audio from YouTube or any streaming service. Please only process audio you have the rights to use.

Built on open source

Back to the Tools

No sign-up. No download. Your files stay with you.

Guitar Tool Hub