Chris Hold
Chris Hold
Hey Benjamin, So it seems they are in fact not completely equivalent, but still have the same pattern. Let me explain: - Let's assume we define a cardioid pattern in...
Converting from N3D to SN3D is just an order weighting: https://github.com/chris-hld/spaudiopy/blob/ae71d0cfec1cfd587e71eb085c501bcb4c86bf49/spaudiopy/sph.py#L246 Feel free to copy if needed!
> I am not super familiar with the different conventions, so I would have to check whether the one we deployed already is `SN3D`. > > https://github.com/AppliedAcousticsChalmers/sound_field_analysis-py/blob/838c57e24e780bcc752ad393d41cabcbc7e891df/sound_field_analysis/sph.py#L480-L488 > That should...
Might be the phase. If there is something else happening than a flip around the z axis, please let me know!
In general, I would expect any function `filter` to apply a filter, too. Is there a benefit in returning just coefficients? And I think the prefiltering will be called a...
I just tried it, too. Works pretty nice! As a little remak: I was wondering, if it's worth shifting the call of `wfs_25d_fir_prefilter` to `drivingfunction.wfs_25d_*`. I think this would be...
I would also vote for fixing this. Either way, an encoder, that produces a valid stream that can not be decoded is not consistent and surprising at least. From what...
I opened a PR for opus-tools to support the independent channel mode encoding for low channel counts https://github.com/xiph/opus-tools/pull/80
This https://github.com/xiph/opusfile/pull/45 should now also fix channel Ambisonics mapping family 2 and 3 in opusdec.
I just adapted the given example https://github.com/jackaudio/example-clients/blob/master/simple_client.c (the example `process` call back in there also fails to compile for me btw, because of incompatible type for `*in, *out` ) The...