Skip to content

k-kowalski/AudioManip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

AudioManip

WAV file manipulator

supported modes:

  1. GUI SPLIT MODE

$ AudioManip.jar

  1. command line SPLIT MODE (creates new file as specified by ranges of HH:MM:SS)

$ AudioManip.jar -split file_to_split HH:MM:SS HH:MM:SS

  1. command line JOIN MODE (joins files via their order of passing)

$ AudioManip.jar -join file1 file2 file...

  1. command line INFO MODE (prints info about file to standard output device)

$ AudioManip.jar -info file1 file2 file...

  1. command line BYTE SPLIT MODE (find out byte values through INFO MODE)

$ AudioManip.jar -bytesplit file_to_split from_bytes to_bytes

About

WAV file manipulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages