From 4f41e105b36dc4f61978ec54b899ebfed967e69c Mon Sep 17 00:00:00 2001 From: HiFiPhile Date: Sat, 27 Apr 2024 21:44:25 +0200 Subject: Update build system. --- examples/device/audio_test_freertos/src/plot_audio_samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/device/audio_test_freertos/src/plot_audio_samples.py') 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) -- cgit v1.3.1