|
Home | Forums | Rules | Articles | diyAudio Store | Blogs | Gallery | Wiki | Register | Donations | FAQ | Calendar | Mark Forums Read |
PC Based Computer music servers, crossovers, and equalization |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
![]() |
|
Thread Tools |
![]() |
#11 |
diyAudio Member
Join Date: Jan 2020
|
Using the alsa loopback
|
![]() |
![]() |
#12 |
diyAudio Member
Join Date: Apr 2016
Location: Lund
|
I have just updated the master branch. The new version is 0.0.3.
New features:
Bugfixes:
Other changes:
Last edited by HenrikEnquist; 23rd February 2020 at 09:16 PM. Reason: formatting |
![]() |
![]() |
#13 |
diyAudio Member
Join Date: Aug 2006
|
This seems brilliant
![]() Could you recommend a compact Linux distro to build and run this on? I just moved house and am now streaming the music from the main file server to a MacBook Air and listening to it via an older simple sub/sat system, when I used to have one of my work computers (in windows 10) handle x-overs and media ingestion and feed it via an USB soundcard to the power amps of the main system. As I have a spare low-end NUC just lounging ATM, I though this could be used to feed the music system. I'd like to configure it as a very simple DLNA endpoint - no server or media database - so the video part of the system (also almost 100% streaming based) can share the main sound. I'd output the "x-overed" and room-corrected sound either over HDMI or the old USB soundcared. |
![]() |
![]() |
#14 | |
diyAudio Member
Join Date: Jun 2018
Location: Straubing
|
Quote:
For a NUC I'd suggest Linux Mint, IMHO the most refined linux distro for x86 based systems there is.
__________________
Want more of the good stuff? -> https://t-5.eu/ |
|
![]() |
![]() |
#15 |
diyAudio Member
Join Date: Jun 2018
Location: Straubing
|
@HenrikEnquist I'm the author of Pulseaudio crossover rack. Currently I'm using LADSPA plugins to insert them into the pulseaudio chain. This has several drawbacks including
a) left/right channel plugin parameters can not be controlled independently b) LADSPA plugins cannot accept parameters other than numbers which makes loading FIR filter responses somewhat ugly c) pulseaudio does not permit to mix/split/combine channels in an arbitrary manner like you woud need for say a 2.1 setup, not to speak of any kind of multichannel setup with say a pair of three way front speakers, 2 subs and a bunch of two way satellites. Can your software do mixing/spliting/routing for all input channels to all output channels independently? Can you change parameters on the fly or do you have to restart it? Can you route audio output to channels on different pulseaudio sinks to (an example only) route highs to soundcard A and lows to soundcard B? From all the questions asked you probably already deducted that I'm searching for a more flexible & powerful filtering and routing engine to do the DSP stuff in the background...
__________________
Want more of the good stuff? -> https://t-5.eu/ |
![]() |
![]() |
#16 | |
diyAudio Member
Join Date: Apr 2016
Location: Lund
|
Quote:
|
|
![]() |
![]() |
#17 | |
diyAudio Member
Join Date: Apr 2016
Location: Lund
|
Quote:
> Can your software do mixing/spliting/routing for all input channels to all output channels independently? Yes! > Can you change parameters on the fly or do you have to restart it? You have to restart. For changing the config on the fly I would still have to rebuild the pipeline, so it would probably take as long as just restarting. But it starts in a fraction of a second, so that may not be a big problem. > Can you route audio output to channels on different pulseaudio sinks to (an example only) route highs to soundcard A and lows to soundcard B? No, but you can maybe join the two soundcards with alsa. Read here: Alsa Opensrc Org - Independent ALSA and linux audio support site Synchronization might be a problem. I would guess that the relative delay between the two can be a little different every time playback starts, and unless they share the clock source they will slowly drift apart while playing. Not so nice for a crossover.. If you have any ideas for improvements or new features, please let me know! |
|
![]() |
![]() |
#18 | |
diyAudio Member
Join Date: Jun 2018
Location: Straubing
|
Quote:
OK, I know the implications of using two soundcards. Personally I wouldn't go that route anyway but users seem to do it already. So I wouldn't want to take away that functionality from them without reason. Here's an imporvement you might want to consider: add an interface to camilladsp to set parameters of filters in real time (change biquad coeffs, fir responses etc). How (http, tcp, sockets, ...) I couldn't care less, just something to update params for a running process would be superb. If you do this I'm pretty sure that I might give it a try and replace the whole LADPSA insanity in version 2.0...
__________________
Want more of the good stuff? -> https://t-5.eu/ |
|
![]() |
![]() |
#19 | |
diyAudio Member
Join Date: Apr 2016
Location: Lund
|
Quote:
Adding a tcp socket or such would require a lot of changes but maybe it's not needed... It would be quite easy to let it watch for changes in the config file, and just reload it when needed. If only filters and mixers changed, I can then build the new pipeline with all filters while the processing is still running, and then swap once it's ready. There would only be a small interruption on the order of one buffer length. What do you think? |
|
![]() |
![]() |
#20 |
diyAudio Member
Join Date: Jun 2018
Location: Straubing
|
One thing I definitely don't want to loose is instant parameter changing without any interruption of the sound. I have sliders on the filter configuration dialogs which of course can spit out lots of updates per second. Currently I have a memory-mapped-file interface in my LADSPA plugins to achieve seamless, uninterrupted updates of parameters.
Please don't feel bothered by me, just stating my needs here. If it can't be done easily in your design then I won't (and can't) beat you to it ![]() PS: it's just a curious coincidence that I thought about moving the DSP processing to a monolythic process instead of LADSPA plugins since a few weeks. It just offers so much greater flexiblity. So then I stumbled upon your project and it immediately seemed like a good candidate to just plug in there. And FIR filters are on my todo list also, so your software would tick that box "for free" ![]()
__________________
Want more of the good stuff? -> https://t-5.eu/ Last edited by Tfive; 28th February 2020 at 10:42 AM. |
![]() |
![]() |
Thread Tools | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
The room correction or speaker correction? What can we do with dsp power now availabl | Raimonds | Full Range | 233 | 28th January 2017 08:51 AM |
Introducing OpenDRC, Open Digital Room Correction engine | minidsp | miniDSP | 20 | 20th January 2016 06:37 PM |
What the difference between dsp room correction eq and software correction | erez1012 | PC Based | 0 | 10th March 2014 08:07 PM |
Writing a Cross-Platform, Free Software Modeling Tool and TS-Parameter DB | justinzane | Software Tools | 6 | 31st December 2013 07:55 AM |
FS: DAC, room-correction, active crossovers, amp, speakers! | taloyd | Swap Meet | 4 | 14th April 2009 04:16 PM |
New To Site? | Need Help? |