FDMS3-FS 0.4.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News FDMS3-FS 0.4.1 (Default branch)
# 1  
Old 07-24-2008
FDMS3-FS 0.4.1 (Default branch)

fdmsfs is a FUSE filesystem which can read fostex FDMS-3 volumes. When mounted, the songs (programs) appear as directories and the tracks appear as WAVE files within those directories. This allows songs to be played or mixed-down directly off the disk (e.g. using Audacity). Supported devices: FD-4, FD-8, VF160, and D2424. License: GNU General Public License (GPL) Changes:
A bug that caused all 24-bit audio to be truncated to 3/4 length was fixed. The code is now tested and working well with a variety of different devices.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FUSERMOUNT(1)						  Filesystem in Userspace (FUSE)					     FUSERMOUNT(1)

NAME
fusermount - mount and unmount FUSE filesystems SYNOPSIS
fusermount [OPTIONS] MOUNTPOINT DESCRIPTION
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. fusermount is a program to mount and unmount FUSE filesystems. OPTIONS
-h print help. -V print version. -o OPTION[,OPTION...] mount options. -u unmount. -q quiet. -z lazy unmount. SEE ALSO
mount(8), mount.fuse(8), ulockmgr_server(1). HOMEPAGE
More information about fusermount and the FUSE project can be found at <http://fuse.sourceforge.net/>. AUTHOR
FUSE was written by Miklos Szeredi <miklos@szeredi.hu>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net>. 2.8.6 2011-10-23 FUSERMOUNT(1)