Skip to content

Presentations/auditap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auditap

Created by Stanislav Kadlcik

Basic functions

  • audio input
  • scrolling audio
  • contraction, expansion
  • create new tracks
  • Support CTRL + C, CTRL + V, CTRL + X
  • view audio transcript (*.lbf files)
  • audio Playback
  • drag & drop
  • saving project to server (JSON format)

Start the server

The server part is dependent on MongoDB and NodeJS. NodeJS is needed to start up when running MongoDB start MongoDB: mongod (if there is a folder /data/db or c:\data\db)

Start node.js: node node-server.js The application listens on port 8090

Third party libraries

  • Node.js
  • Blueimp jquery file upload
  • Socket.io
  • Backbone
  • Underscore
  • JQuery
  • Require.js
  • Node-ffprobe
  • PCM
  • Express
  • MongoDB

How to prepare client

Need to change the server address in the file index.html (lines 14, 16 and 28)

Auditap screenshot

License

Attribution-NonCommercial-NoDerivs 3.0 Unported http://creativecommons.org/licenses/by-nc-nd/3.0/

Releases

No releases published

Packages

No packages published