Share

Sound Recorder and Editor

File Release Notes and Changelog

Release Name: v1.4

Notes:
Source-code and compiled executables for Linux.
Compiled under Fedora Core 4 (Linux2.6.9), glibc 3.4.3.
You may need to recompile, if executables do not work on your platform.
See Readme.txt file.

Contents:
  Readme.txt
  makefile
  sound_recorder.c - Recorder GUI source-code.
  sound_recorder.exe - Linux executable.
  sound_editor.c - Editor GUI source-code.
  sound_editor.exe - Linux executable.
  otk_lib - Graphics library, provided for convenience.


Changes: v1.4 - In Sound-Editor, added automatic volume limiting to avoid clipping. Has fast-attack and slow-release. Useful especially for saving high dynamic-range recordings, such as speach, when volume is raised too high. Added slider to volume adjustment window. Now shows volume change in dB or linear, depending on graph selected. Always shows net-volume change in both linear and dB. Added button to automatically set volume to the maximum level without clipping. Fixed Makefile to compile both programs. v1.3 - Added to SoundRec the following invocation options: - start recording after specified delay. - start file-naming sequence at given number. - stop recording after specified recording time. - stop recording after specified number of cuts. - call specified script or filter program on each cut. Added button to invoke Sound-Ed from Sound-Rec. v1.2 - Fixed bug that slowed file reading on some PC's. Added ability for Sound-Editor to read OGG and MP3 files. v1.1 - Added tool-tips. Grayed buttons when not active. Forced 4-digit file sequence numbers. Added Makefile. Added progress bars in SoundEditor.