Closed pseeth closed 2 years ago
Fixes an issue @ritheshkumar95 was having when using RIR transform with odd length signals. Also makes the state argument to transform.instantiate optional. By default it'll use None which is whatever the numpy random state is at that time.
state
transform.instantiate
None
Fixes an issue @ritheshkumar95 was having when using RIR transform with odd length signals. Also makes the
state
argument totransform.instantiate
optional. By default it'll useNone
which is whatever the numpy random state is at that time.