-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
30 lines (26 loc) · 1.19 KB
/
Copy pathCITATION.cff
File metadata and controls
30 lines (26 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cff-version: 1.2.0
title: "Spectro: Spectral State-Guided Synthesis (SSGS)"
message: "If you use Spectro or the SSGS algorithm in your research or software, please cite it using this metadata."
type: software
authors:
- family-names: Davison
given-names: Damien
- family-names: Maillet
given-names: Michael
- family-names: Davison
given-names: Sacha
abstract: >
Spectro implements the Spectral State-Guided Synthesis (SSGS) algorithm: a
hybrid generative audio system that decouples high-level temporal structure
from low-level spectral content using Hidden Markov Models (HMMs),
Linear Predictive Coding (LPC), Karplus–Strong excitation, and A* search.
The model learns spectral states from LPC coefficient clusters, optimizes
transitions through EM-based HMM refinement, and synthesizes new audio by
decoding optimal state sequences and filtering state-conditioned excitation
signals. This architecture enables controllable, interpretable, and
data-efficient procedural sound generation.
version: "1.0.0"
date-released: 2025-01-01
license: "Apache-2.0"
repository-code: "https://github.com/recursive-ai-dev/spectro"
url: "https://github.com/recursive-ai-dev/spectro"