sing/ae/utils.py [28:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.window_name = window_name
        if squared:
            self.window_name += "**2"
        self.register_buffer('window',
                             dsp.get_window(
                                 window_name,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sing/ae/utils.py [67:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.window_name = window_name
        if squared:
            self.window_name += "**2"
        self.register_buffer('window',
                             dsp.get_window(
                                 window_name,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



