-
Notifications
You must be signed in to change notification settings - Fork 174
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
Sound artifacts on mobile phone #396
Comments
What steam audio effects are you using on those sounds? |
We use only spatialiser with these settings: Unfortunately, we cannot refuse support for devices with 2 GB ram. |
In that case I can't help more |
@SmokyOoOwizard Can you provide more details on what the artifact sounds like? (Would you describe it as clicking, popping, static, or something else?) I'm unable to hear an artifact in the videos you provided, beyond the fact that the audio in the first video has more high frequency content. Also, are you able to obtain any on-device logs that show what sampling rate is actually being used by FMOD? I wonder if FMOD is unable to configure 24 kHz output on that specific device, and something is going wrong as a result. |
System Information
Please provide the following information about your system:
Issue Description
For some reason, the sound is reproduced with artifacts.
I tried changing the following parameters:
There is also rarely a sound crash. The sound disappears until the application is restarted.
Sound is reproduced without artifacts on Xiaomi Mi 11 Lite
Example of sound artifacts:
IMG_6545.MOV
Example of sound without artifacts:
IMG_6546.MOV
Test project:
https://github.com/SmokyOoOwizard/UnitySteamAudioTest
The text was updated successfully, but these errors were encountered: