Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getSampleCount
Method
getSampleCount
src/eepp/audio/soundbuffer.cpp:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
Uint64 SoundBuffer::getSampleCount() const {
133
return mSamples.size();
134
}
135
136
unsigned int SoundBuffer::getSampleRate() const {
137
ALint sampleRate;
Callers
5
initialize
Method · 0.45
setLoopPoints
Method · 0.45
onGetData
Method · 0.45
onLoop
Method · 0.45
initialize
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected