From 34a6aa70326144a4728f9ec6bc94546aa432fda4 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Wed, 19 Jun 2013 16:52:35 -0300 Subject: Fixed mistake in the documentation --- doc/api-c.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/api-c.txt') diff --git a/doc/api-c.txt b/doc/api-c.txt index a248051..5bf995f 100644 --- a/doc/api-c.txt +++ b/doc/api-c.txt @@ -103,12 +103,12 @@ void echo_set_pcm_rate(uint8_t rate) NTSC PAL | NTSC PAL -----------------------------|--------------------------- - 0x02 ... 26632Hz ... 26389Hz | 0x08 ... 6658Hz ... 6597Hz - 0x03 ... 17755Hz ... 17593Hz | 0x09 ... 5918Hz ... 5864Hz - 0x04 ... 13316Hz ... 13194Hz | 0x0A ... 5326Hz ... 5278Hz - 0x05 ... 10653Hz ... 10556Hz | 0x0B ... 4842Hz ... 4798Hz - 0x06 .... 8877Hz .... 8796Hz | 0x0C ... 4439Hz ... 4398Hz - 0x07 .... 7609Hz .... 7539Hz | 0x0D ... 4097Hz ... 4060Hz + 0x01 ... 26632Hz ... 26389Hz | 0x07 ... 6658Hz ... 6597Hz + 0x02 ... 17755Hz ... 17593Hz | 0x08 ... 5918Hz ... 5864Hz + 0x03 ... 13316Hz ... 13194Hz | 0x09 ... 5326Hz ... 5278Hz + 0x04 ... 10653Hz ... 10556Hz | 0x0A ... 4842Hz ... 4798Hz + 0x05 .... 8877Hz .... 8796Hz | 0x0B ... 4439Hz ... 4398Hz + 0x06 .... 7609Hz .... 7539Hz | 0x0C ... 4097Hz ... 4060Hz The higher the sample rate, the better quality, but also takes up more space and, more importantly, reduces CPU time available for other things -- cgit v1.2.3