-
-
Notifications
You must be signed in to change notification settings - Fork 581
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
Jack output add soxr resampling #939
Jack output add soxr resampling #939
Conversation
Thanks for this contribution. I wonder if Jörn Nettingsmeier (@nettings) would have a view... |
Hi there. No response from Jörn. One little thing. Could you change |
Thanks! |
Hi, sorry for the late reply, the end of the year was insanely busy! I'm really excited about this feature and pulling it into my test environment as I'm typing this. Will report back. |
Yay! Running my jackd server at 48k now, with shairport-sync resampling merrily. Hartelijk dank @pdgent ! |
Don't use strndup as old versions of OpenWrt don't seem to have it Update FREEBSD.md Fix comparison between old and new metadata strings by checking they have equal lengths as well. Remove a redundant definition to prevent use on an uninitialised copy, clean up some of the less-used backends Remove some unwanted and unused variable declarations from audio_dummy.c and audio_soundio.c Add the -fno-common flag to compilation. Treat the "mper" attribute as the 64-bit item that it is rather than a 32-bit item as hithereto. Output it as a hexadecimal number to correspond with the format of the track id obtained from AppleScript Make changes to that it compiles under gcc-10 with -fno-common Add a SIGCHLD handler to reap zombie processes generated after script invocations where wait_for_completion is set to "no". Update and rename CONTRIBUTING.md to REPORTING ISSUES.md Add a few more commands and clarify some text. Change from talking about a server to talking about a client. Technically, e.g. iTunes is a client of Shairport Sync. Store the UserAgent so as to recognise forked-daapd so as to always send a revision_number of 1 when asking for playerstatus of forked-daapd. Add or update some of the copyright notices Add the ability to set the volume directly to the D-Bus RemoteControl interface and to the MPRIS interface. Both use the recently-discovered ability to set the device_volume. Merge in Pieter De Gendt's work on resampling on the jack backend. Merge pull request #939 from pdgendt/feature/jack-soxr-resampling Add SetAirplayVolume to the D-Bus RemoteControl interface. Add SetVolume to the MPRIS interface. Hook up the Volume property in the MPRIS interface. Modify RemoteCommand in the D-Bus interface to return the HTTP status and response. Change the type of airplay_volume from int to double in the metadata hub. Add a few sample commands in the D-Bus document.
First attempt at adding soxr resampling to the jack audio output, I thought I would share it already.
Some notes:
scripts/shairport-sync.conf