findcues

Crates.iofindcues
lib.rsfindcues
version0.3.2
sourcesrc
created_at2022-02-15 14:07:20.762929
updated_at2022-02-15 14:07:20.762929
descriptionCLI tool that reads and exports recording marks from WAV files
homepagehttps://gitlab.com/igorMavlevich/findcues.rs
repositoryhttps://gitlab.com/igorMavlevich/findcues.rs
max_upload_size
id532752
size19,902
(gear206)

documentation

README

findcues.rs

Description

This is a simple program that reads cues or marks made by a digital recorder from a .WAV (BWF) file and exports them as a .txt file for import into Audacity.

Vaguely inspired by the findcues.py script from Audacity wiki.

Usage

findcues filename.wav

The program produces file named "filename.txt". Can accept multiple files:

findcues *.wav findcues file.wav anotherfile.wav

Can output into arbitrary .txt file:

findcues --output file.txt audio.wav

Note that custom output cannot be used with multiple inputs.

The program will abort export if the output file already exists. To overwrite the output, one may use corresponding flag:

findcues --replace file.wav

See also: findcues --help.

Disclamer

This program is provided as-is, use it at your own risk.

Commit count: 43

cargo fmt