Skip to content

Commit

Permalink
Generate FFT wisdom on the first run
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Dec 25, 2023
1 parent 15ed034 commit 51e1fbe
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 135 deletions.
2 changes: 2 additions & 0 deletions App/Loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ InitThread::run()
QString verString;

try {
emit change("Generating FFT wisdom (this may take a while)");
su_lib_gen_wisdom();
emit change("Loading signal sources");
sing->init_sources();
emit change("Loading spectrum sources");
Expand Down
Loading

0 comments on commit 51e1fbe

Please sign in to comment.