- Resource Types
- Resource Languages
- Institutional Repository
About Site Language
WHDL is viewable in multiple languages. Use the pull-down menu to select a language to view the site.
I changed my language, but I’m still seeing resources in the other languages?
If a resource or text has not been translated into your selected language, it will appear in the initially added language. We are always looking for help translating these resources. If you can help, contact us!
WHDL - 00011929
Submitted to the Department of Mathematics and Computer Science in partial fulfillment of the requirements for the degree of Bachelor of Arts
Recording via the browser is not a new technology by any means, but this project aims to do much more. The goal of this project is to create a web-based audio recorder that takes input from a foot pedal, gives an option as to what audio input to choose, and uploads the encoded audio to a server for playing, renaming, or deleting. A key objective of this project is also to minimize the amount of browser delay there is between recordings. This delay could be potentially halved by splitting up the audio recordings by increments of time, encoding them in the background, and then sending those chunks to the server. Another potential solution to the delay is to send a binary stream of the audio directly to the server and have it encoded on that end. The result of this project should be a baseline product that can be improved for medical dictation in pathology, but can be extended to any similar purpose.