Skip to content

Commit

Permalink
Update technologies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed May 24, 2024
1 parent 604bcaa commit 842041f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ More information can be found in the [documentation](https://player-docs.rhythms

Used technologies are:
* [TypeScript](https://www.typescriptlang.org/) and [SASS](https://sass-lang.com/) for cleaner code
* [Vue.js](https://vuejs.org/), [Bootstrap 4](https://getbootstrap.com/) and [Font Awesome](https://fontawesome.com/) for the UI
* [wav-encoder](https://github.com/mohayonao/wav-encoder), [Aurora.js](https://github.com/audiocogs/aurora.js/),
[audiolib.js](https://github.com/jussi-kalliokoski/audiolib.js/) and [libmp3lame.js](https://github.com/akrennmair/libmp3lame-js)
for MP3/WAV export
* [Vue.js](https://vuejs.org/), [Bootstrap 5](https://getbootstrap.com/) and [Font Awesome](https://fontawesome.com/) for the UI
* The [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) for playing and exporting songs
* [wav-encoder](https://github.com/mohayonao/wav-encoder) and [wasm-media-encoders](https://github.com/arseneyr/wasm-media-encoders)
for encoding exported songs to WAV/MP3
* [pako](https://github.com/nodeca/pako) to compress shared links
* [Babel](https://babeljs.io/), [webpack](https://webpack.js.org/) and [gulp.js](https://gulpjs.com/) for building
* [Vite](https://vitejs.dev/) for building and [Vitest](https://vitest.dev/) for testing.


Technical notes
Expand Down

0 comments on commit 842041f

Please sign in to comment.