Debian Configuration :: Raspberry Pi - Stream With Pulseaudio
Aug 10, 2015
I'm trying to do the following;
Debian Jessie Xfce amd64 desktop --> stream music --> raspberry pi B+ --> Home amplifier
Raspberry pi running the following kernel Code: Select allLinux raspberrypi 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l GNU/Linux
I have used this guide : [URL] .... Change the following from the guide;
Code: Select allload-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.1.105/24
to
Code: Select allload-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.1.102/24
192.168.1.102= My desktop ipadress.
However, the Raspberry pi don't show up as an output in pulseaudio on my desktop.
View 4 Replies
ADVERTISEMENT
Jan 7, 2016
I got the Raspberry pi 2 Model B. I flashed my sdcard with raspberian Jessie kernel 4.1 (latest).Also tried wheezy and NOOBS, same behavior.With a ethernet cable (known working), I tried connecting my Pi to my home router, and I got a invalid ip address 169.254.xxx.xxx, and therefore no linkup. I got the same results by connecting my Pi directly to my modem (wired).
I know that /etc/dhcpd.conf is the new /etc/network/interfaces for network configurations.So I tried the debug option, and I noticed that the router doesn't seems to response to the DISCOVER command from the Pi (dhcp v4 protocol).Here's a dump of by /var/log/syslog | grep dhcp
Code: Select allDec 28 12:00:02 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Dec 28 12:00:02 raspberrypi dhcpcd[349]: version 6.7.1 starting
Dec 28 12:00:02 raspberrypi dhcpcd[349]: udev: starting
Dec 28 12:00:02 raspberrypi dhcpcd[349]: dev: loaded udev
Dec 28 12:00:02 raspberrypi dhcpcd[349]: eth0: disabling kernel IPv6 RA support
[code]...
ANd if i use raspbian flesh out of installation, I get this when i run
dhcpcd -k
dhcpcd eth0
eth0: probing for an IPv4ALL address
eth0: using IPv4ALL address 169.154.202.224
Seems like my home router TP-link (default setup) doesn't send a response to the dhcp request.
View 1 Replies
View Related
Jan 10, 2016
I have a Western Digital 3TB USB drive connected to a Raspberry Pi 2 running Raspbian Jessie. I created an 30GB ext4 system partition and a NTFS Data partition using the remainder of the drive. I formatted the NTFS partition as follows:
sudo mkfs.ntfs -Q -L Data /dev/sda2
The drive works fine on the Pi but when I connect it to a Windows 7 pc the pc doesn't recognise the format of the Data partition and can't access it.
On the Pi I ran:
$ sudo fdisk -l /dev/sda2
Disk /dev/sda2: 2.7 TiB, 2968557453312 bytes, 724745472 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
[Code] .....
Partition table entries are not in disk order.
View 14 Replies
View Related
Mar 13, 2016
I recently installed Kodi on my Wheezy system. Kodi works great but now Pulseaudio is not working. I have sound but now longer have the Volume control on the desktop, and when I try to use Skype there is no sound. In Gnome Classic I selected.Applications>Sound and Video>Pulse Audio Volume Control and get this message: Connection to Pulseaudio failed. Autimatic retry in 5s.In this case it is likely because PULSE_SERVER in the Environment/X11 Root Window Properties or default-server in client.conf is misconfigured.
View 1 Replies
View Related
Mar 14, 2011
New install of Mint LMDE (Debian Testing)
I installed Blueman & paired my headset successfully but I get this error message when I connect my headset, "Failed to initialize pulseaudio bluetooth module. Bluetooth audio over pulseaudio will not work". When I go to Pulse Audio Volume Control, it's not showing in my hardware list.
View 1 Replies
View Related
Apr 18, 2016
I have amd64 Debian Jessie and i386 Debian Jessie installed on my laptop. I wanted to start x86 app that is installed on my x86 OS from my amd64 OS using chroot.
My mounts inside chroot:
Code: Select all/dev/sda7 on / type ext4 (rw,relatime,data=ordered)
/dev/sda5 on /tmp type ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda5 on /etc/resolv.conf type ext4 (rw,relatime,errors=remount-ro,data=ordered)
tmpfs on /dev/shm type tmpfs (rw,relatime)
proc on /proc type proc (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
none on /sys/fs/cgroup type tmpfs (rw,relatime,size=4k,mode=755)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
/dev/sda5 on /var/lib/dbus/machine-id type ext4 (rw,relatime,errors=remount-ro,data=ordered)
sda5 is host OS and sda7 is guest OS
when I start any x86 app I can see "failed to create secure directory (/run/user/1000/pulse) permission denied" how to make pulseaudio to work inside chroot?
also what this command exackly does?
"pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=auto_null.monitor record=true port=8000 listen=127.0.0.1"
View 2 Replies
View Related
Apr 27, 2014
I'm trying to compile a project on my raspberry pi with little success. I typed export DH_VERBOSE=1 and added -v to the gcc options in the Makefile to see what was going on and this is the output. I'm trying to compile hda-jack-retask to get the raspberry pi headphone jack set to be a microphone jack. I want to be able to use the microphone jack as the input to xoscope, an oscilloscope program.
Code: Select allpi@raspberrypi ~/~diwic/+junk/hda-jack-retask $ dpkg-buildpackage
dpkg-buildpackage: source package hda-jack-retask
dpkg-buildpackage: source version 0.20120113
dpkg-buildpackage: source changed by David Henningsson <david.henningsson@canonical.com>
dpkg-buildpackage: host architecture armhf
dpkg-source --before-build hda-jack-retask
[Code] ....
And it sits here for at least 24 hours. Alternatively, It looks like this program is part of the alsa-tools package in Ubuntu, but not in Debian. Need to figure out this freezing issue, should I pull down the Ubuntu source and build a debian package from that?
View 4 Replies
View Related
Mar 12, 2010
I'm running 64-bit Karmic with the native 64-bit Flash plugin (not the 32-bit plugin with a wrapper).Before now, I had to pick between streaming music on Gnome or streaming music from Flash. In other words, if I was listening to music in Rhythmbox or Totem, I'd have to close all those sources before playing a flash video or else the sound wouldn't work. Likewise, if I was playing a flash video and wanted to listen to music in Rhythmbox or Totem, I'd have to close Firefox from the system monitor.
So I installed the PulseAudio Device Chooser, following all the instructions in this thread. Now I can't get any sound from Flash at all, but I can play as many Rhythmbox and Totem streams as I want at the same time. In the "Playback" tab of the PulseAudio Volume Control, Flash is never acknowledged as a playback stream.
View 2 Replies
View Related
Jun 9, 2011
Is it possible to output one playback stream to multiple devices simultaneously with the current PulseAudio / Phonon setup? The PulseAudio mixer only has radio buttons to choose one device per playback stream. I believe the hardware is capable of this, since I remember doing that before we had PulseAudio. How can I duplicate an audio stream?
Here's one application scenario: I am travelling with my family, all crammed in small hotel room. My wife and me want to watch a movie on my laptop without waking up our kids. I just happen to have one analogue headphone available and one wireless USB headset with me. (Of course, the low tech solution is to bring an 3,5mm Y-cable to attach two analogue headsets, but I would really love to use the USB headset together with the analogue one.)
Another similar thing that bugs me is that my laptop's built-in speakers now always seem dead when an analogue headphone is plugged in. This is mostly what one wants, and before PulseAudio, one had to manually switch them off which was generally annoying. However, the downside is for example with notifications.
For example, before PulseAudio, I could configure Skype to always ring over the laptop's built-in speakers, regardless of whether the analogue headphones were plugged in. This is no longer possible, since PulseAudio does not distinguish between built-in speakers and built-in analogue port any more, while old Alsa did. So in my office, where some analogue headphones are plugged into the docking station, I never hear Skype ringing if I don't wear the headphones.
View 9 Replies
View Related
Aug 31, 2011
I'm running squeeze. I installed from the netinstall cd (graphical install). I need to get pulseaudio, so here is my question: Is there any additional configuration you need to do after installing the "pulseaudio" package. (to integrate with alsa, gnome integration, multimedia keys etc.)?
View 3 Replies
View Related
May 22, 2011
I've had nothing but trouble with Pulseaudio in Fedora 14. I had managed to get rid of it in Fedora 10 with the command: su -c "yum remove alsa-plugins-pulseaudio pulseaudio" I just don't want to have to deal with Pulseaudio anymore. It does not like my sound card and gets in the way. Is there a Linux distribution that does not use Pulseaudio ?
View 4 Replies
View Related
May 8, 2011
Regarding ALSA and PulseAudio - Explanation on how these two interact. After installing Debian I realised that my sound control (Volume Control: HDA Intel ALSA mixer) was different from what I had with Ubuntu where it would display a window called "Sound properties" in which allowed me to control the sound of each program running - I believe this is the PulseAudio aspect. (If I'm wrong at this point please correct me)
Now I have managed to get PulseAudio setup correctly for me (not as easily as Ubuntu but I moved to Debian to learn, not be spoon fed), however the way in which I did it may of been wrong - pretty much just went to synaptic and installed everything with PulseAudio in its name
Currently the sound icon in my top Gnome panel (within the notification area applet) has the ALSA mixer, sometimes when I log on it has the PulseAudio one (Sound preferences window), I don't really mind which one is loaded thanks to the PulseAudio Volume Control program (under Sound & Video). Is there a way though to stick with just one?
View 2 Replies
View Related
Jul 1, 2010
I installed skype 2.1 beta and pulse audio. Just installed the packages and it worked. Surprisingly. Problem is that Skye now selects pulseaudio for microphone, out and ringer. No problem it actually set it up to my logitech headset which is by default almost right. It set it up to use my logitech microphone and headset speakers for talking, which is great. But I want to switch my ringer from headset speakers to main computer speakers. Anyone know where this can be done. Skype only lets me select pulseaudio (locla server) for all three. Yet somehow it knows to use my logitech headset for talking. But I want to direct my ringing of incoming calls to main speakers. pavucontrol does not let me do this. Anyone has an idea of how to do this? If there is a graphical application that can do this, please let me know.
Used ubuntu for years and loved it. recent bugs in flash and loggin out and others made me try debian for extra stability and security at the risc of loosing myself in the complexity of debian as it's no plug and play here. So far seems to be very similar in use to ubuntu, surprisingly. Running nvidia-xconfig seems to be the only difference. So far I have been able to figure things out to make it work, we will see how I do in the long run. Ubuntu was sure easy.
View 1 Replies
View Related
Feb 21, 2016
I normally running my systems without pulseaudio, because don't need it. Now i want to able to stream music via bluetooth to my Yamaha AV-receiver.
I search how to set it up, but i doesn't seem to work with alsa only, so i installed pulseaudio.
Now, everytime if I a try to run a application that needs audio the applications freeezes. Without pulseaudio everything works fine.
Tried pulseaudio 7.1.2 from testing and 8.0.1 from unstable but both fail.
If I open pavucontrol, i'm getting a message 'Establishing connection t pulse audio, please wait..'.
When I do 'ps ux' i see that pulseaudio is running.
Debian testing/unstable.
Tried with several kernels, stock kernel 4.1, self compiled 4.3, 4.1.4
Pulseaudio 7.1.2/8.0.1
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
In /etc/modprobe.d/alsa.conf contains, just for making that my analog sound is the first/default card
options snd-hda-intel id=PCH index=0
options snd-hda-intel id=HDMI index=1
How do I get pulseaudio working?
View 10 Replies
View Related
Jul 7, 2015
i have a PC (debian wheezy) in my LAN that serves as dlna server, especially for my TV. it runs minidlna from the repository and the system is nice.i have a stream that comes from the Internet and i can see it in URl... i can see that stream to my PC or to my mobile through a browser or VLC.is it possible to get that stream in DLNA to serve it in my LAN for devices that cannot see it directly, such as my TV?
View 1 Replies
View Related
Dec 25, 2015
I disabled pulse audio in favor of just working with jack, alsa_in & alsa_out and everything works pretty well except for one thing.
When I enable pulseaudio I can control the volume with my multimedia keys, volume up, volume down, mute.
If I kill pulseaudio not only do I not have volume controls but the little widget in the top bar seems to be broken.
I looked in my /etc/acpi/ folder and see these files relating to volume
/etc/acpi/volupbtn.sh
Code: Select all#!/bin/sh
test -f /usr/share/acpi-support/key-constants || exit 0
. /usr/share/acpi-support/key-constants
acpi_fakekey $KEY_VOLUMEUP
[Code] ....
running xev i get this output for those buttons:
Code: Select allFocusIn event, serial 36, synthetic NO, window 0x1e00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[Code] ....
nothing comes up for those keys, the terminal cursor just blinks.
also one more thing, those keys are set to shortcuts in the settings->keyboard->shortcut menu.
I can control my device with the amixer so I would like to just bind amixers functions to the keys but I don't really know how to go about doing that.
How can I bind amixers commands with those keys?
View 5 Replies
View Related
Mar 18, 2016
I am trying to stream audio from one machine to several others via pulseaudio.
Following a bit of digging, I configured the "sender" with:
load-module module-null-sink sink_name=rtp
load-module module-rtp-send source=rtp.monitor rate=48000 channels=2 format=s16be
..and the "listeners" with: load-module module-rtp-recv
Then, playing on the sender, and using PulseAudio Volume Control /Playback to set "Null Output", my listeners all start working as expected. The outstanding problem is that the sender is silent - nothing from its speakers. Perhaps not surprising after the "Null" setting above.
Is it possible to stream like this and also listen on the sender at the same time -
View 6 Replies
View Related
Jun 18, 2010
I am using a couple of Debian Distro (Sid and Lenny) add some Ubuntu into the mix. I made the switch because I was amazed and satisfied with Debian --> once installed, everything works. For me that's okay for o so many years now. I don't question a lot because it just works and I do my job on it satisfactorily. Namely programming the LAMP style programming. Lately I have been using Debian to communicate over the internet -- using Skype and Pidgin and other such things, not to mention listening to music, watching movies, just using the default applications when I originally install Debian.
Along the way, I need to configure something -- that is desktop related -- like the screen resolution of a new LCD monitor replacing the old one and such. Now about my sound -- I'm not touching it because it is working. But that is not the case always. Now I have a constant error -- it is irritating. Rhythmbox don't make a sound always when I have open a web browser (iceweasel, chrome, epiphany) and a site with multimedia object on it -- like a video or something. So how do I correct this? How do I know, too what I am using -- ALSA or Pulseaudio?
View 1 Replies
View Related
Dec 26, 2010
It seems I might be having an issue that's a non-issue. I am not able to stream/ connect to a stream using vlc.I've looked at a few walk-throughs; I follow the steps and as often as not I get no error messages but cannot connect to a stream.
View 1 Replies
View Related
Apr 20, 2015
I can't play a bbc radio stream on smplayer. Where do I start?
View 6 Replies
View Related
Oct 17, 2015
im creatind dvd's from others hd movies and ive seen theres an option to adjust framerate in audio, but ive never using that and i dont see the difference, when i play the video i see audio is syncronized with the video.for example, for a movie with 23,97 fps i converted to PAL (25fps) and i dont do anything to the audio, and it plays sicnronized then ¿Its neccesary to sync audio, and how its done with ffmpeg?
i do somethin like this: ffmpeg -i source.mkv -target pal-dvd -acodec copy mydvd.mpg (is audio fps syncronized because of the target?)if i dont use target, should is use sb like this?.: ffmpeg - i source.mkv -r 25 -vcodec mpeg2video -acodec ac3 -r 25 output.mpg
View 0 Replies
View Related
May 13, 2015
I have a problem on a fresh install of Jessie with KDE. I have three soundcards. In Wheezy I used pavucontrol once for each application to change the sink from the internal to the external soundcard, and that setting would stick each time I rebooted the system (audio would go on the external soundcard). Now each time I reboot the audio gets routed to the internal soundcard and I have to use pavucontrol each time to route the audio back to the external one. URL...
putting this line in /etc/pulse/default.pa
set-default-sink alsa_output.usb-E-MU_Systems__Inc._E-MU_0404___USB_E-MU-0E-3F04-07D80A14-027A8-STATION_01-00-USB.analog-stereo
as well as this one, and issuing:
pacmd set-default-sink alsa_output.usb-E-MU_Systems__Inc._E-MU_0404___USB_E-MU-0E-3F04-07D80A14-027A8-STATION_01-00-USB.analog-stereo
and none of them has worked. I don't know if it's a related issue, but the settings I choose in the for Phonon in the KDE multimedia settings don't stick either. I select the external soundcard as default device and upon reboot the internal one is on top on the preferences list.
View 2 Replies
View Related
Feb 21, 2010
I've noticed in pulseaudio have many options to make my sound discoverable via upnp/dlna server. I've got a ps3 and a Pinnacle Soundbridge, suitable for this protocol and working fine with mt-daapd or ushare.But I would like to use mplayer and making the sound available to my devices. I've activated the options in Pulseaudio (paprefs) but can't play music in my client device and I can't see the server in the lan.this is my config:sound Preferences
> output > DLNA/upnp Streaming (stereo)
paprefs
-Tab Network access
[code]....
View 1 Replies
View Related
Mar 6, 2010
I'm having a problem with Pulseaudio for quite some time, I already made some topics about it. But still no solution. The thing is, I can't use my keyboard volume control, it's only manipulating my ALSA configuration. Not my main Pulseaudio volume. Here is some information about my sound card:
$ pacmd list-cards
Welcome to PulseAudio! Use "help" for usage information.
>>> 3 card(s) available.
index: 0
name: <alsa_card.pci-0000_00_1b.0>
driver: <module-alsa-card.c>
owner module: 4
[Code].....
View 1 Replies
View Related
Aug 18, 2010
I got a problem with gstreamer programs and pulseaudio. I am running Debian Squeeze and needed to install pulseaudio to get better bluetooth-headset support. After installing everything every application except gstreamer applications could access the sound server the right way. Even flash and sdl are running via ALSA routing to pulse.
If I start programs running with gstreamer they crash with a segmantation fault. Totem does not start anyway. If I run it in the terminal it crashes immediately with a segmantation error. The debug mode prints out $ totem --debug
(totem:3450): Totem-DEBUG: Received SaveYourself(SmSaveLocal, !Shutdown, SmInteractStyleNone, !Fast) in state idle
(totem:3450): Totem-DEBUG: Setting initial properties
[Code]....
I have installed the gstreamer plugin for pulseaudio and the gstreamer-plugins-good and bad. I started gstreamer-properties and choosed the right output driver. When testing the peep comes out of the right output.
Via google I founded some bugs, that were similiar to mine. But they had made the mistake not to install the plugins. I also can not choose ALSA in gstreamer and do the routing way. The programs using gstreamer simply crashing. I tried exaile. It also crashes the same way like rhythmbox. Is it a real bug? Or can I do something against that. VLC and kaffeine running very well. But I would be sad about not being able to use rhythmbox. I like that fast program. Or is there a way to get rhythmbox tto not using gstreamer?
View 6 Replies
View Related
Sep 22, 2010
I've recently switched to Debian Squeeze x64 from Kubuntu 10.04 x64. Overall, I like Debian.
I have one small problem: I play Runescape occasionally, which requires Java. On Kubuntu, I'd use Sun Java, however on Debian it just crashes.
So, I decided to use OpenJDK. Now OpenJDK works fine... But I can't get it to work with ALSA audio output. I installed PulseAudio, and that took care of -that- problem.
Now, currently I have both ALSA and PulseAudio installed. For playback, it works great. PulseAudio is a bit laggy, which isn't too noticeable in Runescape, and for things like media, it seems to work OK. For TF2, which I play through Wine however... No. So, I set that to ALSA, and -that- worked right.
Now comes my main problem: I can't get mic input. I'm trying to use Teamspeak 3(proprietary), and while audio output works, I can't get any input.
TS3 lets me use ALSA or Pulse(along with a couple more), but:
1. Selecting PulseAudio lets me select "SB Audigy Analog Mono", the same thing but a "monitor", and "Default Input Device". None of those work, I get "Error: could not open the selected capture device". On top of that, in the PulseAudio control panel, I get zero level on the monitor, making me think its not setup correctly.
2. Selecting ALSA gives me a whole list of options... But they appear to be audio -outputs-, not capture devices. Also, I get the same error as above.
When running "arecord -l", I get:
Of these, I believe the first one was what worked on Kubuntu. Now, of note is that I'm using my "Line in 2" port for capture; On my previous installations I'd simply set its volume with alsamixer and be done with it.
That all being said, I need a solution to one of these three problems:
1. How can I get OpenJDK to work with ALSA, and thereby remove PulseAudio; get everything standardized with ALSA like I had on Kubuntu, OR
2. How can I remove PulseAudio lag, and get the mic working with that, remove ALSA and get everything standardized with PulseAudio, OR
3. How can I simply make my mic work with the current setup?
Any of those will do. I just need to get my mic working.
View 2 Replies
View Related
Jan 8, 2010
At one point, I thought I needed pulseaudio for sound, so I messed around with installing it, even though at the time I had ALSA installed. (suffice to say, I know very little about linux sound). Pulseaudio never did work, I removed it with aptitude. But now ALSA seems to reach to pulseaudio for some reason.
Code:
More confusing is that there are no "alsa" looking processes in ps -A. But apparently, the basics are there
Code:
There's only one thing in init.d that seems relevent to alsa:
Code:
But doing this does not help anything. Does anyone know what to do from here?
And because I'm curious, how come I get sound from Flash Player and Audacity with no problem?
View 9 Replies
View Related
Oct 20, 2015
So I got myself a USB capture card (EasyCap) to use for capturing gaming, digitizing my kids' old VHS movies, etc. It works fine, I've been using VLC to view and record stuff from it, but I've noticed one issue. When recording streams via VLC, even with no other programs running to give VLC as much CPU time as it wants, the audio slowly falls out of sync. I've tried the MP4 (H264/MP3) container and the OGG (Vorbis/Theora) container.
Early on you can't hardly tell, but the further into a movie you get the more out of sync the audio gets, so that by the end of the movie the audio is a good 1-2 seconds off. It's not a set amount either so I can't just split the audio to a separate file then shift it one direction or the other to make up for the difference, because like I said, the offset starts out at nothing and gets progressively larger as the movie goes on. When I select "display locally", the video/audio that is displayed stays in sync, only the video/audio that gets committed to the output file falls out of sync, and it doesn't matter if I play the file with Totem or VLC.
View 3 Replies
View Related
Apr 17, 2011
I was using Rhythmbox to listen to internet fine in Squeeze.After updating to Wheezy, some stations give me error "Could not determine stream type" - I think I have installed all the gstreamer packages - so how can I tell what is missing?
View 3 Replies
View Related
May 23, 2015
This is Debian 8. Pulseaudio uses 44100hz by default, with 48000hz as the 'alternate sample rate'. The hda sound driver on this (and seems most) audio hardware supports 44100, 48000, 96000 and 192000 sample rates. Anything else, pulseaudio resamples it. High quality resampling settings use more cpu resources, so it's best to use one of the supported sample rates, when possible. This is done by default for 44100 and 48000, but if you want to use 96000, for example, you have to set it in /etc/pulse/daemon.conf as "alternate-sample-rate = 96000". But this causes 48000 audio to be resampled.
Pulseaudio log, 48000 stream gets resampled:
Code: Select allD: [pulseaudio] resampler.c: rate 48000 -> 96000 (method speex-float-10)
while 96000 stream is copied:
Code: Select allD: [pulseaudio] resampler.c: rate 96000 -> 96000 (method copy)
44100 and 48000 defaults make sense since this is the majority of audio content these days, but I do have some 96000hz audio. I know there were reasons why it was limited to one alternate, but I could get around the issues. So, is there a way to configure more than one alternate sample rate for pulse audio?
View 0 Replies
View Related