TRIBE NINE: Extract audio from RawData #98
Answered
by
aelurum
AndroidMaster25
asked this question in
Q&A
|
How do I extract audio from RawData that is stored inside MonoBehaviour? I tried extracting as Raw but the extracted data is not the same as the data inside, because the header of the extracted data always starts with Unity version: 2022.3.51f1 Here are the samples of Japanese voices |
Answered by
aelurum
Sep 15, 2025
Replies: 1 comment 2 replies
|
Well, you need to delete an asset header manually, yeah. |
2 replies
Answer selected by
AndroidMaster25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, you need to delete an asset header manually, yeah.
In your samples, you need to delete everything before the
BKHDsignature.Currently, there's no easy way to extract only raw data from MonoBehaviour assets.
But I can add such feature, I guess.