Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.