summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/src/plot_audio_samples.py
diff options
context:
space:
mode:
authorShawn Hoffman <[email protected]>2024-09-17 12:17:12 -0700
committerShawn Hoffman <[email protected]>2024-09-17 12:17:12 -0700
commit616532892d913b7224806ed1e881b72ed66bb3e1 (patch)
treeb31cfa68d8d64eb96699f7081646f56a4daae6e8 /examples/device/audio_test/src/plot_audio_samples.py
parentf4dd1764849d005a2e44d51f62428aeaf2513804 (diff)
make all python files executable and standardize interpreter
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