ericaddison / Algs_Term_Project

Term project for the UT Austin ECE course "Algorithmic Foundation for Software Systems"
0 stars 0 forks source link

Feature serialization #18

Closed JoshMusick closed 7 years ago

JoshMusick commented 7 years ago

This branch includes a functional serialization step for the encoder. It also modifies the interface for each step to include a compression file name, and decompression file name to be used. In this branch I have updated all the existing pipeline usages to provide "functional" names. Though, typical names should be something like '../output_wavs/filename.wav' or '../data/sampleData.dat" etc.

ericaddison commented 7 years ago

Looked fine to me. Merging. I can see the utility of having the name as input.