You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #118, we discovered that multichannel was supported only implicitly when we used the sox CLI for everything. After switching to build_array+ numpy ops with sox==1.4.0, we needed to take extra care to support multichannel. For now we've just added smoke tests to make sure nothing crashes but we need to add multichannel regression data in the future.
The text was updated successfully, but these errors were encountered:
In #118, we discovered that multichannel was supported only implicitly when we used the sox CLI for everything. After switching to
build_array
+ numpy ops withsox==1.4.0
, we needed to take extra care to support multichannel. For now we've just added smoke tests to make sure nothing crashes but we need to add multichannel regression data in the future.The text was updated successfully, but these errors were encountered: