mp3fs
mp3fs is a fuse filesystem that transcodes on file reads. Set it up with
a simple fstab entry as below. We use noauto
because the TIGER
auditing tool complains about mp3fs, and I was unsuccessful in filtering
that report.
Listing 1: /etc/fstab
mp3fs#/mnt/music /mnt/mp3 fuse noauto,allow_other,ro,bitrate=192 0 0