Skip to content

A Desktop Application to record your audio voice, you can play, pause, stop, save and download your recording with this application

Notifications You must be signed in to change notification settings

hardikshah197/Audio-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Application: Audio Recorder

Build a audio recorder with Electron from scratch.

Watch the Electron 8 Tutorial on YouTube.

Aim of this Project

The aim of this project is to record user's audio using microphone and user should be able to start, pause and stop his recording.

Additional Feature: Users have the option to download and save his recordings. List of User's recording is also being shown in the form of list.

Approach

Created one render process for audio media accessibility and control buttons functionality.

Project Guide

Setup

In order to run the project, you need to run the following commands for dependencies installation and starting of application. (Node version I have used for development - v14.15.4)

npm install
npm start

Framework used

  1. Bulma - for css styling
  2. Electron

Points

  1. CSS for saved recording list is not being focused.
  2. Functionality working is being focused over styling.

About

A Desktop Application to record your audio voice, you can play, pause, stop, save and download your recording with this application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published