gsvidaurre / paRsynth

Use Parsons code to sonify character strings
GNU General Public License v3.0
0 stars 0 forks source link

PAR-24: Fix column name in frequency_anchors output #33

Open gsvidaurre opened 2 hours ago

gsvidaurre commented 2 hours ago

The column called "Call.No" needs to be called "Call_ID" as in previous functions, and it should also contain the numeric identifier per call of each individual, rather than the character string.

gsvidaurre commented 2 hours ago

Also need to update the column used to encode the call identifier in the audio file name, in write_audio()