NeoCoderMatrix86 / AudioCuesheetEditor

AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
https://audiocuesheeteditor.netlify.app/
GNU General Public License v3.0
9 stars 7 forks source link

Add recoding of audio data #154

Open NeoCoderMatrix86 opened 3 years ago

NeoCoderMatrix86 commented 3 years ago

Is your feature request related to a problem? Please describe. Add a libary for recoding audio data after recording.

NeoCoderMatrix86 commented 3 years ago

FFMPEG is currently not ussable since the self hosted version needs to be published.

NeoCoderMatrix86 commented 5 months ago

FFMPEG is currently just experimental and doesn't work reliable. Therefore we need to find another framework for recoding.