Wave Editor is a free software for editing, playing, recording, saving and loading wave files.
Due to the limitations of the MCI API it does only have some basic features of a Wave Editor
Features:
· Load and Save wave files
· Play and Record.
· Delete parts of the wave file.
· Show the waveform
· Play only selected part of the wave.
· Zoom in and out.
· Change colors of displayed waveform.
The waveform is displayed by loading all samples into memory and drawing lines between the maximum to minimum level of the samples. Depending on the available resolution only parts of the waveform are painted. By using the zoom function you can take a closer look at the waveform.
Known problems:
- When using MCI you have little control over the wave, so only limited functionality is available.
- The wave file is loaded twice in memory: for the display and for playback.
- Bigger files are extremely slow.