asearfos / chipper

Software (with Kivy GUI) for semi-automated segmentation and analysis of birdsongs or other acoustic signals.
GNU General Public License v3.0
10 stars 6 forks source link

Implemented single file use for all steps. Uses self.parent.files and… #31

Closed asearfos closed 5 years ago

asearfos commented 5 years ago

… self.parent.file_names.

Formatted a lot of code in these files to try to make cleaner. PEP8 convention.