SpiegeLib
Getting Started
Core
Synthesizers
Audio Feature Extraction
Estimators
Evaluation
Network
Examples
Contribution Guide
SpiegeLib
Docs
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
_
__call__() (spiegelib.features.FeaturesBase method)
A
add_modifier() (spiegelib.features.FeaturesBase method)
add_testing_data() (spiegelib.estimator.TFEstimatorBase method)
add_training_data() (spiegelib.estimator.TFEstimatorBase method)
atoi() (in module spiegelib.core.utils)
audio_folder_name (spiegelib.DatasetGenerator attribute)
AudioBuffer (class in spiegelib)
B
BasicGA (class in spiegelib.estimator)
build() (spiegelib.estimator.HighwayLayer method)
build_model() (spiegelib.estimator.Conv6 method)
(spiegelib.estimator.HwyBLSTM method)
(spiegelib.estimator.LSTM method)
(spiegelib.estimator.MLP method)
(spiegelib.estimator.TFEstimatorBase method)
C
call() (spiegelib.estimator.HighwayLayer method)
compute_output_shape() (spiegelib.estimator.HighwayLayer method)
Conv6 (class in spiegelib.estimator)
convert_spectrum() (in module spiegelib.core.utils)
D
DataScalerBase (class in spiegelib.features)
DatasetGenerator (class in spiegelib)
E
EstimatorBase (class in spiegelib.estimator.estimator_base)
euclidian_distance() (spiegelib.evaluation.EvaluationBase static method)
evaluate() (spiegelib.evaluation.EvaluationBase method)
(spiegelib.evaluation.Subjective method)
evaluate_target() (spiegelib.evaluation.EvaluationBase method)
(spiegelib.evaluation.MFCCEval method)
EvaluationBase (class in spiegelib.evaluation)
expand_sub_patch() (spiegelib.synth.SynthBase static method)
(spiegelib.synth.SynthVST static method)
F
features_filename (spiegelib.DatasetGenerator attribute)
FeaturesBase (class in spiegelib.features)
FFT (class in spiegelib.features)
fit() (spiegelib.estimator.TFEstimatorBase method)
(spiegelib.features.DataScalerBase method)
(spiegelib.features.StandardScaler method)
fit_scaler() (spiegelib.features.FeaturesBase method)
fit_transform() (spiegelib.features.DataScalerBase method)
fitness() (spiegelib.estimator.BasicGA method)
(spiegelib.estimator.NSGA3 method)
G
generate() (spiegelib.DatasetGenerator method)
get() (spiegelib.network.SoundMatchHTTPServer method)
get_audio() (spiegelib.AudioBuffer method)
(spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
get_config() (spiegelib.estimator.HighwayLayer method)
get_features() (spiegelib.features.FeaturesBase method)
(spiegelib.features.FFT method)
(spiegelib.features.MFCC method)
(spiegelib.features.SpectralSummarized method)
(spiegelib.features.STFT method)
get_headers() (spiegelib.network.SoundMatchHTTPServer static method)
get_parameters() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
get_patch() (spiegelib.SoundMatch method)
(spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
get_plotting_data() (spiegelib.estimator.TFEpochLogger method)
get_random_example() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
get_sample_rate() (spiegelib.AudioBuffer method)
get_scores() (spiegelib.evaluation.EvaluationBase method)
get_stats() (spiegelib.evaluation.EvaluationBase method)
H
has_scaler() (spiegelib.features.FeaturesBase method)
HighwayLayer (class in spiegelib.estimator)
HwyBLSTM (class in spiegelib.estimator)
I
is_valid_parameter_setting() (spiegelib.synth.SynthVST method)
L
load() (spiegelib.AudioBuffer method)
(spiegelib.estimator.TFEstimatorBase static method)
load_folder() (spiegelib.AudioBuffer static method)
load_patch() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
load_plugin() (spiegelib.synth.SynthVST method)
load_scaler() (spiegelib.features.FeaturesBase method)
load_state() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
load_synth_config() (spiegelib.synth.SynthBase static method)
(spiegelib.synth.SynthVST static method)
load_weights() (spiegelib.estimator.TFEstimatorBase method)
log_data (spiegelib.estimator.TFEpochLogger attribute)
LSTM (class in spiegelib.estimator)
M
manhattan_distance() (spiegelib.evaluation.EvaluationBase static method)
match() (spiegelib.SoundMatch method)
match_from_file() (spiegelib.SoundMatch method)
match_parameters() (spiegelib.SoundMatch method)
mean_abs_error() (spiegelib.evaluation.EvaluationBase static method)
mean_squared_error() (spiegelib.evaluation.EvaluationBase static method)
MFCC (class in spiegelib.features)
MFCCEval (class in spiegelib.evaluation)
MLP (class in spiegelib.estimator)
model (spiegelib.estimator.TFEstimatorBase attribute)
N
natural_keys() (in module spiegelib.core.utils)
NSGA3 (class in spiegelib.estimator)
NumpyNumberEncoder (class in spiegelib.core.utils)
O
on_epoch_end() (spiegelib.estimator.TFEpochLogger method)
P
patches_filename (spiegelib.DatasetGenerator attribute)
peak_normalize() (spiegelib.AudioBuffer static method)
plot() (spiegelib.estimator.TFEpochLogger method)
plot_hist() (spiegelib.evaluation.EvaluationBase method)
plot_spectrogram() (spiegelib.AudioBuffer method)
predict() (spiegelib.estimator.BasicGA method)
(spiegelib.estimator.estimator_base.EstimatorBase method)
(spiegelib.estimator.NSGA3 method)
(spiegelib.estimator.TFEstimatorBase method)
R
randomize_patch() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
render_patch() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
replace_audio_data() (spiegelib.AudioBuffer method)
resize() (spiegelib.AudioBuffer method)
rms_error() (spiegelib.estimator.TFEstimatorBase static method)
S
save() (spiegelib.AudioBuffer method)
save_model() (spiegelib.estimator.TFEstimatorBase method)
save_scaler() (spiegelib.DatasetGenerator method)
(spiegelib.features.FeaturesBase method)
save_scores_json() (spiegelib.evaluation.EvaluationBase method)
save_state() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
save_stats_json() (spiegelib.evaluation.EvaluationBase method)
save_weights() (spiegelib.estimator.TFEstimatorBase method)
scale() (spiegelib.features.FeaturesBase method)
set_overridden_parameters() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
set_patch() (spiegelib.synth.SynthBase method)
(spiegelib.synth.SynthVST method)
set_scaler() (spiegelib.features.FeaturesBase method)
setup_synth_params() (spiegelib.SoundMatch method)
SoundMatch (class in spiegelib)
SoundMatchHTTPServer (class in spiegelib.network)
SoundMatchOSCServer (class in spiegelib.network)
SpectralSummarized (class in spiegelib.features)
spectrum_types (in module spiegelib.core.utils)
spiegelib.core.audio_buffer (module)
spiegelib.core.dataset_generator (module)
spiegelib.core.sound_match (module)
spiegelib.core.utils (module)
spiegelib.estimator.basic_ga (module)
spiegelib.estimator.conv6 (module)
spiegelib.estimator.estimator_base (module)
spiegelib.estimator.highway_layer (module)
spiegelib.estimator.hwy_blstm (module)
spiegelib.estimator.lstm (module)
spiegelib.estimator.mlp (module)
spiegelib.estimator.nsga3 (module)
spiegelib.estimator.tf_epoch_logger (module)
spiegelib.estimator.tf_estimator_base (module)
spiegelib.evaluation.evaluation_base (module)
spiegelib.evaluation.mfcc_eval (module)
spiegelib.evaluation.subjective (module)
spiegelib.features.data_scaler_base (module)
spiegelib.features.features_base (module)
spiegelib.features.fft (module)
spiegelib.features.mfcc (module)
spiegelib.features.spectral_summarized (module)
spiegelib.features.standard_scaler (module)
spiegelib.features.stft (module)
spiegelib.network.sound_match_http_server (module)
spiegelib.network.sound_match_osc_server (module)
spiegelib.synth.synth_base (module)
spiegelib.synth.synth_vst (module)
StandardScaler (class in spiegelib.features)
start() (spiegelib.network.SoundMatchHTTPServer method)
(spiegelib.network.SoundMatchOSCServer method)
STFT (class in spiegelib.features)
Subjective (class in spiegelib.evaluation)
SynthBase (class in spiegelib.synth)
SynthVST (class in spiegelib.synth)
T
TFEpochLogger (class in spiegelib.estimator)
TFEstimatorBase (class in spiegelib.estimator)
transform() (spiegelib.features.DataScalerBase method)
(spiegelib.features.StandardScaler method)
try_sound_match() (spiegelib.network.SoundMatchHTTPServer method)
V
verify_audio_input_list() (spiegelib.evaluation.EvaluationBase static method)
verify_input_list() (spiegelib.evaluation.EvaluationBase method)
(spiegelib.evaluation.MFCCEval method)