Would it be possible to get the current state of the repo rolled up into a release? It's working for my current project and I'd like to be able to 'fetch' it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Line 88 from soxr.c
p->phase_response = "\62\31\144"[(recipe & 0x30)>>8];
It looks like p->phase_response will always be \62 regaress of the value of recipe.
You're right: the fix is available in the repository, but not in a release as yet.
Would it be possible to get the current state of the repo rolled up into a release? It's working for my current project and I'd like to be able to 'fetch' it.
It's certainly due for one. A bit pressed for time at the moment, but I'll see what I can do...