Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Int16SampleToFloat
Function
Int16SampleToFloat
tensorflow/core/lib/wav/wav_io.cc:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
inline float Int16SampleToFloat(int16 data) {
80
constexpr float kMultiplier = 1.0f / (1 << 15);
81
return data * kMultiplier;
82
}
83
84
} // namespace
85
Callers
1
DecodeLin16WaveAsFloatVector
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected