Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Sep 21, 2016
1 parent 2ee483b commit efba8d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules/
tmp/
npm-debug.log
.DS_Store
19 changes: 7 additions & 12 deletions README.md
Expand Up @@ -18,17 +18,16 @@ __This is work in progress__

__Are other implementations available?__

Yes, a lot:
Yes, some of them:
- https://github.com/sebpiq/paulstretch.js
- https://github.com/echo66/OLA-TS.js
- https://github.com/echo66/PhaseVocoderJS
- https://github.com/Infinity/Kali

And pitch shifting:
- https://github.com/0xfe/vexwarp
- https://github.com/mikolalysenko/pitch-shift
- https://github.com/GTCMT/pitchshiftjs

And probably more...
And there are probably more...

__Which one should I use?__

Expand All @@ -40,14 +39,10 @@ Because I want to learn.

## Resources

You can read about OLA algorithms here:

- http://www.surina.net/article/time-and-pitch-scaling.html
- https://github.com/martijnvogten/timestretch/wiki/Basic-Time-Stretching-(that-sounds-remarkably-well)
- https://github.com/echo66/time-stretch-wac-article/blob/master/ts-ps-wac.pdf

In fact, this implementation follow close the first explanation.

- Time Stretching And Pitch Shifting of Audio Signals – An Overview: http://blogs.zynaptiq.com/bernsee/time-pitch-overview/
- Time and pitch scaling in audio processing: http://www.surina.net/article/time-and-pitch-scaling.html
- Basic Time Stretching (that sounds remarkably well): https://github.com/martijnvogten/timestretch/wiki/Basic-Time-Stretching-(that-sounds-remarkably-well)
- Time Stretching & Pitch Shifting with the Web Audio API. Where are we at? (pdf): https://github.com/echo66/time-stretch-wac-article/blob/master/ts-ps-wac.pdf

## License

Expand Down

0 comments on commit efba8d0

Please sign in to comment.