You are not logged in.

#1 2023-02-05 02:46:08

9acca9
Member
Registered: 2017-02-03
Posts: 51

Pulseaudio, just avoid-resampling = true

Hi.
Im tryng to get the output exactly as the audio input.

I download some files from this site:
https://www.mitsue.co.jp/english/servic … ation.html

The thing is that im getting always the same Bits:
For example for a 32bit 192000Khz im getting this:

sudo cat /proc/asound/IQaudIODAC/pcm0p/sub0/hw_params 
access: MMAP_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 192000 (192000/1)
period_size: 661
buffer_size: 2644

Yep, the rate is good, but not the bits! because im seeing "s16le".
What could be wrong here?

In the daemon.conf i set the avoid-resampling = true, just that.

So, if it is avoiding resampling... what is going on?

"pacmd list" give me this:
https://pastebin.com/5UrguCM6

And who are the 5 clientes????

Also if i put just a file on loop of 32bit 192000Khz. Im getting this:

pacmd list-sinks
1 sink(s) available.
  * index: 0
	name: <alsa_output.platform-soc_sound.stereo-fallback>
	driver: <module-alsa-card.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY 
	state: RUNNING
	suspend cause: (none)
	priority: 9000
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 13.55 ms
	max request: 10 KiB
	max rewind: 10 KiB
	monitor source: 0
	sample spec: s16le 2ch 192000Hz
	channel map: front-left,front-right
	             Stereo
	used by: 1
	linked by: 1
	fixed latency: 59.95 ms
	card: 0 <alsa_card.platform-soc_sound>
	module: 6
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "IQaudIO DAC HiFi pcm512x-hifi-0"
		alsa.id = "IQaudIO DAC HiFi pcm512x-hifi-0"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "0"
		alsa.card_name = "IQaudIODAC"
		alsa.long_card_name = "IQaudIODAC"
		alsa.driver_name = "snd_soc_iqaudio_dac"
		device.bus_path = "platform-soc:sound"
		sysfs.path = "/devices/platform/soc/soc:sound/sound/card0"
		device.form_factor = "internal"
		device.string = "hw:0"
		device.buffering.buffer_size = "10576"
		device.buffering.fragment_size = "2644"
		device.access_mode = "mmap"
		device.profile.name = "stereo-fallback"
		device.profile.description = "Stereo"
		device.description = "Built-in Audio Stereo"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card"
	ports:
		analog-output: Analog Output (priority 9900, latency offset 0 usec, available: unknown)
			properties:
				
	active port: <analog-output>

Last edited by 9acca9 (2023-02-05 02:55:39)

Offline

Board footer

Powered by FluxBB