Complete review and update
Simplified module for Music and AudioStream Added support for raw audio streaming (with example)
This commit is contained in:
parent
58d2f70b7e
commit
68d647c1af
10 changed files with 283 additions and 127 deletions
|
@ -57,7 +57,7 @@ int main()
|
|||
// Create a RenderTexture2D to be used for render to texture
|
||||
RenderTexture2D target = LoadRenderTexture(screenWidth, screenHeight);
|
||||
|
||||
Music xm = LoadMusicStream("resources/audio/2t2m_spa.xm");
|
||||
Music xm = LoadMusicStream("resources/audio/mini1111.xm");
|
||||
|
||||
PlayMusicStream(xm);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue