From 52912e9b65e852bc41281076896193332611b8ee Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 26 May 2020 00:03:11 +0200 Subject: [PATCH] reverb:: updated comment --- rogueviz/reverb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rogueviz/reverb.cpp b/rogueviz/reverb.cpp index e784ff9a..fad2e562 100644 --- a/rogueviz/reverb.cpp +++ b/rogueviz/reverb.cpp @@ -2,9 +2,9 @@ /** \brief Non-Euclidean reverb (and also Doppler effect) * - * Compile with HyperRogue, run with -geo [geometry] -reverb filename.raw (e.g. -geo 534h -reverb) + * Compile with HyperRogue, run with -geo [geometry] -reverb sounds/seen-eagle.ogg (e.g. -geo 534h -reverb) * - * filename.raw should be in raw audio format (44100Hz, signed 16 bit, two channels). + * you can also supply filename.raw in raw audio format (signed 16 bit, two channels; frequency set by -rev-freq). * * Press oo to configure the physical parameters. *