audio::playStream + speaker relative property

This commit is contained in:
MihailRis
2024-03-01 14:47:12 +03:00
parent 2fab1593c8
commit 603546f642
5 changed files with 65 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ static inline const char* vorbis_error_message(int code) {
case OV_EVERSION: return "vorbis version mismatch";
case OV_EBADHEADER: return "invalid Vorbis bitstream header";
case OV_EFAULT: return "internal logic fault";
case OV_EINVAL: return "header couldn't be read or are corrupt";
case OV_EINVAL: return "invalid read operation";
default:
return "unknown";
}