README.md

December 4, 2022 ยท View on GitHub

Audio Recorder

Description

Recording application. Records from current checked inputs in Windows Mixer (recording). User can choice number of channels, sampling frequency, bits per sample. Implemented peak meter (not crappy mixerGetLineControls and so on, normal peak meter). Can be used as a peak meter (option "Do not write to file"). Very minimal chance, program can crash, but I think I've minimalised that danger. Don't forget to VOTE!!!

More Info

Submitted On2007-02-04 01:36:46
Bymnn
LevelAdvanced
User Rating5.0 (30 globes from 6 users)
CompatibilityVB 5.0, VB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive FileAudio_Reco204621242007.zip

API Declarations

Many.
waveIn* for recording
mmioStringToFOURCC for WAVE header
memory functions (like CopyMemory, GlobalAlloc and so on)
subclassing functions (SetWindowLong, CallWindowProc)