kfrn / reel-time

Calculate the duration of your open-reel audio.

Home Page:https://kfrn.github.io/reel-time/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculate the duration of your open-reel audio

About

The duration of open-reel audio depends on several variables, and as such, is not straightforward to calculate! reel time is here to help with that.

Input the characteristics of your audio tapes—audio config, tape thickness, recording speed, and quantity—to determine their duration.

reel time is multilingual:
🇫🇷 Disponible aussi en français!
🇮🇹 Disponibile anche in italiano!
🇩🇪 Auch auf Deutsch verfügbar!

reel time is inspired by open-source preservation tools like ffmprovisr, Cable Bible, and SourceCaster, and of course also the Open Reel Audio Duration Calculator spreadsheet by Joshua Ranger of AVPreserve.

Suggestions and contributions are welcome! I'm happy to receive feature requests, bug reports, code changes, translations, general comments, etc. You can submit a github issue (or pull request), or email me directly.

Local setup

Dependencies:

To run locally:

git clone git@github.com:kfrn/reel-time.git
cd reel-time/

# Install dependencies
nvm install  # Will also install npm
npm install -g create-elm-app
npm install

elm-app start

To run tests:

elm-app test

Acknowledgements

This web app was scaffolded using create-elm-app and styled with assistance from Bulma.

Thank you for encouragement and feedback:

And thank you for contributions from:

About

Calculate the duration of your open-reel audio.

https://kfrn.github.io/reel-time/


Languages

Language:Elm 89.0%Language:CSS 5.5%Language:JavaScript 5.0%Language:HTML 0.6%