Discussion:
[Audiere-users] Audiere playing ogg files
mAsA
2005-06-06 13:30:29 UTC
Permalink
Hello to everyone! I'm working on a speaking clock.
I have a problem, I don't know how to make that specific sound will play when
the specific number(hour, minute, second) is in variable h,m,s. I know how to
play file using direct path to my .ogg file like :
OutputStreamPtr stream(OpenSound(device, "D:\\---MUSIC---\\Projekt Ura\\Nova
mapa\\Sound 13.ogg", true));
""Upper line is trigered with number 13""
Can i make it that the specific number will play the specific sound (sounds are
recorded on my HD)and instead of this line("D:\\---MUSIC---\\Projekt Ura\\Nova
mapa\\Sound 13.ogg")there will be variable or some array?
Thanx for any help.

I'm using Microsoft visual c++.
Chad Austin
2005-06-07 22:36:26 UTC
Permalink
Hi mAsA,

I'm not sure what you're asking -- sounds like your question is more about C++
or UI programming than problems with Audiere.

Chad
Post by mAsA
Hello to everyone! I'm working on a speaking clock.
I have a problem, I don't know how to make that specific sound will play when
the specific number(hour, minute, second) is in variable h,m,s. I know how to
OutputStreamPtr stream(OpenSound(device, "D:\\---MUSIC---\\Projekt Ura\\Nova
mapa\\Sound 13.ogg", true));
""Upper line is trigered with number 13""
Can i make it that the specific number will play the specific sound (sounds are
recorded on my HD)and instead of this line("D:\\---MUSIC---\\Projekt Ura\\Nova
mapa\\Sound 13.ogg")there will be variable or some array?
Thanx for any help.
I'm using Microsoft visual c++.
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Audiere-users mailing list
https://lists.sourceforge.net/lists/listinfo/audiere-users
Loading...