Re: help with sound_lib in python

2020-07-16 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: help with sound_lib in python @10It has got a pretty good manual, I agree. URL: https://forum.audiogames.net/post/552947/#p552947 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: help with sound_lib in python

2020-07-15 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: help with sound_lib in python yes, Amerikranian linked the thread, and in under a month I can claim that people should be trying to use it with a straight face.  Admittedly it has everything you technically need except stereo panning, but there's a few places that still

Re: help with sound_lib in python

2020-07-15 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: help with sound_lib in python There is literally a thread about this in the top 15 topics of this room. Please read through this: https://forum.audiogames.net/topic/3420 … er-thread/ URL: https://forum.audiogames.net/post/552563/#p552563 -- Audiogames-reflector mailing list

Re: help with sound_lib in python

2020-07-15 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: help with sound_lib in python what? is synthizer is a sound playing interface? URL: https://forum.audiogames.net/post/552503/#p552503 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: help with sound_lib in python

2020-07-14 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: help with sound_lib in python @6Sure, but try not to be too modest, even in its current form, Synthizer is better than sound_lib in terms of documentation, and its ability to do 3d sound. URL: https://forum.audiogames.net/post/552481/#p552481 -- Audiogames-reflector mailing list

Re: help with sound_lib in python

2020-07-14 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: help with sound_lib in python @5Well yes, but prospect is the most important word in that post.  At least for now. URL: https://forum.audiogames.net/post/552381/#p552381 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: help with sound_lib in python

2020-07-14 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: help with sound_lib in python Also, Camlorn's Synthizer is a much better prospect. URL: https://forum.audiogames.net/post/552367/#p552367 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/lis

Re: help with sound_lib in python

2020-07-14 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: help with sound_lib in python @chrisnorman7 is correct. Sound_lib is literally the worst in its documentation.That being said, I have been told that it is possible to get the sound to play in 3d using the library, but I have never accomplished this. URL: https://forum.audiogames.net

Re: help with sound_lib in python

2020-07-14 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: help with sound_lib in python I don't want t be "that guy", but sound_lib is terrible as far as documentation goes.From memory, you can set is_looping on streams, which you get with something like:from sound_lib.output import Output from sound_lib.stream import Fil

Re: help with sound_lib in python

2020-07-14 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: help with sound_lib in python Also, you can't do 3d, but you can pan. I think it's the .position property maybe? Not sure though. URL: https://forum.audiogames.net/post/552336/#p552336 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu

help with sound_lib in python

2020-07-14 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
help with sound_lib in python hey all, i cant figure out how to play a sound in different way in our stario.can any one explain me how to play sound 1d, 2d, 3d, looped, and stationary? it is very complicated. it is ok if i find a python documentation because i cant find python version of