You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From your shell or command line:
git clone https://github.com/MikeyFriedChicken/MikeyFriedChicken.AudioCapture
Open in Visual Studio 2017 and build or from the project folder
dotnet build
To run go the the ./bin/debug folder and run
MikeyFriedChicken.AudioCapture.exe
You should see somthing similar to the following
Starting audio recorder...Available devices:1. Headphones (High Definition Audio Device)2. DELL P2415Q (Intel(R) Display Audio) [default]3. Digital Audio (HDMI) (High Definition Audio Device)4. Speakers (Realtek High Definition Audio)5. Speakers (High Definition Audio Device)6. Internal AUX Jack (High Definition Audio Device)Select which device above to record from 1,2,3... (Enter for default - DELL P2415Q (Intel(R) Display Audio)) $Recording initialisingPress ENTER start recording $Writing wave to file 'output.wav'Recording... Press ENTER to end recording $Finished recordingC:\Users\michael\code\GitHub\MikeyFriedChicken.AudioCapture\MikeyFriedChicken.AudioCapture\bin\Debug\output.wav written to disk.Creating mp3 from wav...Wav -> Mp3 Progress: 19.16%/100.00%Wav -> Mp3 Progress: 38.31%/100.00%Wav -> Mp3 Progress: 57.47%/100.00%Wav -> Mp3 Progress: 76.63%/100.00%Wav -> Mp3 Progress: 95.79%/100.00%Wav -> Mp3 Progress: 100.00%/100.00%Finished creating mp3C:\Users\michael\code\GitHub\MikeyFriedChicken.AudioCapture\MikeyFriedChicken.AudioCapture\bin\Debug\output.mp3 written to disk.Press ENTER to exit application $End of audio recorder
The following are optional arguments:
f:WaveFileName Name of wave file to generate
i:IncludeMP3 If true then the the output will also include an mp3 file
m:MP3FileName Name of mp3 file to generate