From 88f4de3ef9fb9f1acd0539e568265de60f7d08ba Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 22 Dec 2019 12:47:57 +0100 Subject: [PATCH] add: note of new wave format PCM8 --- doc/extensions_notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/extensions_notes.md b/doc/extensions_notes.md index 41365849b..f42823d64 100644 --- a/doc/extensions_notes.md +++ b/doc/extensions_notes.md @@ -13,7 +13,8 @@ The Proxmark3 client uses a wide range of files. Here is a brief recap to get yo | .elf | binary proxmark3 device firmware file. | | .cmd | text file, contains proxmark3 client commands used to call client with -s | | .lua | text file, contains lua script to be run inside client. or called with -l | -| .pm3 | text file, with numbers ranging 0-255 or -127 - 128. Contains trace signal data for low frequency tags (data load) | +| .pm3 | text file, with numbers ranging 0-255 or -127 - 128. Contains trace signal data for low frequency tags (data load / data save) | +| .wav | binary file, PCM8 with samplerate 125000, one channel. (data save) | .trace | binary file, contains trace log data usually from high frequency tags. (hw trace load) | | .log | text file, our log file, contains the output from almost all commands you run inside Proxmark3 client | -| .history | text file, our command log file, contains the commands you ran inside Proxmark3 client | +| .history | text file, our command log file, contains the commands you ran inside Proxmark3 client | \ No newline at end of file