Lily
(Lily)
April 3, 2020, 7:04am
1
Hello great Koders I have an app that uses sound record component and keeps the 3gp file into user’s My Documents as you can see the blocks and the screenshts here.
Then it saves the recorded file as
app_inventor_1585895679025.3gp
Please can I change this to a specific name such as magic_radio or sky_news
Thanks for your help you will provide
Mateja
(Mateja)
April 3, 2020, 7:15am
2
Are you using an external extension?
Lily
(Lily)
April 3, 2020, 7:17am
3
No I am using kodular component
Mateja
(Mateja)
April 3, 2020, 7:18am
4
Is there a property “Save file as”?
I have never used this component so I am not very familiar with it.
1 Like
Mateja
(Mateja)
April 3, 2020, 7:23am
6
What is the SAVED_RECORDING property set to in the designer?
Mateja
(Mateja)
April 3, 2020, 7:26am
8
Was that the default path or did you change that?
Mika
April 3, 2020, 7:27am
9
It’s the default path.
And also the property have a block description.
Lily
(Lily)
April 3, 2020, 7:27am
10
It is a default I didn’t change anything.
Mateja
(Mateja)
April 3, 2020, 7:28am
11
It says MySound , so why does it save like app_inventor_…
Mika
April 3, 2020, 7:28am
12
Try to set the “saved recording” path too at the blocks before you start the record.
Lily
(Lily)
April 3, 2020, 7:28am
13
But is it possible to rewrite or set blocks to save as etc?
Lily
(Lily)
April 3, 2020, 7:30am
14
Mateja
(Mateja)
April 3, 2020, 7:31am
15
Before saving, set the path to e.g. /mnt/sdcard/SkyRadio/recording_{current date and time}.3gp
Mika
April 3, 2020, 7:41am
17
I think there is a bug at our component.
Why? It looks like the path is not set correct if you don’t set it with blocks.
Lily
(Lily)
April 3, 2020, 7:42am
18
I don’t know because I have tried it but not working
Mika
April 3, 2020, 7:42am
19
Maybe you can share a apk?
Lily
(Lily)
April 3, 2020, 9:01am
20
Hello @Mika here is an apk as you suggested Sky_News.apk (5.8 MB)
Every time I try to record this is what I get
and these are the blocks