Skip to content

embed_md.py

Brendan Coates edited this page Jul 31, 2024 · 3 revisions

This script is used to embed descriptive metadata from Airtable into WAVE (.wav) files.

Quick Reference

To embed metadata from Airtable for a single WAVE file, use

python3 embed_md.py -dadir /path/to/files -daid example_01.wav

To embed metadata from Airtable for a set of WAVEs in a folder, use

./embed_md.sh /path/to/folder

Clone this wiki locally