audio: Remove unused functions

This commit is contained in:
Hajime Hoshi 2016-04-09 01:15:39 +09:00
parent 38ee66070e
commit 9dfbb4161e

View File

@ -63,13 +63,6 @@ func toLR(data []byte) ([]int16, []int16) {
return l, r
}
func max64(a, b int64) int64 {
if a > b {
return a
}
return b
}
const (
// 1024 seems not enough (some noise remains after the tab is deactivated).
bufferSize = 2048