Music will be affected when settings sound opened

Hello there,

I’m encountering a strange issue with playing music.

I found if I open the settings sound page, the music will be affected. No matter the music comes from browser or others’ music applications.

Here is a sample video..you’ll find the music’s pitch will be lowered
Sample video

Here is the tracing log
tracing_log.txt (16.7 KB)

Is there any idea of this issue? Thanks in advance.

My JP is 6.2. Codec is rt5640.

*** Please note that this reply is generated by LLM automatically ***

I’d be happy to help you troubleshoot the issue!

Based on the information provided, it seems like you’re experiencing an issue with audio playback on your Jetson Orin Nano device, where the music pitch is lowered when you open the settings sound page. This issue appears to be affecting music playback from various sources, including browser and other music applications.

To better understand the issue, I’d like to highlight a few key points:

  1. Audio Codec: You mentioned that your codec is rt5640, which is a common audio codec used in many devices.
  2. Tracing Log: You provided a tracing log file (tracinglog.txt), which may contain valuable information about the issue. However, without analyzing the log file in detail, it’s difficult to pinpoint the exact cause of the issue.
  3. Settings Sound Page: The issue seems to be triggered when you open the settings sound page, which suggests that there might be a configuration or settings-related issue.

To help you troubleshoot the issue, I’d like to ask a few questions:

  1. Have you tried playing music with a different audio codec or settings to see if the issue persists?
  2. Are there any other audio-related issues or errors reported in the tracing log file?
  3. Have you checked the audio settings on your device to ensure that they are configured correctly?

In terms of potential causes, here are a few possibilities:

  1. Audio Configuration: It’s possible that the audio configuration on your device is not set up correctly, which could be causing the issue.
  2. Codec Compatibility: There might be a compatibility issue between the rt5640 codec and the music applications or browser you’re using.
  3. Settings Conflict: There could be a conflict between the settings sound page and the music applications or browser, which is causing the issue.

To further troubleshoot the issue, I recommend trying the following steps:

  1. Check Audio Settings: Verify that the audio settings on your device are configured correctly.
  2. Try a Different Codec: If possible, try playing music with a different audio codec to see if the issue persists.
  3. Analyze Tracing Log: Take a closer look at the tracing log file to see if there are any other audio-related issues or errors reported.
  4. Test with Different Music Sources: Try playing music from different sources (e.g., local files, streaming services) to see if the issue is specific to a particular source.

If none of these steps help resolve the issue, please provide more information about your setup and configuration, and I’ll do my best to assist you further.

*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***

Hi,
It might be same as
Pulseaudio sample rate changes / Multimedia and Games / Arch Linux Forums

Please try

  1. Modify /etc/pulse/daemon.conf:
- ; default-sample-rate = 44100
+ default-sample-rate = 48000
  1. Save the file and run $ pulseaudio -k in non root mode

Thank you so much. This solution works very well!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.