Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Signalsmith-Audio/reverb-example-code
/ Format
Enum
Format
wav.h:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
enum class Format {
91
PCM=1
92
};
93
bool formatIsValid(uint16_t format, uint16_t bits) {
94
if (format == (uint16_t)Format::PCM) {
95
if (bits == 16) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected