• Stars
    star
    216
  • Rank 183,179 (Top 4 %)
  • Language
    JavaScript
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Audio Time Stretching and Pitch Shifting

VexWarp

VexWarp is a JavaScript implementation of the STFT and Phase Vocoder algorithms for audio time stretching and pitch shifting. It can be used to slow down (or speed up) audio segments without changing pitch, ot to transpose audio segments without changing speed, or both.

VexWarp currently uses dsp.js for its FFT, but will work with any FFT library that supports typed arrays. The meat of the algorthm is in src/stretch.js, and it can be used in both batch and real-time applications.

Demo

See VexWarp in action here: VexWarp.

This repository contains all the code used in the above demo, and in the VexWarp Chrome extension.

MIT License

Copyright (c) Mohit Muthanna Cheppudira 2012

0xFE ([email protected]) (http://www.vexflow.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

vexflow

A JavaScript library for rendering music notation and guitar tablature.
JavaScript
3,881
star
2

vexchords

JavaScript Chord Charts
JavaScript
815
star
3

vextab

A VexTab Parser for VexFlow
JavaScript
564
star
4

experiments

Tests, experiments, etc. etc.
Java
128
star
5

hacking-stellar

A hacker's guide to using the Stellar blockchain platform.
88
star
6

lumen

A commandline client for the Stellar blockchain
Go
75
star
7

rubyrefresher

A Ruby language refresher.
Ruby
67
star
8

fretboard

Vex Fretboard as seen on my.vexflow.com.
CoffeeScript
64
star
9

mobot

mobot: A Telegram Bot Library in Rust
Rust
42
star
10

vex

Public Stuff
JavaScript
39
star
11

microstellar

An easy-to-use Go Library for the Stellar payment network
Go
38
star
12

cryptopals

Cryptopals Cryptography Challenge Solutions in Go (Sets 1 - 6)
Go
19
star
13

pennywall

A self-hosted donation / tip wall for sharing content
JavaScript
5
star
14

vexruby_heap

A Binary-Heap / Priority-Queue implementation for Ruby.
Ruby
4
star
15

mp3renamer

Reorganize your audio directories by artist/album/title. Useful for reclaiming music from your iPod or iTunes library.
Python
4
star
16

deepears

Audio analysis using DNNs
Jupyter Notebook
3
star
17

pennyauth

A captcha based on micropayments
JavaScript
2
star
18

vexflow.com

Vexflow Public Website
HTML
2
star
19

pennyjar

A digital penny jar that uses micropayments
JavaScript
2
star
20

arkin.ninja

Arkin's home page
HTML
1
star
21

cryptopals-rust

Cryptopals Cryptography Challenge Solutions in Rust
Rust
1
star
22

clue

A Capture-The-Flag contract on Ethereum
JavaScript
1
star
23

vexcron

A drop in replacement for the Cron daemon.
Go
1
star
24

drfoo

DrFoo is an OpenAI client and framework for Rust
Rust
1
star
25

pennyauth-server

A captcha service based on micropayments (server)
JavaScript
1
star
26

sweartax

A digital swear jar using 0xfe/pennyjar
JavaScript
1
star
27

hype

hype is a programmable load balancer
Rust
1
star