crablar / podsheets

Podsheets is a set of open source tools for podcast hosting, ad management, community engagement, and more.
http://www.podsheets.com
Apache License 2.0
163 stars 39 forks source link

Electron editing app #44

Open crablar opened 5 years ago

crablar commented 5 years ago

Edaena had an idea for an Electron app that would interface with local storage to allow faster editing of audio files

This could be a useful product. I believe there are constraints on how you cannot fit big audio files completely into memory on local browser storage, so this makes it hard to do editing, because you have to have a very chatty network connection with a server-based rendering playback.

andrewmarklloyd commented 5 years ago

This would be a separate app used strictly for audio editing?

On Jul 26, 2019, at 09:32, Jeffrey Meyerson notifications@github.com wrote:

Edaena had an idea for an Electron app that would interface with local storage to allow faster editing of audio files

This could be a useful product. I believe there are constraints on how you cannot fit big audio files completely into memory on local browser storage, so this makes it hard to do editing, because you have to have a very chatty network connection with a server-based rendering playback.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

crablar commented 5 years ago

@andrewmarklloyd Yea potentially. Not something we would build in immediate term but could be interesting.

andrewmarklloyd commented 5 years ago

Definitely! This would be cool.

Sent from my iPhone

On Jul 26, 2019, at 09:49, Jeffrey Meyerson notifications@github.com wrote:

@andrewmarklloyd Yea potentially. Not something we would build in immediate term but could be interesting.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.