From 36fdb78ea9973d1a797171d762802e707577c960 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Feb 2013 23:40:08 +0000 Subject: [PATCH] Tweak number of points and minimum dB for display. --- src/lib/analyse_audio_job.cc | 2 +- src/wx/audio_plot.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/analyse_audio_job.cc b/src/lib/analyse_audio_job.cc index fb5f2868f..588e9fc3d 100644 --- a/src/lib/analyse_audio_job.cc +++ b/src/lib/analyse_audio_job.cc @@ -30,7 +30,7 @@ using std::max; using std::cout; using boost::shared_ptr; -int const AnalyseAudioJob::_num_points = 128; +int const AnalyseAudioJob::_num_points = 1024; AnalyseAudioJob::AnalyseAudioJob (shared_ptr f) : Job (f) diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index 8d5184d48..ad69b6e1d 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -33,7 +33,7 @@ using std::min; using boost::bind; using boost::shared_ptr; -int const AudioPlot::_minimum = -90; +int const AudioPlot::_minimum = -70; AudioPlot::AudioPlot (wxWindow* parent) : wxPanel (parent) -- 2.30.2