1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-08 23:20:12 +00:00

reverb:: updated comment

This commit is contained in:
Zeno Rogue 2020-05-26 00:03:11 +02:00
parent 0c33e303a2
commit 52912e9b65

View File

@ -2,9 +2,9 @@
/** \brief Non-Euclidean reverb (and also Doppler effect) /** \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. * Press oo to configure the physical parameters.
* *