~ubuntu-branches/ubuntu/quantal/freewheeling/quantal

« back to all changes in this revision

Viewing changes to TUNING

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2005-08-06 15:11:54 UTC
  • Revision ID: james.westby@ubuntu.com-20050806151154-nvhhuxtyvgweh75u
Tags: upstream-0.5pre4
ImportĀ upstreamĀ versionĀ 0.5pre4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Some Suggestions for Tuning Freewheeling's Audio Performance:
 
2
************************************************************
 
3
 
 
4
Updated September, 2004
 
5
-----------------------
 
6
 
 
7
Run hdparm to set DMA & well behaved disk IO. Try:
 
8
hdparm -c3 -d1 -m16 -A1 -u1 /dev/hda (do for /dev/hdb .. also)
 
9
 
 
10
If you have a PCI audio interface, run setpci to set PCI latency. 
 
11
First, run 'lspci -v' and find the address of your audio board. Then run:
 
12
setpci -s 00:07.5 latency_timer=F8
 
13
(if your audio is at 00:07.5)
 
14
 
 
15
Set video depth to 8 or 16 bits. 24 and 32 bits are generally much slower.
 
16
 
 
17
Use fluxbox, blackbox, or another lightweight window manager on slower
 
18
machines.
 
19
 
 
20
Use lower sampling rates to achieve lower latency. Try 64 samples, 32000 Hz,
 
21
3 periods per buffer. This works well on several low end audio boards such as
 
22
ESS Maestro and AC 97. 
 
23
 
 
24
Lower latency is key for live looping! Otherwise, the latency will lag your
 
25
timing and it will feel very awkward.
 
26
 
 
27