Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seagirl/QLWaveForm
A QuickLook plugin that lets you view waveforms of audio files
https://github.com/seagirl/QLWaveForm
Last synced: about 2 months ago
JSON representation
A QuickLook plugin that lets you view waveforms of audio files
- Host: GitHub
- URL: https://github.com/seagirl/QLWaveForm
- Owner: seagirl
- License: apache-2.0
- Created: 2017-06-24T02:42:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T12:56:43.000Z (over 4 years ago)
- Last Synced: 2024-08-04T03:03:44.422Z (5 months ago)
- Language: C
- Size: 115 KB
- Stars: 21
- Watchers: 8
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-QuickLook - QLWaveForm
README
# QLWaveForm
by Takuho Yoshizu
![](preview-sample.png)
Introduction
------------QLWaveForm is a simple QuickLook generator for autio files.
It renders a preview of the waveform of the selected audio file.Installation
------------Simply copy QLWaveForm.qlgenerator to `~/Library/QuickLook` or `/Library/QuickLook`.
If you run into issues with macOS not letting you run the plugin because it's not signed by a verified developer you can follow these steps:
```
$ xattr -cr ~/Library/QuickLook/QLWaveForm.qlgenerator
$ qlmanage -r
$ qlmanage -r cache
```If the newly installed plugin is not picked up instantly, you can run `qlmanage -r` in Terminal to refresh.
To uninstall, drag QLWaveForm into the trash.
Downloads
---------Source code is available at .
You can download the [latest](https://github.com/seagirl/QLWaveForm/releases/latest) release from
Version History
---------------
Version 1.0 - Jun 24, 2017* Initial release.