make all python files executable and standardize interpreter
This commit is contained in:
1
examples/device/audio_4_channel_mic/src/plot_audio_samples.py
Normal file → Executable file
1
examples/device/audio_4_channel_mic/src/plot_audio_samples.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sounddevice as sd
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
1
examples/device/audio_4_channel_mic_freertos/src/plot_audio_samples.py
Normal file → Executable file
1
examples/device/audio_4_channel_mic_freertos/src/plot_audio_samples.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sounddevice as sd
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
1
examples/device/audio_test/src/plot_audio_samples.py
Normal file → Executable file
1
examples/device/audio_test/src/plot_audio_samples.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sounddevice as sd
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
1
examples/device/audio_test_freertos/src/plot_audio_samples.py
Normal file → Executable file
1
examples/device/audio_test_freertos/src/plot_audio_samples.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sounddevice as sd
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
1
examples/device/audio_test_multi_rate/src/plot_audio_samples.py
Normal file → Executable file
1
examples/device/audio_test_multi_rate/src/plot_audio_samples.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sounddevice as sd
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
1
examples/device/hid_generic_inout/hid_test.py
Normal file → Executable file
1
examples/device/hid_generic_inout/hid_test.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# Install python3 HID package https://pypi.org/project/hid/
|
||||
import hid
|
||||
|
||||
|
1
examples/device/uac2_speaker_fb/src/audio_debug.py
Normal file → Executable file
1
examples/device/uac2_speaker_fb/src/audio_debug.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# Install python3 HID package https://pypi.org/project/hid/
|
||||
# Install python3 matplotlib package https://pypi.org/project/matplotlib/
|
||||
|
||||
|
0
examples/device/usbtmc/visaQuery.py
Normal file → Executable file
0
examples/device/usbtmc/visaQuery.py
Normal file → Executable file
Reference in New Issue
Block a user