README.md
setup.py
src/spiegelib/__init__.py
src/spiegelib.egg-info/PKG-INFO
src/spiegelib.egg-info/SOURCES.txt
src/spiegelib.egg-info/dependency_links.txt
src/spiegelib.egg-info/requires.txt
src/spiegelib.egg-info/top_level.txt
src/spiegelib/core/__init__.py
src/spiegelib/core/audio_buffer.py
src/spiegelib/core/dataset_generator.py
src/spiegelib/core/sound_match.py
src/spiegelib/core/utils.py
src/spiegelib/estimator/__init__.py
src/spiegelib/estimator/basic_ga.py
src/spiegelib/estimator/conv6.py
src/spiegelib/estimator/estimator_base.py
src/spiegelib/estimator/highway_layer.py
src/spiegelib/estimator/hwy_blstm.py
src/spiegelib/estimator/lstm.py
src/spiegelib/estimator/mlp.py
src/spiegelib/estimator/nsga3.py
src/spiegelib/estimator/tf_epoch_logger.py
src/spiegelib/estimator/tf_estimator_base.py
src/spiegelib/evaluation/__init__.py
src/spiegelib/evaluation/evaluation_base.py
src/spiegelib/evaluation/mfcc_eval.py
src/spiegelib/features/__init__.py
src/spiegelib/features/data_scaler_base.py
src/spiegelib/features/features_base.py
src/spiegelib/features/fft.py
src/spiegelib/features/mfcc.py
src/spiegelib/features/spectral_summarized.py
src/spiegelib/features/standard_scaler.py
src/spiegelib/features/stft.py
src/spiegelib/features/utils.py
src/spiegelib/synth/__init__.py
src/spiegelib/synth/synth_base.py
src/spiegelib/synth/synth_vst.py