Initial commit

This commit is contained in:
2021-04-29 21:58:02 +02:00
commit 58ee87a861
17 changed files with 729 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "joopschilder/speaker-params",
"description": "Speaker parameter modelling program",
"autoload": {
"files": ["src/Lib/helpers.php"],
"psr-0": {
"": ["src"]
}
},
"require-dev": {
"symfony/var-dumper": "^5.2"
}
}