Audio Recorder: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "{{Software |Picture=NA.png |Version=0.2 |Vendor= |Author=Wim Brul |License=Open Source |Download=[https://home.hccnet.nl/w.m.brul/recorder/AudRec02.zip AudRec02.zip] |Webs..."
 
No edit summary
Line 1: Line 1:
{{Software
{{Software
|Picture=NA.png
|Picture=NA.png
|Version=0.2
|Version=0.2 (2019-08-06)
|Vendor=
|Vendor=
|Author=[[Wim Brul]]
|Author=[[Wim Brul]]
Line 8: Line 8:
|Website=[https://home.hccnet.nl/w.m.brul/recorder/index.html Webpage]
|Website=[https://home.hccnet.nl/w.m.brul/recorder/index.html Webpage]
}}
}}
"Audio Recorder" is a command line audio recording tool.
"Audio Recorder" is a command line audio playing and recording tool. It has two executable files, replay.exe and record.exe
 
 
You can record a wav file by running:
record /a1 /b16 /c1 /f44100
 
;/a1: sets the adapter to Ampmix01.
:/b16: sets the number of bits to 16.
:/c1: sets the number of channels to 1.
:/f44100: sets the frequency to 44100.

Revision as of 17:04, 27 December 2020

Audio Recorder
Version 0.2 (2019-08-06)
Vendor
Author Wim Brul
License Open Source
Download AudRec02.zip
Website Webpage

"Audio Recorder" is a command line audio playing and recording tool. It has two executable files, replay.exe and record.exe


You can record a wav file by running:

record /a1 /b16 /c1 /f44100
/a1
sets the adapter to Ampmix01.
/b16: sets the number of bits to 16.
/c1: sets the number of channels to 1.
/f44100: sets the frequency to 44100.