Skip to content

notune/LectureRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lecture Recorder

Codemagic build status

Lecture Recorder is a cross-platform app that allows you to record lectures using your mobile device. The app records audio via the built-in microphone and synchronizes it with the linked slides, creating a video file for future reference. The app is compatible with Android and iOS.

How it works

The App keeps track of which slides you go to while recording the audio to later merge it into one video file. This takes a few minutes depending on your device.

System Requirements

Minimum Android 8.0 (API 26) or iOS 12.1

Disclaimer

Before using this application to record lectures, please be aware of your local and national laws regarding the recording of conversations. Regulations vary by location and violation of these laws could have legal consequences. Also, always adhere to your educational institution's policies on lecture recording. When in doubt, it's best to ask your professor for permission before recording. Always respect individual privacy and intellectual property rights. Please remember that recordings should be used for personal reference only and should not be distributed without explicit permission.

Building

Prerequisites

Flutter SDK 2.19.6 or later

git clone https://github.com/dravolin/LectureRecorder.git
cd LectureRecorder/lecture_recorder
flutter pub get
flutter run

License

This project is licensed under the GPL-3.0 license. See the LICENSE file for more details.