We have collected the most relevant information on Linux Audio Generator. Open the URLs, which are collected below, and you will find all the info you are interested in.


audio - Stereo "tone-generator" for linux? - Unix & Linux ...

    https://unix.stackexchange.com/questions/82112/stereo-tone-generator-for-linux
    ffmpeg can do it, as usual. Create a 5 seconds mono 1000Hz sinusoidal out.wav sound file: sudo apt-get install ffmpeg ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" out.wav. Stereo instead with -ac 2: ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" -ac 2 out.wav.

Linux sine wave audio generator - Stack Overflow

    https://stackoverflow.com/questions/5109038/linux-sine-wave-audio-generator
    sudo apt-get install ffmpeg ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" out.wav. Stereo instead: ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" -ac 2 out.wav. The file will be 2x as large, and ffprobe will say it has 2 channels instead of 1 channel. Play the audio for 5 seconds without creating a file:

Signal Generators [Linux-Sound]

    https://wiki.linuxaudio.org/apps/categories/signal_generators
    7 rows

Linux Mint - Community

    https://community.linuxmint.com/software/view/siggen
    A set of tools for imitating a laboratory Signal Generator, generating audio signals out of Linux's /dev/dsp audio device. There is support for mono and/or stereo and 8 or 16 bit samples. The tools include: * soundinfo: display some of the programming capabilities of the sound system support for the mixer device /dev/mixer and the DSP device.

Random Phase Generator [Linux-Sound] - Linux Audio

    https://wiki.linuxaudio.org/apps/all/random_phase_generator
    Generates random phase music, as per Steve Reich. Uses OSS for MIDI (not ALSA or JACK), and the old Motif GUI.

Now you know Linux Audio Generator

Now that you know Linux Audio Generator, we suggest that you familiarize yourself with information on similar questions.