sysaudio: runtime alignment error when converting samples on Windows #1152
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach#1152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!, when running the
sine.zigexample on Windows 10 Build 19045, I receive the following outputOf note is that if I ignore this, and run the build in
ReleaseFastI get the following output (VOLUME WARNING!!!!!)https://github.com/hexops/mach/assets/22038970/62d9c439-1b30-4424-8037-051b0a3e86a4
this is just wrong. i don't know how we can force
i24to be three bytesEDIT: here is the issue https://github.com/ziglang/zig/issues/7336#issuecomment-747602260
@alichraghi I wonder if the i24 was inside a
packed structif it would work.Didn't work
a temporary workaround is to set the device's default format to 16bit