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

planning: think about overall command structure #44

Open briandorsey opened 6 months ago

briandorsey commented 6 months ago

grammar? verb, noun, inputs? Something else?

support different output formats? JSON, etc?

help text and navigation

embed WAV file format info from wavref?

briandorsey commented 6 months ago

should have an option for parser friendly output (json, csv, etc) also, option to output the value of a single value of meta data with no other output

as much as possible, natural humanized command input - pick a grammar and stick to it, punctuation only when needed, follow common CLI interface guidelines

briandorsey commented 6 months ago

Should also have an HTML (with embedded CSS) output option. Maybe with a really nice visualization. (see also #10)

briandorsey commented 6 months ago

flag for file offsets in hex notation or decimal