diff --git a/Demos/Device/AudioInput/AudioInput.txt b/Demos/Device/AudioInput/AudioInput.txt
index 36e71e9750d6294b18ff4a90f3c8bc07be1afc7e..0b1ab8d7eba0e03a3fd418c5b8a9ce7014e2a5e6 100644
--- a/Demos/Device/AudioInput/AudioInput.txt
+++ b/Demos/Device/AudioInput/AudioInput.txt
@@ -66,5 +66,10 @@
  *    <td>Makefile CDEFS</td>
  *    <td>When defined, this alters the demo so that the half VCC bias of the microphone input is subtracted.</td>
  *   </tr>
+ *   <tr>
+ *    <td>AUDIO_SAMPLE_FREQUENCY</td>
+ *    <td>Descriptors.h</td>
+ *    <td>Gives the audio sample rate per channel for the audio stream, in Hz.</td>
+ *   </tr>
  *  </table>
  */
\ No newline at end of file
diff --git a/Demos/Device/AudioOutput/AudioOutput.txt b/Demos/Device/AudioOutput/AudioOutput.txt
index 0638c47f96aee5876ffedf12a247b23c4fa6ff05..b59c2a8b493878323d0d738dd3327a23246fbcb5 100644
--- a/Demos/Device/AudioOutput/AudioOutput.txt
+++ b/Demos/Device/AudioOutput/AudioOutput.txt
@@ -84,5 +84,10 @@
  *    <td>When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an
  *        external DAC.</td>
  *   </tr>
+ *   <tr>
+ *    <td>AUDIO_SAMPLE_FREQUENCY</td>
+ *    <td>Descriptors.h</td>
+ *    <td>Gives the audio sample rate per channel for the audio stream, in Hz.</td>
+ *   </tr>
  *  </table>
  */
\ No newline at end of file