Coder Social home page Coder Social logo

dmooney65 / recorder-app Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 0.0 674 KB

A Node/Express server and Web app for recording audio from line-in or mic with remote control

Shell 8.40% JavaScript 74.92% CSS 1.84% HTML 14.84%
record-audio alsa alsa-pcm nodejs raspberry-pi flac wav mp3 lossless

recorder-app's Introduction

Recorder App

Linux only. A Node/Express app for recording audio from line-in or mic sources.

Recorder App is targeted at SBCs such as the Raspberry Pi with an audio HAT such as the Pisound or the Audioinjector, but can be used on any Linux system with an audio input.

Features:

  • Fully configurable sample formats and rates (depending on audio card capabilities).
  • Recording to lossless lossless FLAC (16/24bit) or WAV (16/32bit) formats.
  • Low CPU usage. Recording 24/96 FLAC uses 7% CPU (total) on raspberry Pi 3.
  • Re-encoding in VBR mp3 format.
  • Remote control via Web interface or API.
  • Web interface optimised for Mobile devices.
  • Audio clipping detection.
  • Configurable for push button control (example configs included).
  • Configurable to run as a service (example configs included).
  • Configurable to auto mount USB drives to store recordings (example configs included).

Dependencies

Requires libflac8 (FLAC recordings) libudev-dev (USB media) jq (JSON parser for button control) pmount (USB media) mediainfo (audio file info) ffmpeg (re-encoding) bc (for led control).

Install using sudo apt install -y libflac8 libudev-dev jq pmount mediainfo ffmpeg bc on Debian/Ubuntu based systems.

Running

Clone the repo, install node modules.
git clone https://github.com/dmooney65/recorder-app.git
cd recorder-app
npm install

Start the app
npm start

Open a Web browser and navigate to http://localhost:3000

recorder-app's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.