-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

arecord


> Sound recorder for ALSA soundcard driver.

More information.


Record a snippet in "CD" quality (finish with Ctrl-C when done):

arecord -vv --format=cd {path/to/file.wav}

Record a snippet in "CD" quality, with a fixed duration of 10 seconds:

arecord -vv --format=cd --duration={10} {path/to/file.wav}

Record a snippet and save it as an MP3 (finish with Ctrl-C when done):

arecord -vv --format=cd --file-type raw | lame -r - {path/to/file.mp3}

List all sound cards and digital audio devices:

arecord --list-devices

Allow interactive interface (e.g. use space-bar or enter to play or pause):

arecord --interactive


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:10:53 2024