For a quick demo run the following scripts.
- Run
analyze_sound_texture.mto extract sound texture statistics. - Run
plot_stats_loaded.mto visualize the statistics. - Run
synthesize_sound_texture.mto synthesize a sample from the extracted statistics. This step will take a few minutes.
The files with the _explicit postfix are implmentations that call the underlying functions and shows the full process of the sound texture analysis and synthesis.
- Run
analyze_sound_texture_explicit.mto extract sound texture statistics. - Run
synthesize_sound_texture_explicit.mto synthesize a sample from the extracted statistics. This step will take a few minutes.