# Prove Audio USB su foxd27


	sudo apt update
	sudo apt install alsa-utils

Installare le varie interfacce audio con relativi altoparlanti:

Play di un file <code>.wav</code>

	aplay -D plughw:0,0 1.wav

Per vedere la lista delle schede audio installate

	aplay -l
	
Per trasformare un file mp3 in .wav

	ffmpeg -i file.mp3 file.wav


Installare <code>ffmpeg</code>

	sudo apt update
	sudo apt install ffmpeg
