Description: This extension can be used to convert text to audio in various voices using Microsoft TTS api. Latest Version: 2 Released:2023-09-20T18:30:00Z Last Updated:2024-06-02T18:30:00Z
II get a response now but i still have this problem i thought it’s a storage permission problem so i tried to ask permission for storage first but still have the same issue
Which Android version are you using for your tests?
Remember, for newer Android versions you have to ask for READ_MEDIA_AUDIO permission
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.
Nice demo mate, so here is the problem i’m still facing i tried to fix it myself cuz i like some challenge but i failed unfortunately, anyways when i set the output file to this directory /storage/emulated/0/Music/buzzquiz.mp3 the file does note save but when i set it to /storage/emulated/0/buzzquiz.mp3 the file get saved to a different directory as you can see in the image below and in both cases i can’t get to read it, if you can share .aia file of your demo it will be very helpful for me or maybe just the block images and thanks so much for the many replies of you guys and for the help
thanks for the help mate i managed to find a solution for the storage issue because i have only android 10 you can find the problem i’m facing up above, if you have anything that can be helpful for me i’ll really appreciate it
In my tests on Android 10, the permission (WriteExternalStorage) was required. This permission was not visible, but after activating the recording, it was allowed.
Tested on Android 14 OK