fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

TOV

FFmpeg has the ability to create a waveform image from an audio file. But the default colors are a bit exotic. The "showwavespic=s=1920x1080" option in the command sets the image size.

$ ffmpeg -i input.mp3 -filter_complex showwavespic=s=1920x1080 -frames:v 1 waveform.png

trac.ffmpeg.org/wiki/Waveform

I can only think of two practical use cases for using waveforms. The first use is to visually help edit audio files in an audio editor. Audacity uses waveforms to display audio files to users.
audacityteam.org/

The second is on a web page to display an audio files. The Freesound website uses waveforms to display a collaborative collection of 640,816 free sounds to users.

freesound.org/