Commencer à faire des tests de triage de tableaux avec des adrs MAC de mon wifi sniffer

This commit is contained in:
Christian Zufferey
2019-02-03 14:13:13 +01:00
parent e09770c240
commit 6c3af63534
6 changed files with 199 additions and 23 deletions

BIN
PCM/Play_file/ccc_16k.wav Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
-- Scripts pour jouer un fichier son sur un HP
print("\n play_file.lua zf190130.2335 \n")
print("\n play_file.lua zf190131.1023 \n")
-- ****************************************************************************
@@ -28,7 +28,7 @@ function cb_paused(d)
print("playback paused")
end
file.open("toto.wav", "r")
file.open("ccc_16k.wav", "r")
drv = pcm.new(pcm.SD, 5)