Added to index and updated pdf creation configuration
This commit is contained in:
@@ -214,8 +214,9 @@ html_static_path = ['_static']
|
||||
htmlhelp_basename = 'Concatenatordoc'
|
||||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
|
||||
latex_elements = {
|
||||
'classoptions': ',openany,oneside',
|
||||
'babel': '\\usepackage[english]{babel}'
|
||||
# The paper size ('letterpaper' or 'a4paper').
|
||||
#'papersize': 'letterpaper',
|
||||
|
||||
|
||||
@@ -6,6 +6,20 @@
|
||||
Welcome to Concatenator's documentation!
|
||||
========================================
|
||||
|
||||
A python script for generating granular synthesis driven representations of
|
||||
audio files based on audio database analysis.
|
||||
|
||||
.. image:: Concatenator_diagram_scaled_small.jpg
|
||||
:align: center
|
||||
|
||||
This script was developed to explore the creative potential of combining
|
||||
short-time audio analyses with granular synthesis, to synthesize perceptually
|
||||
related representations of target audio files. Through use of analysed
|
||||
databases of varying sizes, an output can be generated that represents a mix of
|
||||
the spectral and temporal features of the original target sound and the corpus
|
||||
of source sounds from the database.
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user