diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-12 15:55:54 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-12 15:55:54 +0000 |
| commit | bda13958507aefad80b2babb577ae4b8f5341c51 (patch) | |
| tree | c5174f80ee1efb2b204adf87d9a3c0ddd3a6742c /src/lingot-config.c | |
| parent | e8143ad6523f57d6d545f359623fffd19c381617 (diff) | |
- 44100 Hz sampling rate set as default, as it seems to give the best result when tuning guitars in my testing. YMMV.
git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@296 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'src/lingot-config.c')
| -rw-r--r-- | src/lingot-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-config.c b/src/lingot-config.c index c03a717..7164a29 100644 --- a/src/lingot-config.c +++ b/src/lingot-config.c @@ -74,7 +74,7 @@ void lingot_config_reset(LingotConfig* config) { sprintf(config->audio_dev, "%s", "/dev/dsp"); - config->sample_rate = 8000; // Hz + config->sample_rate = 44100; // Hz config->oversampling = 5; config->root_frequency_error = 0; // Hz config->min_frequency = 15; // Hz |
