comparison README @ 749:22d0c5631fd2

Remove references to oversampling from documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:51:43 +0200
parents aa8f054e27a3
children 303a2bfe1805
comparison
equal deleted inserted replaced
748:d9d769b5dbe2 749:22d0c5631fd2
60 you'll set this to 44.1kHz (44100 Hz), but latest audio hardware 60 you'll set this to 44.1kHz (44100 Hz), but latest audio hardware
61 may support rates up to 48kHz (48000 Hz) and sometimes 96kHz. 61 may support rates up to 48kHz (48000 Hz) and sometimes 96kHz.
62 62
63 Bigger samplerate means also more work for the emulator and 63 Bigger samplerate means also more work for the emulator and
64 thus requires more CPU power. 64 thus requires more CPU power.
65
66 - Oversampling: Some emulator backends (currently only SIDPlay 2)
67 support technique called "oversampling", which further enhances
68 audio quality. Oversampling is done by computing audio data to
69 higher rate (factor * samplerate) and then downsampling with
70 rate-conversion filter.
71
72 This results in smoother waveforms, but it consumes very much
73 CPU power!
74 65
75 66
76 Emu#1-tab 67 Emu#1-tab
77 --------- 68 ---------
78 - Emulator library selection: Here you can choose a emulator 69 - Emulator library selection: Here you can choose a emulator
224 to plugin configuration after that. 215 to plugin configuration after that.
225 216
226 * SIDPlay2-emulation is heavier, but more accurate. So you need to 217 * SIDPlay2-emulation is heavier, but more accurate. So you need to
227 have more CPU-power for it. 218 have more CPU-power for it.
228 219
229 * Oversampling is available with SIDPlay2-emulation, it can further
230 enchange the audio quality, but you need some really powerful
231 hardware to run it smoothly.
232
233 * Filter-settings can be usually left as they are, unless you know 220 * Filter-settings can be usually left as they are, unless you know
234 what you're doing. 221 what you're doing.
235 222
236 * For those who don't know it: Autopanning and stereo are not native 223 * For those who don't know it: Autopanning and stereo are not native
237 to the original SID chip, but are extra options implemented in 224 to the original SID chip, but are extra options implemented in