bendalab / thunderfish

python scripts for analyzing recordings of efish electric fields.
GNU General Public License v3.0
5 stars 8 forks source link

Fixed write_audioio in thunderfish.datawriter #101

Closed weygoldt closed 9 months ago

weygoldt commented 12 months ago

The function used to write WAV files via audioio tried to import the non-existing function audio_writer. Instead, I changed it to write_audio, which exists and works in audioio.

janscience commented 9 months ago