#!/bin/bash

ffmpeg -i "merged_content.wav" -acodec libmp3lame "merged_content.mp3"
