briandorsey / wavrw

wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.
Apache License 2.0
2 stars 1 forks source link

break CLI & library out into separate crates in a workspace #52

Closed briandorsey closed 5 months ago

briandorsey commented 6 months ago

Opens up option for a TUI and/or a server version in the future as well. Might make it easier for no_std support in lib?