Good point.Not directly, but the JBL SDP-55 has Dante, so one should be able to get AES/EBU out from there, for about $150 for each 2 channel pair.
Good point.Not directly, but the JBL SDP-55 has Dante, so one should be able to get AES/EBU out from there, for about $150 for each 2 channel pair.
Right. So can something like VLC not do the job for a bluray? Reading some contrary stuff online on thisThe DAC8 doesn't do Atmos decoding or DSP - it's a pure multichannel DAC. You'd need a software decoder to run on the computer - if you find one (other than Dolby's Mac Pro only Media Producer Suite) there will be a number of interested people here! This is almost certainly a licensing restriction not a technical one.
Unless I've missed something (quite possible!) VLC can do passthrough of Atmos via HDMI to an AVR, but can't decode it itself. It can decode some of the older formats though (AC3, DTS, others?) so may fall back to these if passthrough isn't available. If you know otherwise (new codec that hasn't been documented in the wiki for example) I'd love to hear about it.Right. So can something like VLC not do the job for a bluray? Reading some contrary stuff online on this
Broken in what way? Mine should arrive soon, and I plan to connect it to a Linux PC.
No worries.I am sorry, just missed your post.
By broken I mean the firmware does not work in Linux (any Linux). There seems to be a problem within the XMOS firmware (it is the USB receiver sort to speak). If you try to use it in Windows, it will work with some restrictions to be taken into account.
I am still waiting for news on a revised new firmware version to solve those problems. Unfortunately for me the my unit is in store until there is a solution.
Agreed about the changelog. If they're sticking to the standard XMOS update code (which pretty much everyone seems to) then a linux cli updater is trivial based on the XMOS example Mac updater - it's already been used for the Tone Board, at least one Topping device and possibly a Soncoz. We can provide Pavel with the instructions if necessary - given the price I expect people to be much happier with a vendor-supported updater!I emailed Pavel about this and they are aware of the problem and have a fix in the pipe. It'd be nice if they had some kind of public changelog for their FW and offered tooling to flash the devices ourselves.
@Okto Research make it happenIt'd be nice if they had some kind of public changelog for their FW and offered tooling to flash the devices ourselves.
Hi dualazmak, I saw your different post on this crossover with EKIO, do you mind sending me by PM the screenshot of your configuration as defined in EKIO (for each speaker) and I ll see what I can door not. let me know if you use multiple AES/SPDIF or not (to free some tasks).
........
I've briefly looked at the code. I'm on OSX and if you figure out the CoreAudio port I'd be very interested to trial. This would make XO and (possibly?) some dsp active system wide correct? There are other VST plugins out there that will do XO, how does this differ?treatment can be done from usb host to dac, or from spdif/aes to usb-host or to dac if you need that.
If I understand this correctly, this will run the crossover entirely in the DAC 8, with no OS involvement at all. The DAC8 would then look essentially the same to the source (USB or AES/EBU), but accept fewer input channels (e.g. just 2), but cross them over at the desired frequencies and send the split signal to the various analog outputs (or upstream via USB). No new driver needed.I've briefly looked at the code. I'm on OSX and if you figure out the CoreAudio port I'd be very interested to trial. This would make XO and (possibly?) some dsp active system wide correct? There are other VST plugins out there that will do XO, how does this differ?
Hi dualazmak, I saw your different post on this crossover with EKIO, do you mind sending me by PM the screenshot of your configuration as defined in EKIO (for each speaker) and I ll see what I can door not. let me know if you use multiple AES/SPDIF or not (to free some tasks).
For those who want to know how this work, the crossover I used is described with some macros in the file available on my GitHub here:
https://github.com/fabriceo/AVDSP/blob/master/module_avdsp/dspprogs/oktodac.c
it stands between lines 399 and 530. The workload is spread cross 3 tasks/cores. okay, this is not the easiest one
output 1&2 are stereo passthrough for my headset, 3,4,5,6 are the 2x2 output, 7 for subwoofer and 8 for a center channel.
This c file has to be compiled with gcc as a dynamic library, then a command line utility will use this library and some parameters (fx, gain) to generate a static "bin" file containing all the dsp opcodes and biquad coefficients for all the supported frequencies, and then this file can be uploaded in the flash memory of the xmos, with another command line tool. that's itall the tests and tuning were done with REW using digital loopback before turning on the amps of course.
If I understand this correctly, this will run the crossover entirely in the DAC 8 ......
It's inofficial, see fabriceo's post #1,771, just 7 posts before your own.did I miss something here?
the dac 8 pro has no x-over functions, according to specs![]()
It's inofficial, see fabriceo's post #1,771, just 7 posts before your own.
Would also be great if it had an 8 band peq for each output channel, and was as simple as miniDSP to implement.No doubt this would satisfy some use cases but if you really want to make this useful to a larger audience I recommend making it possible to use this as a 7.1 ch (or 5.2) with crossover.
With this capability and the volume balance, the Okto 8 Pro becomes a good pre/pro for 7.1 ch use via USB input and people can add whatever room correction they want upstream.
The requirements to be able to do this is to be able to specify a crossover point and slope for each channel, HF or LF pass for each channel and the routing of the split to the channel you want and the ability to add the split content coming to the same channel.
So, for a 7.1, you would have high pass for 7 channels and low pass for 1 with user selected slopes and crossover point and the LF content from each of the 7 channels added to the content coming into the 8th channel. For extra points, you can provide a switch to add 10db analog boost to the 8th channel for HT use.
Not asking you to do it necessarily. Don't know if this is technically feasible and how you would do this without a user interface, just stating what the requirements would be if this were to be useful to a larger audience - and to cater to a space (multi-channel audio/video) that is very under-served by good DACs at the moment.