Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ wavrw Public
forked from briandorsey/wavrw

DRAFT: wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.

License

Notifications You must be signed in to change notification settings

kitlith/wavrw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wavrw

wavrw is a command line tool to read (and someday write) WAV files with a focus on visualizing the structure of files and parsing metadata.

It's initially intended as a personal learning project with aspirations to be generally useful. It's currently in very early days and unlikely to be useful to anyone else. (It doesn't yet even parse the basics of WAV files.)

wavrw answers questions about WAV files:

  • What is actually in this file?
  • Does another program preserve all WAV chunks when saving and exporting files?

Help overview

WAV file metadata read/write utility

Usage: wavrw <COMMAND>

Commands:
  view  Summarize WAV file structure and metadata
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

About

DRAFT: wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.0%
  • Python 1.0%