Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Rafundo

#1
Hi, first of all, thank you for answering!
I have tried to listen from AGS the WAV and it seems to be an error due to AGS does not reproduce any sound. After this I have changed my script to this:

Code: ags
function room_AfterFadeIn()
{
//aMusic01.Play(eAudioPriorityLow, eRepeat);
cSammy.Say("&1 Puedo elegir entre ir Australia, visitar New York o volver a España.");
//aSamm1.Play();


I have switched "//" between the 2 lines to see if works. If I run the code this way:

Code: ags
function room_AfterFadeIn()
{
//aMusic01.Play(eAudioPriorityLow, eRepeat);
cSammy.Say("&1 Puedo elegir entre ir Australia, visitar New York o volver a España.");
//aSamm1.Play();


No sound at all.

If I run this way:

Code: ags

function room_AfterFadeIn()
{
//aMusic01.Play(eAudioPriorityLow, eRepeat);
//cSammy.Say("&1 Puedo elegir entre ir Australia, visitar New York o volver a España.");
aSamm1.Play();


It sounds! Note that after seeing that *.wav could be the problem, I have taken a random song in mp3 and placed as SAMM1.mp3 on Speech folder.
#2
Hi all, I have the exact same problem. I mean, I'm following AGS tutorial, FAQ, and ingame-help and all what I wanted to do was this:

Code: ags
function room_AfterFadeIn()
{
//aMusic01.Play(eAudioPriorityLow, eRepeat);
cSammy.Say("&1 Here goes some text to test.");
}


I have recorded a sound with microphone, changed to *.wav extension with the name SAMM1.wav. Note that my char script name is "cSammy". But it doesn't work. I have reviewed all what I could and didn't find the problem. This is the sentence that shows up in warning log:

(in room 3): Speech load failure: '~speech.vox~Samm1.mp3'

However the file size of Speech.vox and Samm1.wav is exactly the same.

Could anybody help me, please?
Thankyou guys.
SMF spam blocked by CleanTalk