v0.3.0
nico-franco-gomez
released this
26 Feb 08:31
·
197 commits
to master
since this release
0.3.0
Added
- added
complementary_fir_filter
infilterbanks
module window_ir
intransfer_functions
is now adaptive to the impulse- added automatic trimming of room impulse responses for reverberation time
and descriptors using a smooth envelope of the energy time curve. Additionally,
added warning ifreverb_time
with Topt does not seem to find a good
linear fit for the energy decay curve - partly refactored
linkwitz_riley_crossover
and allow for odd order
crossovers PhaseLinearizer
infilterbanks
module is now available for designing
FIR filters to linearize a given phase response- added
trim_rir
inroom_acoustics
for trimming RIRs in a parametrized
manner
Bugfix
- corrected scaling of spectrum in the case of amplitude spectrum in
signal
class - corrected computation of minimum phase using log hilbert method
- corrected a case in
window_centered_ir
where padding was needed - fixed a bug for
MultiBandSignal
where it could not add new bands in a
multirate configuration
Misc
- docs and tests
- refactored
window_ir
for more flexibility and consistency - now
compute_transfer_function
also returns the coherence - change
LatticeLadderFilter
to be part offilterbanks
module