mp3fs

FUSE file system that transcodes audio formats to MP3 on-the-fly

brewmacoslinux
Try with needOr install directly
Source

About

Read-only FUSE file system: transcodes audio formats to MP3

Commands

mp3fs

Examples

Mount a directory containing FLAC files as MP3s$ mp3fs /path/to/flac/files /mnt/mp3 -b 192
Unmount the MP3FS mount point$ umount /mnt/mp3
Mount with custom quality settings and run in foreground for debugging$ mp3fs -f /path/to/source /mnt/mp3 -b 320 -q 9