MCPcopy 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
79inline float Int16SampleToFloat(int16 data) {
80 constexpr float kMultiplier = 1.0f / (1 << 15);
81 return data * kMultiplier;
82}
83
84} // namespace
85

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected