dotfiles/.config/yazi/plugins/audio-preview.yazi/README.md
2026-04-25 16:39:11 +05:30

29 lines
423 B
Markdown

# audio-preview.yazi
A plugin for [yazi](https://github.com/sxyazi/yazi) to preview soundfiles as spectrogram
using sox
## Requirements
- `sox`
## Installation
```sh
ya pack -a 'gesellkammer/audio-preview'
```
## Usage
Add this to your `yazi.toml`:
```toml
[plugin]
prepend_previewers = [
{ mime = "audio/*", run = "audio-preview" },
]
prepend_preloaders = [
{ mime = "audio/*", run = "audio-preview" },
]
```