https://github.com/mbari-org/sgn.player
A basic audio visualizer/player based on WaveSurfer and Quasar
https://github.com/mbari-org/sgn.player
Last synced: 10 months ago
JSON representation
A basic audio visualizer/player based on WaveSurfer and Quasar
- Host: GitHub
- URL: https://github.com/mbari-org/sgn.player
- Owner: mbari-org
- License: apache-2.0
- Created: 2021-08-20T02:10:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T23:27:19.000Z (about 4 years ago)
- Last Synced: 2025-02-04T21:43:20.715Z (11 months ago)
- Language: Vue
- Size: 1.45 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# sgn.player
A basic audio visualizer/player based on [WaveSurfer](https://wavesurfer-js.org)
and [Quasar](https://quasar.dev).
Initial setup of this project was done basically by following this [dev.to article](
https://dev.to/johnnymakestuff/how-to-build-a-soundcloud-like-audio-player-app-with-vuejs-quasar-and-wavesurfer-5bic)
(here, not as a cordova-based mobile version, but as a regular webapp),
and then adding some WaveSurfer plugins.
**Status**
- timeline: ok
- regions: basic functionality ok
- spectrogram: basic functionality ok
- scrolling gets pretty slow along with spectrogram
- WaveSurfer spectrogram plugin seems rather limited
### Running
yarn
quasar dev
