Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 500 Bytes

wav2exif

This script scans the SD card written by Fuji X cameras and searches for audio/voice recordings (.WAV files).

The wav is converted to (ascii) text, and the text is written as an exif description tag to the coresponding .JPG or .RAF file.

Very simple umlaut 2 ascii conversion is applied ( 'ö' -> 'oe' etc).

installation (mac)

brew install portaudio 
brew install exiftool 
python3 -m venv env
source env/bin/activate

pip install pyaudio
pip install SpeechRecognition