Audio Preprocessing blog post (#4)

Added new blog post & draft outline of next one.

Reviewed-on: ayo/website#4
Co-authored-by: Jimmy Vargo <james@ayo.tokyo>
Co-committed-by: Jimmy Vargo <james@ayo.tokyo>
This commit is contained in:
Jimmy Vargo 2023-09-21 14:55:57 +09:00 committed by corentin
commit d37504276a
8 changed files with 199 additions and 0 deletions

View file

@ -24,6 +24,12 @@
border-bottom: 1px solid var(--dim-bg-color);
}
h3
{
margin-top: 2rem;
font-weight: 500;
}
code, pre
{
background-color: var(--lighter-bg-color);