Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ isvowel
Function
isvowel
extlibs/soloud/src/audiosource/speech/tts.cpp:838–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
836
837
838
static int isvowel(int chr)
839
{
840
return (chr ==
'A'
|| chr ==
'E'
|| chr ==
'I'
||
841
chr ==
'O'
|| chr ==
'U'
);
842
}
843
844
static int isconsonant(int chr)
845
{
Callers
3
isconsonant
Function · 0.85
leftmatch
Function · 0.85
rightmatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected