Skip to content

[E2 addon] Suggestion - bass error flags and webaudio_maxfilesize sv convar #65

@Zylenxx

Description

@Zylenxx

The current addon seems to lack any bass error flags when all the other webaudio flags pass.
Been trying to test it for about 2 to 3 hours now and none of the files properly open and always return BASS_ERROR_FILEOPEN.
Other addons off-e2 that utilize webaudio aswell have no issues whatsoever, so i am asking for additional flags , namely:

wa_max_filesize
client replicated server_can_execute

to have a maximum filesize the server can set , and for the functions internally for e2:
Number=webAudioErrorType(webaudio)
which would fetch BASS_ErrorGetCode and return the number that it has gotten
(see this link for info)
and
Number=webAudioDidError(webaudio)
which returns 1 incase any of the errors were raised and 0 if not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Complexity: LowSomething that's easy to implementenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions