play audioclip
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
play audioclip
Hi there, having failed miserably to find out how to use text to speech on android I tried the play audioclip command. Alas no joy ... does this command work on android? According to the dictionary it does but I can't get it to go!
Re: play audioclip
Suppose I should add a little detail here .... I imported an audio file in .wav format, renamed it to hello and thenmickmac wrote:Hi there, having failed miserably to find out how to use text to speech on android I tried the play audioclip command. Alas no joy ... does this command work on android? According to the dictionary it does but I can't get it to go!
on mouseUp
play audioclip "hello"
end mouseUp
Worked on the pc but did not do anything on android emulator or actual android device, although other stuff worked fine.
Re: play audioclip
Embedded audioclips are not supported in Android, you need to provide a file in the Copy Files pane of the standalone settings.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Posts: 25
- Joined: Mon Feb 25, 2013 4:00 am
Re: play audioclip
Code: Select all
put specialfolderpath("engine") & "/hello.wav" into tSound
play tSound
Re: play audioclip
Thanks heaps to those who helped ... working fine now. Hopefully the new livecode will support text to speech on android!