Unfortunately, the EMU-SDMS is currently out of funding.
We at the IPS will do what we can to fix bugs, security issues or necessary adjustments to new versions of R; but we cannot currently work on new features or performance improvements.
We would be very glad if funding in academia allowed for more technical staff to maintain software used by the research community.
The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data. To get an idea of what it looks like please visit this URL. General information about the next iteration of the EMU speech database management system can be found here.
Visit this URL and click the open demo DB
button in the top menu to load one of the three small example databases.
git clone https://github.com/IPS-LMU/EMU-webApp.git
EMU-webApp
) and install dependencies with the command npm install
http://localhost:9000
with npm run start
cd exampleServers; node nodeEmuProtocolWsServer.js
.http://localhost:9000/?autoConnect=true
to have an autoconnecting auto-reloading development versionhttp://localhost:9000/?audioGetUrl=http:%2F%2Flocalhost:9000%2FdemoDBs%2Fae%2Fmsajc003.wav&labelGetUrl=http:%2F%2Flocalhost:9000%2FdemoDBs%2Fae%2Fmsajc003_annot.json&labelType=annotJSON
for a version that loads an audio and an annotation file use GET parametersnpm test
(currently not working)npm e2e
(currently not working)These are the steps necessary to create and deploy a new release on https://ips-lmu.github.io/EMU-webApp/ (push privileges to GitHub repo required)
npm test
and npm e2e
)npm run build-start
followed by npm e2e
) & manually inspect the release version (just in case)NEWS.md
to reflect changes (== changelog)NEWS.md
and package.json
npm run build-start
also runs npm run build
s tasks so explicitly calling npm run build
is unnecessarydist
folder in the root directory of this repo<base href="https://github.com/IPS-LMU/EMU-webApp/blob/master/">
entry in dist/index.html
to <base href="https://github.com/IPS-LMU/EMU-webApp/blob/master/EMU-webApp/">
git commit
(make sure all files are added) followed by git push origin master
dist
directory by running the subtree push command: git subtree push --prefix dist origin gh-pages
from the root directory of this repo (see http://yeoman.io/learning/deployment.html for further details)Raphael Winkelmann
Georg Raess
Markus Jochim
Affiliations