Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash #10

Open
sergeevabc opened this issue Apr 26, 2024 · 6 comments
Open

Crash #10

sergeevabc opened this issue Apr 26, 2024 · 6 comments

Comments

@sergeevabc
Copy link

Windows 7 x64, OpusTools 2024.04.15

Source: any WAV file of any sample rate and any bit depth

$ opusenc in.wav out.opus
opusenc in.wav out.opus
Encoding using libopus 1.5.2 (audio)
-----------------------------------------------------
   Input: WAV, 44.1 kHz, 2 channels, stereo
  Output: Opus, 2 channels (2 coupled), stereo
          20ms packets, 96 kbit/s VBR
 Preskip: 312

[|]  0% 00:00:00.00    0x realtime,     0 kbit/s

2024-0426-0505 opus 20240415 chocobo

However, if I use builds from here, they work fine.

@Chocobo1
Copy link
Owner

Chocobo1 commented Apr 26, 2024

Are you able to run more tests?

For the record 2024.04.15 (both x86, x64) works for me and I'm on Windows 10.

@sergeevabc
Copy link
Author

sergeevabc commented Apr 26, 2024

Version Crash
2024.04.15 x64 +
2024.04.15 x86 +
2024.03.19 x64 -
2023.04.20 x64 -
The one from here -

@Chocobo1
Copy link
Owner

Does your CPU have AVX2 instruction set?

Opus has landed some fixes related to AVX2 between 2024.03.19 and 2024.04.15, not sure it is stable enough.
The one from here has newer MSVC and NASM versions and I'm not sure if it contributes to fixing the crash.

@sergeevabc
Copy link
Author

AVX? No.

@Chocobo1
Copy link
Owner

Chocobo1 commented May 2, 2024

@sergeevabc
Copy link
Author

Err… What if we just remove the requirement to have AVX and SSE4+?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants