Search found 4 matches
- Mon Aug 19, 2013 8:22 pm
- Forum: Support and Development
- Topic: Confused about sound and :isStopped()
- Replies: 6
- Views: 3573
Re: Confused about sound and :isStopped()
Thank you for you help. I'll see what I can do and report back. As for the pitch algorithm itself, it obviously needs some work
- Mon Aug 19, 2013 7:46 am
- Forum: Support and Development
- Topic: Confused about sound and :isStopped()
- Replies: 6
- Views: 3573
Re: Confused about sound and :isStopped()
Hello again. Ok, so this is what I have. The idea is a system that "reads" text and makes it sound sort of like speech as sometimes done in RPGs. It's very rudimentary and not fine tuned at all (Blabber:set_pitch is really just a placeholder for the real thing) which is why it sounds so te...
- Sun Aug 18, 2013 11:24 am
- Forum: Support and Development
- Topic: Confused about sound and :isStopped()
- Replies: 6
- Views: 3573
Re: Confused about sound and :isStopped()
Yes, I'll prepare a .love this evening.
- Sun Aug 18, 2013 7:50 am
- Forum: Support and Development
- Topic: Confused about sound and :isStopped()
- Replies: 6
- Views: 3573
Confused about sound and :isStopped()
Hi guys I'm developing a little game in my past-time, and I had an idea which involved modulating the pitch of a sound file every time it finishes playing according to a certain scheme. I do this by checking it each update loop, and if it's playing I check to see if it's still playing. If not - I go...