-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
163 lines (150 loc) · 8.6 KB
/
portfolio.html
File metadata and controls
163 lines (150 loc) · 8.6 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap" rel="stylesheet">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fabrizio Cheloni | Audio Programming Portfolio</title>
<meta name="description" content="Portfolio of audio programming projects: JUCE plugins, real-time DSP applications, and professional audio software solutions by Fabrizio Cheloni.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.fabriziocheloni.com/portfolio.html">
<meta property="og:title" content="Fabrizio Cheloni | Audio Programming Portfolio">
<meta property="og:description" content="Portfolio of audio programming projects: JUCE plugins, real-time DSP applications, and professional audio software solutions.">
<meta property="og:image" content="https://www.fabriziocheloni.com/images/myphoto.jpg">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYS0NN53H1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XYS0NN53H1');
</script>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<div class="header-info">
<h1><a href="index.html">Fabrizio Cheloni</a></h1>
<h2>Audio Programmer</h2>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html" class="active">Portfolio</a></li>
<li><a href="contact.html">Contacts</a></li>
<li><a href="wiki.html">Wiki</a></li>
<li><a href="https://audiokids.it/" target="_blank" class="cyan-link">Visit Audiokids</a></li>
</ul>
</nav>
</header>
<main>
<section class="content-section">
<h2>Portfolio & Projects</h2>
<p>
Selected projects showcasing expertise in <span class="tech-highlight">real-time audio processing</span>,
<span class="tech-highlight">plugin development</span>, and professional audio software solutions.
</p>
<h3>Audiokids - Professional Audio Software Suite</h3>
<p>
<strong>Co-founder & Lead Developer</strong> (2020 - Present)<br>
Built a comprehensive ecosystem of professional audio tools serving post-production professionals worldwide.
Architected and developed multiple production-ready applications using <span class="tech-highlight">JUCE framework</span>
with sophisticated <span class="tech-highlight">CI/CD pipelines</span> and comprehensive testing infrastructure.
</p>
<p>
<a href="https://audiokids.it/" target="_blank" class="cyan-link content-button">Visit Audiokids</a>
</p>
<h3>DragOut - Multi-Channel Audio Export Tool</h3>
<p>
<span class="tech-highlight">Pro Tools AudioSuite</span> plugin featuring intuitive drag-and-drop interface
for multi-channel audio export and routing. Supports complex surround sound configurations including
<span class="tech-highlight">7.1.2 Atmos</span> workflows.
</p>
<p>
<strong>Key Technologies:</strong> JUCE, AAX AudioSuite, PACE Security, Visual Matrix System<br>
<strong>Achievements:</strong> Offline processing optimization, complex channel routing, batch export capabilities
</p>
<h3>Undertone - Best solution for dialogue fills, room tones, and soundscapes</h3>
<p>
Sophisticated multi-slot audio processing plugin featuring custom <span class="tech-highlight">granular synthesis engine</span>
seamlessly integrated with <span class="tech-highlight">convolution processing</span>. Includes proprietary
<span class="tech-highlight">ML model for automatic unvoiced audio selection</span>, with every parameter fully automatable
and <span class="tech-highlight">AudioSuite enhanced implementation</span> for offline processing workflows.
</p>
<p>
<strong>Key Technologies:</strong> Custom granular engine, Convolution blending, Proprietary ML model, Full parameter automation<br>
<strong>Achievements:</strong> Unvoiced audio detection, Custom preset browser system, PACE security integration
</p>
<h3>Synchronicity - ML-Powered Audio Analysis</h3>
<p>
<span class="tech-highlight">Machine learning</span> based audio segmentation and synchronization tool.
Integrates <span class="tech-highlight">PyTorch models</span> with <span class="tech-highlight">Pro Tools scripting</span>
for audio analysis and workflow automation.
</p>
<p>
<strong>Key Technologies:</strong> PyTorch ML models, PTSL integration<br>
<strong>Achievements:</strong> First-to-market ML-based audio synchronization tool.
</p>
<h3>Technical Architecture & Innovation</h3>
<div class="tech-grid">
<div class="tech-category">
<h4>Core Technologies</h4>
<p>C++, JUCE Framework, Python, PyTorch</p>
</div>
<div class="tech-category">
<h4>Specialized Integration</h4>
<p>Pro Tools AudioSuite, PTSL, PACE Security</p>
</div>
<div class="tech-category">
<h4>Machine Learning</h4>
<p>PyTorch Models, Flucoma, Neural Networks</p>
</div>
<div class="tech-category">
<h4>Production Infrastructure</h4>
<p>GitLab CI/CD, Google Test, Benchmarking</p>
</div>
<div class="tech-category">
<h4>Audio Formats</h4>
<p>VST3, AudioUnit, AAX, Standalone</p>
</div>
<div class="tech-category">
<h4>Module System</h4>
<p>30+ Custom Modules, Modular Architecture</p>
</div>
</div>
<h3>Development Infrastructure</h3>
<p>
Built comprehensive development ecosystem
managing 13+ applications and 30+ proprietary modules. Implemented sophisticated
<span class="tech-highlight">GitLab CI/CD pipelines</span> with automated testing,
benchmarking, and multi-platform builds.
</p>
<p>
<strong>Scale:</strong> 500,000+ lines of production C++ code<br>
<strong>Testing:</strong> Comprehensive Google Test suite with automated benchmarking<br>
<strong>Security:</strong> PACE Fusion integration with whitebox encryption<br>
<strong>Documentation:</strong> Auto-generated Doxygen documentation system
</p>
<h3>Professional Impact</h3>
<p>
<strong>Industry Experience:</strong> 8+ years as <a href="https://www.imdb.com/name/nm8998481/?language=it-it" target="_blank">re-recording mixer</a> in film/TV production<br>
<strong>Startup Achievement:</strong> Co-founded and scaled Audiokids to serve international market<br>
<strong>Technical Leadership:</strong> Architected complete audio software ecosystem from concept to production<br>
<strong>Education:</strong> Centro Sperimentale di Cinematografia (National Film Institute)<br>
</p>
<div class="cta-section">
<p><strong>Interested in collaborating or learning more about these projects?</strong></p>
<p><a href="contact.html" class="cta-link">Get in touch</a></p>
</div>
</section>
</main>
</body>
</html>