Skip to content

Support rendering video for all supported file formats #44

Open
@OetkenPurveyorOfCode

Description

@OetkenPurveyorOfCode

I just spent a lot of time to find out why it did not render my video. The reason is, that ".mod" files are supported for Visualisation but LoadWave() in Raylib does not support them. The function succeeds albeit while burying the message "WARNING: WAVE: Data format not supported" in the logs.

Could we either add support for these files separately or check whether the file extension is supported with a user facing error if not before calling LoadWave().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions