How to Install ruby-wavefile in Ubuntu 18.04



Install ruby-wavefile by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-wavefile

Description:

Pure Ruby library for reading and writing Wave sound files (*.wav)

You can use this gem to create Ruby programs that produce audio. Since it is written in pure Ruby (as opposed to wrapping an existing C library), you can use it without having to compile a separate extension.

Homepage: https://github.com/jstrait/wavefile

Version: 0.6.0-2

Section: universe/ruby