Skip to content

yngve793/WavFileViewer

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2023
Apr 15, 2023
Apr 15, 2023
Apr 15, 2023
Apr 15, 2023
Apr 20, 2023
Apr 20, 2023
Apr 16, 2023
Apr 16, 2023
Apr 20, 2023
Apr 20, 2023
Apr 16, 2023
Apr 16, 2023
Apr 15, 2023

Repository files navigation


WavFileViewer

A basic windows app to open and present data in wav files.

Table of Contents
  1. About The Project
  2. Usage
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

WaveFileViewer

Windows application capable of plotting *.wav file signal and the derived Fourier transform of the signal. The project uses NAudio for reading *.wav files and ScottPlot for plotting.

(back to top)

Installation

It is very simple and basic.

  1. Clone the repo
    git clone [https://github.com/your_username_/Project-Name.git](https://github.com/yngve793/WavFileViewer.git)
  2. Compile and run the program

Alternative two is to run the latest release.

(back to top)

Usage

Currently the project supports two features. The first is a calibration and verification tool. Here simple basic signals can be generated add added together. Secondly wave files can be opened and inspected in both the frequency and time domain.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Yngve Villanger - [email protected]

Project Link: https://github.com/yngve793/WavFileViewer

(back to top)

Acknowledgments

Following NuGet packages are used in the project.

(back to top)