Products
Audio Recorder Service
Overview
Audio Recorder Service - is a full-featured Audio Recorder designed as a Windows service.Main Audio Recorder Service's features:
- MP3 encoder support;
- Adjustable Voice Activation System;
- Adjustable automatic splitter;
- Optional Low Pass Filter for high quality voice recording;
Service installation\uninstallation
Microsoft Installer (MSI) file makes the install process easier for users and install\uninstall Audio Recorder Service automatically, but you can do it by your self under an Administrator account. Please don't forget to start service after installation using console command belownet start AudioRecorder
To install service manually use console command below "C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "AudioRecorderService.exe"
To uninstall service manually please type "C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" -u "AudioRecorderService.exe"
Requirements
Windows 10 with .NET Framework 4 or aboveAudio Recorder Service settings
If you want to change Audio Recorder Service settings please edit AudioRecorderService.exe.config file and restart the service. This is the default content of AudioRecorderService.exe.config file<!-- Please put your key here -->
<add key="REGISTRATION_KEY" value="" />
<!-- Enable logging -->
<add key="LOGGING" value="false" />
<!-- Path to the recorded MP3 files -->
<add key="FILE_PATH" value="" />
<!-- Set a split time (sec) -->
<add key="SPLIT_TIME" value="0" />
<!-- Stop after first split -->
<add key="STOP_SPLIT" value="false" />
<!-- Enable\disable Voice Activation System -->
<add key="VOICE_ACTIVATION" value="true" />
<!-- Voice Activation System audio level threshold (db) -->
<add key="MIN_LEVEL" value="-30" />
<!-- Voice Activation System max silence duration (sec) -->
<add key="MAX_SILENCE" value="2" />
<!-- Enable\disable Low Pass Filter (7 kHz) -->
<add key="LPF7" value="true" />
<!-- Use user name in the output filename -->
<add key="ADD_USER_NAME" value="true" />
<!-- Use machine name in the output filename -->
<add key="ADD_MACHINE_NAME" value="true" />
<!-- Unregister current machine -->
<add key="UNREGISTER" value="false" />
How to Start\Stop Audio Recorder Service
Please use this command to start service manuallynet start AudioRecorder
Please use this command to stop service manually
net stop AudioRecorder
If you want to split MP3 or WAV files into parts, use Direct WAV MP3 Splitter.
If you want to join multiple MP3 files, use Direct MP3 Joiner.
To convert audio files between various audio formats and rip CD audio tracks directly to MP3, WMA, WAV, OGG, FLAC, Monkey's Audio APE or MusePack MPC, use Direct Audio Converter and CD Ripper.
If you want to quickly convert MIDI to MP3, please use Direct MIDI to MP3 Converter.
MP3 Audio Recorder - Record high-quality music or low-bitrate audio streams directly into compressed sound files.
Pistonsoft MP3 Tags Editor is a powerful audio tagger to edit MP3, OGG, ASF and WMA tags of audio files. MP3 Tag Editor also allows you to create playlists, rename files, organize folders, export data to different formats, and more.
Freeware BPM Detector - Count Song's Beats per Minute Automatically.
Text to Speech Converter - Convert any text, document or Web page into an audio book or voice.