Great, thanks Michu, I'm beginning to get the idea now, having followed your instructions and played around a bit more last night.
Forgive me if I'm labouring this, but I'm keen to understand what's actually going on here, and maybe to help explain it to other people who are as baffled by the marvels of digital audio as I am.
I'll try and explain what I think's going on - please correct me if I'm wrong, or if I'm using the wrong terminology.
The audio signal that passes through a digital system is made up of (in a 16 bit system running at 44khz) lots of 'slices' of audio, one for every 44thousandth of a second, each one made up of a 'word' which is 16 bits long.
What these two modules allow for is both bit reduction, and 'bit swapping' (I don't know if that phrase exists, but its more accurate in this context than bit shifting, I think.)
The A2D module takes a 16 bit signal, takes the 8 most important of these bits and splits them up, outputting the 'most significant bit' from the MSB output, the next most significant to output 1, then to 2 and so on.
The D2A signal takes the incoming signals from its 8 inputs and 'recombines' these into an 8 bit word, and then outputs this as a 16 bit signal.
In its most straightforward usage, where the MSB in A2D passes to the MSB of D2A, out 1 to in1, 2 to 2, etc, the signal is simply recombined 'in the correct order', so what we get is a grungier 'lo-fi' version of the original signal, this being because we are only hearing 8 of the 16 original bits - a lot of the detail has been lost and we hear a dirtier, grainier sound.
Moving on from here, if we simply start to remove some of the cables which join the two modules, we get a progressively more 'lo-fi' sound as more and more of the detail is removed - removing the link between the 2 MSB's has the most pronounced effect as we're taking out the 'most significant' part of the signal, wheras removing the LSB links only results in a slight reduction in quality.
Where it gets interesting is when you start swapping the cables around, for example connecting MSB from A2D to the LSB in D2A. When doing this, the digital signal is effectively recombined 'in the wrong order' resulting in all manner of unpredictable distortion. Some of the original signal still gets through, but often in an almost unrecognisable fasion!
OK, I know that this is more or less OK, but I'd be really interested in any corrections to my assumptions or to my terminology - I'm pretty hazy on how A/D D/A stuff works in practise, but I'd like to know more. Maybe this is a subject for a topic in the Pulsar Study forum.
Cheers,
Ben
_________________
<a href="
http://www.modularsynth.co.uk" target="_blank">www.ModularSynth.co.uk</a>
<font size=-1>[ This Message was edited by: Ben Walker on 2002-08-13 07:15 ]</font>