summaryrefslogtreecommitdiff
path: root/examples/device/audio_test_freertos/src/plot_audio_samples.py
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-27 21:44:25 +0200
committerHiFiPhile <[email protected]>2024-04-28 00:28:11 +0200
commit4f41e105b36dc4f61978ec54b899ebfed967e69c (patch)
tree3504a14390bf2edc24d0e19b9500db5809637f84 /examples/device/audio_test_freertos/src/plot_audio_samples.py
parentc917d47e71d9cef3f6cf096cf9606913ef7020fd (diff)
Update build system.
Diffstat (limited to 'examples/device/audio_test_freertos/src/plot_audio_samples.py')
-rw-r--r--examples/device/audio_test_freertos/src/plot_audio_samples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/audio_test_freertos/src/plot_audio_samples.py b/examples/device/audio_test_freertos/src/plot_audio_samples.py
index 6e3c4978e..6f1518be5 100644
--- a/examples/device/audio_test_freertos/src/plot_audio_samples.py
+++ b/examples/device/audio_test_freertos/src/plot_audio_samples.py
@@ -10,7 +10,7 @@ if __name__ == '__main__':
# print(sd.query_devices())
fs = 48000 # Sample rate
- duration = 100e-3 # Duration of recording
+ duration = 1000e-3 # Duration of recording
if platform.system() == 'Windows':
# MME is needed since there are more than one MicNode device APIs (at least in Windows)