Andreas Triantafyllopoulos
Andreas Triantafyllopoulos
I'm interested in reviving this, if you are too @hagenw. It would require some work to rebase, but I think the code is already good and we could easily add....
True, but we could think of adding it to `audtorch` as it is now. I think it's working and does what it should do, right? So since the code is...
Is there some compatibility that we will break?
If I remember correctly this was the fastest options for small files, right?
This one was easy. In `Standardize` for example you would have to do: ```python class Standardize(object): def __init__(self, *, mean=True, std=True, axis=-1): super().__init__() self.axis = axis self.mean = mean self.std...
Well, we are interested in `smile` in particular, as we expect it to have an impact on acoustic features. As such: a) It's very interesting to detect it from acoustic...
> Hi > > Thanks for the proposal, however, this project no longer has an active maintainer. Wow, I missed that. Was this discussed somewhere (discord/forum)? And is there a...