shnsplit : tool to split flac.

This commit is contained in:
Dmitry Voronin 2023-11-22 11:22:59 +03:00
parent e2fc369156
commit 07a010113f

View file

@ -0,0 +1,13 @@
# Shnsplit - flac split tool.
# Install.
```text
dnf install shntool flac
```
# Split with .cue file.
```text
shnsplit -f file.cue -t %n_%t -o flac file.flac
```