Hi guys, I need help with a to-do list, but is an audio recording to-do list

Hi guys, I need help with a to-do list, but is an audio recording to-do list...

AND it is suposed to store the recorded sound by title and by task e.g. home related, work related, etc.

For example, the recorded sound need a user defined name via textbox (e.g. fix the stereo) and a tag via button interface (e.g. home).

Another example would be "include this or that in your report", and a tag (work)

This involves tinydb, textbox, view list, sound recorder, player, and so on...

Any ideas?

Remember, record a sound with a title and a tag.

Thanks

:cry: The TinyDB only stores text. The TinyDB can not store sound files although it can record links to sound files stored in Media (Assets) on GoogleDrive or a server for example or in the Internal storage of the device.

The following will help you code your assignment.

Recording a sound is easy , do Taifun's tutorial How to use the Sound Recorder. It shows the directory the sound bite is stored in using the AfterSoundRecorded Block..Use that directory information to provide a link to the sound file that has an autogenerated file name.

What coding have you done so far? Provide some Blocks and someone will certainly provide some specific advice.

ok, here is my work so far

:cry: Lets start simple:

You do realize that whatever is in 'A' is 'erased' when you use the
'B' blocks.

. You are storing both 'values' to quim and overwrite get sound.

Thanks :raised_hands:

I got to fix that