Search found 17 matches

by Tomonline
Tue Jan 06, 2015 5:51 pm
Forum: Support and Development
Topic: play 1 sound 2 times?
Replies: 13
Views: 5232

Re: play 1 sound 2 times?

I am attaching a fixed version. I had to do more work than anticipated (clone each source before playing it, and storing it in a "current" var). This is because LÖVE seems to be doing something strange with the sources: when a source has finished playing, and you play it again (with :play...
by Tomonline
Tue Jan 06, 2015 2:15 pm
Forum: Support and Development
Topic: play 1 sound 2 times?
Replies: 13
Views: 5232

Re: play 1 sound 2 times?

ok :
x.love
(64.14 KiB) Downloaded 175 times
.
by Tomonline
Tue Jan 06, 2015 11:31 am
Forum: Support and Development
Topic: play 1 sound 2 times?
Replies: 13
Views: 5232

Re: play 1 sound 2 times?

error in function 'updatePhrase', attempt to index a nill value.
also playing e.g. word1, word2, word2 won't work correctly.. \:
by Tomonline
Tue Jan 06, 2015 11:24 am
Forum: Support and Development
Topic: play 1 sound 2 times?
Replies: 13
Views: 5232

Re: play 1 sound 2 times?

ow, didn't saw the second replay yesterday, i think we submitted it the same time... i'm not going to use key presses eventually (that was for testing purposes), the sentences are going to be build in, and the only things my voice has to say differently are the points and the names in my game.. well...
by Tomonline
Tue Jan 06, 2015 12:05 am
Forum: Support and Development
Topic: play 1 sound 2 times?
Replies: 13
Views: 5232

Re: play 1 sound 2 times?

Thank you! its strange that it won't play a sound 2 times, but 2 different sound works fine... also if i do this strange things happen: function love.load() voice = {"1","2"} for i in pairs(voice ) do voice [i] = love.audio.newSource("VOICE/" .. voice [i] .. ".wav&...
by Tomonline
Mon Jan 05, 2015 8:13 pm
Forum: Support and Development
Topic: play 1 sound 2 times?
Replies: 13
Views: 5232

Re: play 1 sound 2 times?

perhaps this will help: https://love2d.org/forums/viewtopic.php?f=4&t=79357 Doctory, Thanks for the quick reply! The link you gave doesn't help very much because the guy wants to play 2 sounds at the same time (the opposite of what i want) i want to play 1 sound file 2 times: if the first one i...
by Tomonline
Mon Jan 05, 2015 7:55 pm
Forum: Support and Development
Topic: play 1 sound 2 times?
Replies: 13
Views: 5232

play 1 sound 2 times?

hi there :) I have a problem with playing sounds. the purpose: making a text to speech program that talks with my voice. i recorded a lot of phonemes (.wav files with parts of speech) that need to play after each other in the right order. each sound must play ONLY if the previous sound finished play...
by Tomonline
Sun Oct 20, 2013 5:06 pm
Forum: Support and Development
Topic: not working...
Replies: 14
Views: 9798

Re: not working...

sry, my mistake^^ thanks for your time!
by Tomonline
Sun Oct 20, 2013 4:38 pm
Forum: Support and Development
Topic: not working...
Replies: 14
Views: 9798

Re: not working...

Uhm. If you're asking what is different from 0.8.0, I just applied this changeset to vanilla 0.8.0. Everything else is the same. https://bitbucket.org/rude/love/commits/4c63b0f36180c4e6074fef966ff7d9670a232ae5 i don't get it, you gave me a link with a newer working version with ati bug fix right? o...
by Tomonline
Sun Oct 20, 2013 3:50 pm
Forum: Support and Development
Topic: not working...
Replies: 14
Views: 9798

Re: not working...

If you use this version of LÖVE, do things work? Compared to 0.8.0 it just has a bugfix applied for a crashing issue with some ATI video cards in Windows when text is printed. https://bitbucket.org/Boolsheet/love_winbin/downloads/love-0.8.0-win-x86-damn-you-ATI.zip where did you find this update pl...