diff options
author | Tom Rondeau | 2012-03-27 22:04:44 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-03-27 22:04:44 -0400 |
commit | c774e6efb5f715c5f8b5f20bd8dea0051da667fd (patch) | |
tree | 8def063dcdae88a92ce641b570c62f5df1cd2041 /gnuradio-core/src | |
parent | 170c4ba4b39889073b2a3f129e77ca9b2f91bbf2 (diff) | |
download | gnuradio-c774e6efb5f715c5f8b5f20bd8dea0051da667fd.tar.gz gnuradio-c774e6efb5f715c5f8b5f20bd8dea0051da667fd.tar.bz2 gnuradio-c774e6efb5f715c5f8b5f20bd8dea0051da667fd.zip |
doc: fix documentation for wavsink (thanks to John Coppens for point it out).
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/io/gr_wavfile_sink.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/io/gr_wavfile_sink.h b/gnuradio-core/src/lib/io/gr_wavfile_sink.h index 5fd3eaadc..348f789ae 100644 --- a/gnuradio-core/src/lib/io/gr_wavfile_sink.h +++ b/gnuradio-core/src/lib/io/gr_wavfile_sink.h @@ -44,10 +44,10 @@ gr_make_wavfile_sink (const char *filename, int bits_per_sample = 16); /*! - * \brief Read stream from a Microsoft PCM (.wav) file, output floats + * \brief Write stream to a Microsoft PCM (.wav) file. * - * Values are within [-1;1]. - * Check gr_make_wavfile_source() for extra info. + * Values must be floats within [-1;1]. + * Check gr_make_wavfile_sink() for extra info. * * \ingroup sink_blk */ |