diff options
Diffstat (limited to 'src/lib/netlist/prg/nlwav.cpp')
-rw-r--r-- | src/lib/netlist/prg/nlwav.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/prg/nlwav.cpp b/src/lib/netlist/prg/nlwav.cpp index 9a8d627028d..f807fd82d85 100644 --- a/src/lib/netlist/prg/nlwav.cpp +++ b/src/lib/netlist/prg/nlwav.cpp @@ -21,7 +21,7 @@ // is a common agreement in serious recording applications while // still recording the file. So a playback application can determine that the // given file is still being recorded. As soon as the recording application -// finishes the ongoing recording, it writes the correct values for RIFF lenth +// finishes the ongoing recording, it writes the correct values for RIFF length // and data chunk length to the file. // // http://de.wikipedia.org/wiki/RIFF_WAVE @@ -401,7 +401,7 @@ public: val = outsam * m_amp; } while (plib::abs(val) > 1.0); // FIXME: log this in state and provide on verbose output - //printf("dynamp adjusted to %f at %f\n", m_amp, time); + //printf("dynamic amplification adjusted to %f at %f\n", m_amp, time); } m_samples[chan] = val; } |