Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audeering/opensmile
/ setExternalEOI
Method
setExternalEOI
src/ios/coreAudioSource.cpp:98–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
98
void cCoreAudioSource::setExternalEOI()
99
{
100
if(NULL != recorder) {
101
recorder->stop();
102
}
103
cExternalAudioSource::setExternalEOI();
104
}
105
106
107
cCoreAudioSource::~cCoreAudioSource()
Callers
2
smile_extsource_set_external_eoi
Function · 0.45
smile_extaudiosource_set_external_eoi
Function · 0.45
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected