You are welcome :-)
Cheers,
Murali
Type: Posts; User: murali_mepath
You are welcome :-)
Cheers,
Murali
Yup, most welcome.
Cheers,
Murali
hi,
I managed to get the audio working from within Lianja. I spent a whole night figuring that out :-)
Here is a solution in case anyone is interested in playing (cross-platform!) sounds from...
hi Yvonne,
You think I'd need to install pywin32 for this to work? If yes then 64 bit or 32 bit duh :-/
Cheers,
Murali
Hi Yvonne,
Yup, I did. The error that I see now is
Thu 24. Apr 00:48:48 2014
**** Lianja Python error ****
Traceback (most recent call last):
File "Console" at line 1, in <module>
...
wow...ok thanks. I tried that but I still get the same error.
The code that's needed to make the pyglet Oink
import pyglet
song = pyglet.media.load('c:\chime_up.wav')
song.play()...
hi
Still the same :,(
thanks,
Murali
hi,
hehe...thanks...I would have got it had it been "Python 2.7"
Old (programmer's) habits die hard...haha...I am referring to myself :-D
Thanks,
Murali
hi,
I understand most part of the solution except for this
Also, this:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\Pyt honCore\2.7\InstallPath\InstallGroup
hi,
What would be the best way to play an audio(wav, mp3) file through Lianja that is 1) Cross Platform 2) If possible not too many external dependencies
I think...