Branch: refs/heads/master
Home:
https://github.com/google/carfac
Commit: e219368954fc62a75615c251f0c887d44a2cd0a3
https://github.com/google/carfac/commit/e219368954fc62a75615c251f0c887d44a2cd0a3
Author: Ron Weiss <
ro...@google.com>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M cpp/sai.cc
M cpp/sai.h
M cpp/sai_test.cc
M cpp/test_util.h
M matlab/CARFAC_GenerateTestData.m
M matlab/SAI_StabilizeLayer.m
M test_data/binaural_test-cpp-sai1.txt
M test_data/binaural_test-matlab-sai1.txt
Log Message:
-----------
Remove support for zero-padding input to SAI::RunSegment.
Callers are now responsible for zero-padding. This simplifies the interface and makes it more difficult to get unexpected behavior by calling SAI::RunSegment with too-small input windows in the middle of a longer stream.