WAV FILE VIEWER
WRITTEN IN PYTHON

(2010-2018)

KLIK HIER VOOR DE NEDERLANDSE VERSIE


The WAV file viewer program.

WAV file viewer written in Python
Sometimes you want to look at a WAV file. For example to see how strong the signal is or if it is disturbed. That is possible with this WAV file viewer. It was the first Python program I made. There are much better WAV file viewers available on the internet, but it was a nice subject to learn a little how to program in Python. It was used to look at ATIS signals (identification signals of a marine radio), recorded with a soundcard and PC. Play with the program, not much can be told about it.


SOFTWARE

Before you are using this program, you have to install Python. That is very simple. But read first something about Python by clicking the following link:

WHAT IS PYTHON AND HOW DO YOU INSTALL PYTHON

As the source code of Python is written in ASCII, it is very simple to modify the program to you own requirements. Think for example about the size of the screen, the colors etc.

Required Python version:

Required external modules (site-packages for the correct Python version!):
Download here the Python WAV file viewer program by clicking the link here below:


BACK TO INDEX PA2OHH