wbinek
wbinek
I think that the sooner such change will be made the less fixes there be. So in my opinion there is no reason to wait. It would be nice however...
Hi, Yes I am talking about intensity vector. I would like to make some more tests on auralization based on I-SIMPA results. To do so I need intensity values for...
Yes, but I would make the rotation optional.
I believe wxWidgets 3.1 does it automatically. At least for fonts, controls, etc. I am not sure if it scales elements which size is set in pixels instead of some...
Yes, no problem. I will add such comments. Basically the STI computation is based on IEC:60268-16:2011 standard. The NC curves are used to introduce background noise to the STI calculation...
Thanks. I found that I can go around it using Gabe_rw.ReadCol() and array objects from libsimpa.
I've changed the ToList() method in init file to: ``` def ToList(self): """ Retourne les données sous forme de listes python """ lstret=[] for idcol in range(0,self.size()): lstret.append([ self.GetColTitle(idcol)] +...
I wrote GabeToCsv script based on the example. It supports both file and folder processing. https://github.com/d-cooper/I-Simpa/commit/3d8c86bc1430e4b1e019df1a3e25a0f021fe8233 and https://github.com/d-cooper/I-Simpa/commit/fed54742b69843a726d4c9283bbbfde8c9292130
I have just updated PL translations
There is a clf format in which directivity for mamy speaker sets can be found. http://www.clfgroup.org I think it would be good to be able to import directivity from these...