Skip to content

geom3trik/tuix_waveform_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuix_waveform_viewer

An audio player and waveform viewer for .wav files. Written in Rust.

screenshot

Usage:

For best performance run with release mode:

cargo run --release path_to_file.wav

Features:

  • Open and load wav file
  • View left, right, left + right channels for stereo audio
  • View waveform in linear and decibel
  • Cursor with time and value display
  • Zoom and pan waveform
  • Playback controls
  • Select a time region for looping
  • Navigation pane for easy scrolling
  • Display wav file info
  • Change waveform and backgound colors
  • Menu for changing properties
  • Support for more than 2 channels

Known Issues:

  • Open file dialog blocks on MAC OS causing freeze
  • Sample-level display is missing
  • Opening a mono file instead of a stereo file crashes

About

An audio waveform viewer for .wav files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published