You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excited to have turned a big corner (getting apg_flask working on Heroku), I showed a friend - who promptly tried it via mobile phone.
He was underwhelmed.
"It wants an input file. So, I have to get an input file to my phone. Then the app needs to somehow let me navigate to find the file, or it assumes I have a way fo automatically play an mp3."
ouch.
Ideas:
allow textual input in form (text area), instead of having to fill out a separate file and provide via upload
offer some canned background sounds for mixing
offer way user can save their previously generated results, for later retrieval
???
The text was updated successfully, but these errors were encountered:
Good ideas yes, specially a list of canned songs I like. User experience will also improve with proposed caching. What about storing the file encoded blob in a db? Time for SQLAlchemy?
Excited to have turned a big corner (getting apg_flask working on Heroku), I showed a friend - who promptly tried it via mobile phone.
He was underwhelmed.
"It wants an input file. So, I have to get an input file to my phone. Then the app needs to somehow let me navigate to find the file, or it assumes I have a way fo automatically play an mp3."
ouch.
Ideas:
The text was updated successfully, but these errors were encountered: