mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 11:17:07 +00:00
experiments/speaker_amp.py: Insert proper header
Add SPDX header, make directly executable. Signed-off-by: Martin Povišer <povik@protonmail.com>
This commit is contained in:
parent
4f7d03addf
commit
c835b1d2fe
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: MIT
|
||||
import sys, pathlib
|
||||
import time
|
||||
sys.path.append(str(pathlib.Path(__file__).resolve().parents[1]))
|
||||
|
||||
# speaker_amp.py -- play audio through the embedded speaker on Mac mini
|
||||
#
|
||||
# sample usage with sox:
|
||||
|
|
Loading…
Reference in a new issue