Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Read
Method
Read
Source/Engine/Tools/AudioTool/MP3Decoder.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void MP3Decoder::Read(byte* samples, uint32 numSamples)
78
{
79
// TODO: load MP3 format
80
CRASH;
81
}
82
83
bool MP3Decoder::IsValid(ReadStream* stream, uint32 offset)
84
{
Callers
1
TestNetworking.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected