summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/src/plot_audio_samples.py
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-06-16 11:08:01 +0700
committerhathach <[email protected]>2025-06-16 11:08:01 +0700
commit4a44dd5c471578ee5b957a75adaf3dbc6a48241a (patch)
tree0508b6721f1cf4c74964412a894d6c65edba3afb /examples/device/audio_test/src/plot_audio_samples.py
parentf00e698ae2a470d749331361ef0b031af96cdbd6 (diff)
parente95973d3462cdacd165a4057632d46248ded7b8a (diff)
Merge branch 'master' into fork/IngHK/cdch_upgrade
# Conflicts: # README.rst # docs/reference/index.rst # src/class/cdc/cdc_device.c # src/class/cdc/cdc_host.c
Diffstat (limited to 'examples/device/audio_test/src/plot_audio_samples.py')
-rwxr-xr-x[-rw-r--r--]examples/device/audio_test/src/plot_audio_samples.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/audio_test/src/plot_audio_samples.py b/examples/device/audio_test/src/plot_audio_samples.py
index 1504684a6..ea6aa661e 100644..100755
--- a/examples/device/audio_test/src/plot_audio_samples.py
+++ b/examples/device/audio_test/src/plot_audio_samples.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import sounddevice as sd
import matplotlib.pyplot as plt
import numpy as np