Understanding Local Voice File Calls in the Media API

Asked 2 years ago, Updated 2 years ago, 57 views

I'm thinking about developing an English word app in Monaca, but I want to use the Media API to play the local audio file as the voice of the word.Are there any restrictions on the size of the file?(I don't think there will be any restrictions since it's local...) It's my first time touching Monaca, so I'm very sorry to ask you a basic question, but I'd appreciate it if someone could tell me.

monaca

2022-09-30 20:57

1 Answers

50MB or less is recommended, including programs and resources.
Currently, it can be packaged up to 4GB, but
It is not recommended because it takes a long time to download and compresses the capacity of the device.
I don't know how many words to register, but
I think it's better to stream a lot of voice files.
You can also save the file to a terminal and play it afterwards, so
It may be possible to consider sequential downloads when playing.
Check FileTransfer (http://docs.monaca.mobi/3.5/ja/reference/phonegap_34/ja/file-transfer/).


2022-09-30 20:57

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.