0 Members and 2 Guests are viewing this topic. Read 302458 times.
I need some help folks. Thanks to Nick's advocacy and the mutual support in this thread, I have decided to walk with the penguin. I haven't got the hardware yet as I wanted to convince myself I could cope with the software. Right now I have questions about NFS.This is my setup. I don't have the ALIX yet, nor a file server/NAS, and decided to use my existing desktop PC as a software test bed by running “Voyage MPD “ in Virtualbox . But first I had to install Linux on my desktop and I choose PCLinuxOs as it seemed about as “plug and play” as you get in the Linux world with a full KDE4 desktop. So PCLinuxOs acts as the file server and “Voyage MPD “ in Virtualbox mimics the “audio server”. I have a DAC with an adaptive USB input connected to my HiFi. The audio and USB support of VirtualBox means you can attach an USB DAC to “Voyage MPD “ as if you were plugging into a real machine. Audio is in reality somehow piped from this virtual machine through your desktop. So it makes for a great testing/learning tool. I've got to the stage where the Linux host can make a network connection to “Voyage MPD “ running in Virtualbox, and vice versa, and I used “aplay” to test some audio files copied to Voayge. Taking the lead from the “cheap USB audio sever” blog, I'm went with NFS before MPD but I'm stuck on trying to work out the correct file permissions to use. In fact, I think it's more than this as Linux has this concept of file/directory owner (user and group) in addition to read/write/execute permission. This is my export (from PClinuxOS) : /home/fred/Music 192.168.0.55(rw,no_subtree_check,sync)If I try and mount this on “Voyage MPD” I get an access denied message:root@voyage:/# mount 192.168.0.10:/home/fred/Music /mnt/nfsmount.nfs: access denied by server while mounting 192.168.0.10:/home/fred/Music(User “fred” on the server has owner and group id of 501) . In reality, I think the shared music directory will be mounted as something like /MyMusic on the “file server”. But I have no idea how its owner/group and permissions should be set, nor what those should be for the music files it contains. What should I use?This question may not be entirely divorced from the Voyage MPD configuration, as should I:1. Add a user to "Voyage MPD" that has the same user/group id as the user on the "file server" ?e.g user "fred" on both, with both the same user and group id. Debian seems to start at 1000 when you add new users. 2. Configure MPD to run as user "fred" on Voyage.
To “plughw” or “hw” is a a question that's been asked a few times on this thread and I see that praedet is/was using an MF V-link USB/SPDIF converter as per the mpd.conf posted :audio_output { type "alsa" name "Music Fidelity V-Link" device "hw:0,0" # optionalbuffer_before_play "100%"filesystem_charset "UTF-8"id3v1_encoding "UTF-8"metadata_to_use "artist,album,title,track,name,genre,date,composer,performer, disc"I just wondered how this worked. I've seen this elsewhere on the Internet:cat /proc/asound/VLink/stream0Musical Fidelity Musical Fidelity V-Link at usb-0000:00:02.0-1, full speed : USB Audio Playback: Status: Running Interface = 1 Altset = 1 URBs = 3 [ 8 8 8 ] Packet Size = 582 Momentary freq = 44100 Hz (0x2c.1998) Interface 1 Altset 1 Format: S24_3LE Channels: 2 Endpoint: 1 OUT (ASYNC) Rates: 32000, 44100, 48000, 88200, 96000So how does the V-Link handle 16bit/44Khz ? If the V-Link is a 24bit device and you feed it a 16bit file wouldn't you need to use “plughw” in the mpd.conf? If using plughw is no harm to SQ then to avoid having to keep editing the mpd.conf file, wouldn't it be easier just to leave it as “plughw” so you can play 16bit/44Khz and any higher resolutions your USB DAC/converter can handle? Using “plughw” with ALSA doesn't necessarily involve any sample rate conversion, just padding out the bit format AFIAK. This what I have to do with my cheap Envy24HT based soundcard if I use its optical out to feed my DAC. Like a lot of basic DACs, my USB input is limited to 16bit at 32, 44, or 48Khz so I use "hw" to play 16bit/44Khz files via its USB input. The one thing I learnt about Linux audio is how to use the "aplay" command to play an audio wav file , and so see if the audio hardware needs "plughw" or "hw" in ALSA. If the hardware natively supports the file format you are trying to play in both bits and frequency then its "hw", otherwise its "plughw". Using "plughw" may mean only the bit pattern is padded out. e.g.aplay -v -D plughw:0,1 "01 - JazzDrumDynamics.wav"Playing WAVE '01 - JazzDrumDynamics.wav' : Signed 24 bit Little Endian in 3bytes, Rate 96000 Hz, StereoPlug PCM: Linear conversion PCM (S32_LE)
So the buffer before play 100% is bad...
Well, I have turned the corner on Alix sound quality. Up until last night Alix always seemed to finish a distant second to my tweeked Macbook/Pure Music beta (integer mode). These two transports are feeding via USB into the Antelope Zodiac Plus. I have alwsys felt that the digititis I hear with the Alix must be coming from the inexpensive power supplies I have tried to date, and when using a prototype BPT (thanks Chris) power supply the sound has cleared up quite a bit...I am sending the BPT back or would do more to comparisons..although the power supplies below are in quite different price categories (hint: Chris's BPT is a steal ).So....cut to the chase....last nights setup has passed the tweaked Mac server and is my new reference transport, at least for now. What happened? Well some of you are aware that I have Paul Hynes' 18V (variable, but I've left it at 18V) hi-end power supply as the coordinator and starting point of the Hynes US mini-tour. My goal was to hear how well it did powering the Antelope DAC, which it does very well. However, so does Antelope's own Voltikus (their new outboard ps; David/Rydenfan bought a near new one on Audiogon and sent it to me for eval vs Hynes). So although the Voltikus is dedicated to the Antelope DAC, Paul Hynes sent along a generic cable for use with other DACs...and it just so happens that it fits the Alix. Well.......damn! What a nice musical, tight, balanced, resolving combo! Wow! Net/net, this minimalist approach works! It just needs great power!
Ted,Is this the Paul Hynes you're talking about? Link: http://www.paulhynesdesign.com/I'm also looking for a decent power supply for my Alix. My 10 amp linear will be going back to ham radio duty.
Nick,That's the one. Paul offers a specialized regulator when it is intended to power a computer type of device. He has a circle here on AC as well and is very responsive if you shoot him an email.I'm using the KECES supply and have been very happy for the dollars spent, though I'd definitely like to try the PH one at some point in the future.
Also want t know if the alix/mpd wll play ALAC files directly?Nobody on the ethernet port config?