2018-08-05 20:47:44

You don't need to code your own engine since there are quite powerful libraries that have existed for years and years that will do it for you.

We talk about 3-d sound rendering in this topic:
http://forum.audiogames.net/viewtopic.php?id=25018

2018-08-06 08:04:10

Hi.
Glad to hear you are getting started with python, keep on truckin!

Guitarman.
What has been created in the laws of nature holds true in the laws of magic as well. Where there is light, there is darkness,  and where there is life, there is also death.
Aerodyne: first of the wizard order

2018-08-06 20:38:53

Hey Munawar, how will we adapt that library code for python? That seems to me to be the biggest issue here. And can you provide the link for bpc shared dlls here?

2018-08-07 21:12:55

Hello.
To adapt this sort of thing, you will need pygame or piglet installed, pygame is probably better for you for now. Then install soundlib to manipulate sound. The code is basically the same, python just changes the syntax, it shouldn't be too hard for you to adapt this code. If you need help doing this though, don't be afraid to ask again.

Guitarman.
What has been created in the laws of nature holds true in the laws of magic as well. Where there is light, there is darkness,  and where there is life, there is also death.
Aerodyne: first of the wizard order

2018-08-12 14:20:12

Hello, is soundlib available on PyPI? In other words can I download and install soundlib using pip tool?