INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2 3 4 5 6   Go Down

Author Topic: WDM Problems  (Read 76216 times)

AoXoMoXoA

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1551
  • I am a kangaroo . . . . no, really!
WDM Problems
« on: October 15, 2014, 11:10:26 am »

[Split from WDM Feature thread.  Please see that thread for instructions.

Please use this thread for problems: http://yabb.jriver.com/interact/index.php?topic=93720.msg646166#msg646166 ]


excitement, but no joy!

It does not work . . .  set MC driver as default sound device, ran through Windows sound test and it worked.
Next tried to play music in Foobar through MC's driver and got only silence although Foobar shows it is playing.

Went back into Windows sound settings and tried to test the MC sound device and got nothing.

Tried playing music in MC but still nothing, even after reboot.

After re-setting my audio to the regular device sound was returned, but when I tried to set a zone in MC to use the MC driver I still had no audio even thought MC appeared to be playing . . . . then it crashed Windows forcing a restart.


Windows 8.1 / MC 20.0.25
Logged
. . . the game is rigged

Mitchco

  • MC Beta Team
  • World Citizen
  • *****
  • Posts: 173
WDM Problems
« Reply #1 on: October 15, 2014, 11:12:33 am »

Just a note that this is a holy grail of audio.  I so wanted a way to route audio through MC, and now it's here.  It's a really elegant solution.  Thanks to everyone that helped. 

For so long, I said "Hey, driver programmer wanted" because I was afraid of drivers.  I hoped, hoped, hoped, but finally bit the bullet and learned myself.

Matt, you are the king man!  Developing a WDM audio driver on the Windows platform is about the hardest thing to program - source: I work at Microsoft as a programmer.

Kudos!

Best regards, Mitch

Claude Lapalme

  • World Citizen
  • ***
  • Posts: 233
WDM Problems
« Reply #2 on: October 15, 2014, 11:38:53 am »

Impressive work.

While I have no trouble with crashing, I do have audio/video sync problems. The audio is delayed by roughly 300 ms (personal estimate).
Am I the only one experiencing this?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41927
  • Shoes gone again!
WDM Problems
« Reply #3 on: October 15, 2014, 11:40:20 am »

Impressive work.

While I have no trouble with crashing, I do have audio/video sync problems. The audio is delayed by roughly 300 ms (personal estimate).
Am I the only one experiencing this?

Set the buffering in Options > Audio > Device settings lower.  Pick a really tight value.

Also, Options > Audio > Advanced > Live playback latency.  Turn that down.
Logged
Matt Ashland, JRiver Media Center

mwillems

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5174
  • "Linux Merit Badge" Recipient
WDM Problems
« Reply #4 on: October 15, 2014, 11:46:34 am »

Tried playing music in MC but still nothing, even after reboot.

After re-setting my audio to the regular device sound was returned, but when I tried to set a zone in MC to use the MC driver I still had no audio even thought MC appeared to be playing . . . . then it crashed Windows forcing a restart.

It sounds like you're trying to select the JRiver driver as an output in JRiver?  If that's what you're doing, that won't work (and might cause an infinite loop). JRiver needs to be set to output to your normal soundcard, with the JRiver driver set as system default.  
Logged

Claude Lapalme

  • World Citizen
  • ***
  • Posts: 233
WDM Problems
« Reply #5 on: October 15, 2014, 11:53:08 am »

That works!

Didn't before somehow. But I retried it with success.
Logged

retro

  • World Citizen
  • ***
  • Posts: 116
WDM Problems
« Reply #6 on: October 15, 2014, 11:59:19 am »

Fantastic! And it's not even christmas yet.. :)

It just works! I love it.. ;D

Thanks Matt!
Logged

AoXoMoXoA

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1551
  • I am a kangaroo . . . . no, really!
WDM Problems
« Reply #7 on: October 15, 2014, 12:15:40 pm »

It sounds like you're trying to select the JRiver driver as an output in JRiver?  If that's what you're doing, that won't work (and might cause an infinite loop). JRiver needs to be set to output to your normal soundcard, with the JRiver driver set as system default.  

OK, tried it again after reading your post and that was my error . . . MC was set to output to the Default Device, which once set to JRiver Driver caused said loop.

Works now. Thanks
Logged
. . . the game is rigged

Zero_G

  • Junior Woodchuck
  • **
  • Posts: 58
WDM Problems
« Reply #8 on: October 15, 2014, 12:27:15 pm »

I can't wait to try this out later!  Excellent news!!!   :)
Logged

mattkhan

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3959
WDM Problems
« Reply #9 on: October 15, 2014, 12:40:44 pm »

Good to see this out so early in the r20 cycle. Couple of questions;

Do you know what latency this adds in itself or is it specific to the PC it runs on?
Is it possible to zone switch on activation of the wdm input?

Logged

mwillems

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5174
  • "Linux Merit Badge" Recipient
WDM Problems
« Reply #10 on: October 15, 2014, 12:44:22 pm »

Do you know what latency this adds in itself or is it specific to the PC it runs on?

The added latency is configurable based on the "live playback latency" setting; the actual total tip-to-tip software latency is pretty close to the sum of the live playback latency setting and the audio output device buffer setting (based on my measurements).  It may be adding a handful of additional ms, but definitely in the single digits (I was seeing mostly onesies or twosies) on top of the configured latency.  

The "minimums" will depend on what buffering settings your devices/computer will tolerate. On all the PCs I tested, I could achieve a configuration that was good enough for lipsync without convolution (although on one machine it was verging on unacceptable).  By contrast with convolution some of my machines were still solid, but some were definitely not.

Quote
Is it possible to zone switch on activation of the wdm input?

Yes, the rule that will choose the WDM input is
Code: [Select]
[Name]="IPC"
I personally recommend setting up a separate zone to receive WDM playback as that will make certain activities much easier/more seamless (e.g. running netflix in theater view).
Logged

Bccc1

  • Junior Woodchuck
  • **
  • Posts: 75
WDM Problems
« Reply #11 on: October 15, 2014, 01:33:13 pm »

Finally! Thank you very much!
This and some improvements to the DSP Section and the audiopart is perfect (for me). If this was the only improvement in v20 I'd still pay the full upgrade price.

Also thanks to mwillems for the zone-switch tip.
Logged

Zero_G

  • Junior Woodchuck
  • **
  • Posts: 58
WDM Problems
« Reply #12 on: October 15, 2014, 01:53:06 pm »

Gave it a quick try at lunch time using Spotify.  Works great!   
Logged

pahunt

  • World Citizen
  • ***
  • Posts: 236
WDM Problems
« Reply #13 on: October 15, 2014, 02:29:22 pm »

This thread makes me happy for so many reasons :)

Thanks for all of your hard work.

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
WDM Problems
« Reply #14 on: October 15, 2014, 03:17:07 pm »

Here is a simple YouTube Clip to test your AV Sync and it seems spot on for me with low latency settings for my DAC.
- Tools-> Options-> Audio-> Audio Device -> Device Settings -> Buffering = "Minimum hardware size"
- Tools-> Options-> Audio-> Advanced-> Live playback latency = "Minimum"

Note:  You may have issues with "Minimum hardware size" pending your HW and connection methods.  eg I found with my o2 DAC it works best on the USB3 port with these low latency settings.



Thanks
Nathan
Logged
JRiver CEO Elect

)p(

  • Citizen of the Universe
  • *****
  • Posts: 579
WDM Problems
« Reply #15 on: October 15, 2014, 03:32:40 pm »

Thanks. Works perfectly with both airserver and shairport4w to AirPlay to mc.
Logged

mattkhan

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3959
WDM Problems
« Reply #16 on: October 15, 2014, 03:47:33 pm »

thanks @mwillems for the speedy reply

another question, what do these sliders do in the properties dialog for the device? max value says it is a signed 32 bit int value but what it's for is the question :)
Logged

SpeedD408

  • World Citizen
  • ***
  • Posts: 150
WDM Problems
« Reply #17 on: October 15, 2014, 04:42:01 pm »

HAPPY! HAPPY! JOY! JOY!!!

Thank you!!  Thank you!! Thank you!!
Logged
Media PC: Ryzen 3900X, Asus ROG Crosshair VIII Hero, 16GB RAM, Sabrent 1TB Rocket NVMe PCIe 4.0, NVidia 1070 GPU
Software: JRiver MC 26.0.22, AnyDVD HD 8.4.4.0
Audio Processor: Lynx AES16e (FW: 14.1) w/ Aurora 16-VT (FW: 31)
Amp: Emotiva MPS-2
Speakers: Ascend Acoustics Sierra Towers w/RAAL & Horizon w/RAAL and Sierra-2's as surrounds
Sub: Dual Rythmik Audio FV15HP
TV Tuner: HD HomeRun Prime

vortecjr

  • Member
  • *
  • Posts: 1
WDM Problems
« Reply #18 on: October 15, 2014, 05:23:08 pm »

Matt, nice feature! I have YouTube playing through "Player" with a locally connected USB device. Can you look into supporting this feature with DLNA renderers? When I try a DLNA renderer I get an error regardless of the specified output format (PCM, MP3) selected.

Jesus R  
Logged

Acrobat1977

  • Recent member
  • *
  • Posts: 10
WDM Problems
« Reply #19 on: October 15, 2014, 05:55:48 pm »

@MC team, nice work! What "interfaces" does the driver support (MME, DirectSound, WASAPI, ASIO, KS)? Also, is the installation of the WDM driver optional or standard/mandatory?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41927
  • Shoes gone again!
WDM Problems
« Reply #20 on: October 15, 2014, 06:46:56 pm »

@MC team, nice work! What "interfaces" does the driver support (MME, DirectSound, WASAPI, ASIO, KS)? Also, is the installation of the WDM driver optional or standard/mandatory?

The driver install is standard.

For what interfaces are supported, it's any interface that talks to a WDM driver.  That's WASAPI, KS, DirectSound, etc.
Logged
Matt Ashland, JRiver Media Center

RoderickGI

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8186
WDM Problems
« Reply #21 on: October 15, 2014, 07:08:07 pm »

Here is a simple YouTube Clip to test your AV Sync and it seems spot on for me with low latency settings for my DAC.

I get a bit of drift on that YouTube version as the video progresses, and I don't think it is my hardware. The YouTube version is just a bit of a poor copy.

Try downloading the "BBC-Audio-Sync-Test" from http://clip.dj/bbc-hd-audio-sync-test-download-mp3-mp4-bCPEidaVzQU

That was the best version on the page I found.

I also found these clips useful:
Audio-Video-Sync-Test-Calibration-23.976fps
Audio-Video-Sync-Test-Calibration-29.97fps
BBC-Test-cards-on-BBC-HD-Shutdown-26th-March-2013

Especially the last clip. Just don't get caught up in the popup surveys and rubbish on that page.

Thanks for putting me on the path to find those jmone.
Logged
What specific version of MC you are running:MC27.0.27 @ Oct 27, 2020 and updating regularly Jim!                        MC Release Notes: https://wiki.jriver.com/index.php/Release_Notes
What OS(s) and Version you are running:     Windows 10 Pro 64bit Version 2004 (OS Build 19041.572).
The JRMark score of the PC with an issue:    JRMark (version 26.0.52 64 bit): 3419
Important relevant info about your environment:     
  Using the HTPC as a MC Server & a Workstation as a MC Client plus some DLNA clients.
  Running JRiver for Android, JRemote2, Gizmo, & MO 4Media on a Sony Xperia XZ Premium Android 9.
  Playing video out to a Sony 65" TV connected via HDMI, playing digital audio out via motherboard sound card, PCIe TV tuner

dgm1960

  • Recent member
  • *
  • Posts: 11
WDM Problems
« Reply #22 on: October 15, 2014, 07:52:04 pm »

This is amazing! Thank you very much.
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14265
  • I won! I won!
WDM Problems
« Reply #23 on: October 15, 2014, 09:13:53 pm »

Yeah it was the BBC test clip I was looking for but in my haste got the other one.   ;D
Logged
JRiver CEO Elect

lmf22

  • Recent member
  • *
  • Posts: 15
WDM Problems
« Reply #24 on: October 15, 2014, 10:00:34 pm »

Works great on my Windows 7 Professional desktop computer! This is a great feature.

What should the sample rate in the WDM drivers be set to? The sample rate of the source material? For example, for Spotify, set to 24-bit, 44100 Hz? For YouTube videos, set to 48000 Hz?
Logged

stewart_pk

  • Citizen of the Universe
  • *****
  • Posts: 648
WDM Problems
« Reply #25 on: October 15, 2014, 11:57:34 pm »

Thanks so much JRiver, I can't wait to try this!
Logged

damhooligan

  • Recent member
  • *
  • Posts: 15
WDM Problems
« Reply #26 on: October 16, 2014, 02:39:07 am »

Is this driver available for previous versions of jriver?
Or do i have to upgrade to jriver 20 to get this driver?
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10710
WDM Problems
« Reply #27 on: October 16, 2014, 02:40:41 am »

Its a new feature in MC20, its not available for previous versions, sorry.
Logged
~ nevcairiel
~ Author of LAV Filters

AndyU

  • Galactic Citizen
  • ****
  • Posts: 363
WDM Problems
« Reply #28 on: October 16, 2014, 03:00:49 am »

Works fine for me, except when I select my Squeezebox Touch as a zone.

When I was fiddling with this, MC hung, was unkillable, I rebooted which happened to pick up a windows update, during which I got a  "DRIVER_POWER_STATE_FAILURE" message which may or may not be relevant. Eventually re-reboot worked, and all is fine.
Logged

Eric05

  • Junior Woodchuck
  • **
  • Posts: 58
WDM Problems
« Reply #29 on: October 16, 2014, 04:01:37 am »

Well, I'm not sure to understand everything (I'm french and my english is not so good). I've selected JRiver MC 20 as default sound device but it works only if the J River MC 20 software remains open, is it the standard behavior ?

Thank you for you rhelp.
Logged

Eric05

  • Junior Woodchuck
  • **
  • Posts: 58
WDM Problems
« Reply #30 on: October 16, 2014, 04:08:49 am »

And what about using a DAC ? Maybe this is a stupid question, but I have a USB DAC plugged and I used to set it as default in windows sound options. Is it better to use JRiver by default, the DAC ?
Logged

)p(

  • Citizen of the Universe
  • *****
  • Posts: 579
WDM Problems
« Reply #31 on: October 16, 2014, 04:28:07 am »

Well, I'm not sure to understand everything (I'm french and my english is not so good). I've selected JRiver MC 20 as default sound device but it works only if the J River MC 20 software remains open, is it the standard behavior ?

Thank you for you rhelp.

Yes. When you set the jrmc wdm driver as the default audio device all audio played on the pc will be routed to the jrmc app. I has to be open to receive the audio.
Then in jrmc you can send the received audio to your dacs sound device.
Logged

Tristar71

  • Recent member
  • *
  • Posts: 21
WDM Problems
« Reply #32 on: October 16, 2014, 04:33:03 am »

I can't seem to get this to work - followed instructions as per the thread but I just get no sound... think it has to do with the Tools>Options>audio device - in JRiver....

could somebody please give a detailed instruction on what that setting should be...
Logged

packux

  • Recent member
  • *
  • Posts: 43
WDM Problems
« Reply #33 on: October 16, 2014, 05:07:16 am »

Just installed the latest version, using it with GeekOut ASIO.

Installation went fine, however during testing it seems I can only hear left channel. I tried

- changing speaker configuration to 5.1 and reverted back to stereo
- uninstalling the driver and deleting its files. Had to re-install MC20 to get back the WDM

OS is Windows 7 x64 Pro, using WindowBlinds 8 and Fences.

Any ideas?
Logged

Scolex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1116
  • Cheers
WDM Problems
« Reply #34 on: October 16, 2014, 05:17:44 am »

I can't seem to get this to work - followed instructions as per the thread but I just get no sound... think it has to do with the Tools>Options>audio device - in JRiver....

could somebody please give a detailed instruction on what that setting should be...

It should be set to whatever your speakers are actually attached to. For example mine is set to Sound Blaster Zx [WASAPI]
Device settings set the buffering to Minimum Hardware Size if that gives you any problems (clicks, stuttering, etc) raise it incrementally until it plays properly.
Also set Advanced/Live playback latency to minimum.

Right click the volume icon in MC select system volume and make sure it is not all the way down. The normal "System volume" (windows volume) no longer has any influence because you are bypassing the windows mixer. I was a bit puzzled at first because my volume keys on my keyboard and mouse were not lowering the volume and then the light in my head went off and I realized I had to use the application volume (youtube) and/or MC.
Logged
Sean

Scolex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1116
  • Cheers
WDM Problems
« Reply #35 on: October 16, 2014, 05:29:20 am »

Just installed the latest version, using it with GeekOut ASIO.

Installation went fine, however during testing it seems I can only hear left channel. I tried

- changing speaker configuration to 5.1 and reverted back to stereo
- uninstalling the driver and deleting its files. Had to re-install MC20 to get back the WDM

OS is Windows 7 x64 Pro, using WindowBlinds 8 and Fences.

Any ideas?

What are you using for hardware? (DAC, onboard audio, sound blaster, etc)
I am not familiar with GeekOut ASIO have you tried any other options.

I am using Win 7 x64 Home Premium and Creative Sound Blaster Zx [WASAPI] with out any issues
Logged
Sean

packux

  • Recent member
  • *
  • Posts: 43
WDM Problems
« Reply #36 on: October 16, 2014, 05:38:39 am »

What are you using for hardware? (DAC, onboard audio, sound blaster, etc)
I am not familiar with GeekOut ASIO have you tried any other options.

I am using Win 7 x64 Home Premium and Creative Sound Blaster Zx [WASAPI] with out any issues

Hi there,

I am using an external USB DAC (this http://lhlabs.com/marketplace/geek-out/overview.html). The DAC provider offers both ASIO and WDM drivers and I am using the former in JRiver for audio playback.
Logged

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
WDM Problems
« Reply #37 on: October 16, 2014, 06:56:37 am »


The Windows / Control Panel / Sound / Driver / Configure / Test function does not really work if you select 5.1 output; from some channels you hear the test beep and for some not; I suppose it is something to do with latency..
Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41927
  • Shoes gone again!
WDM Problems
« Reply #38 on: October 16, 2014, 06:59:22 am »

Well, I'm not sure to understand everything (I'm french and my english is not so good). I've selected JRiver MC 20 as default sound device but it works only if the J River MC 20 software remains open, is it the standard behavior ?

Thank you for you rhelp.

Yes.  MC needs to be open to capture anything.
Logged
Matt Ashland, JRiver Media Center

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
WDM Problems
« Reply #39 on: October 16, 2014, 07:12:53 am »

MC needs to be open to capture anything.

It would be a nice feature if the driver could start MC.exe if a sound comes in and if MC is not already running.

However I don't know if a driver (in the OS kernel layer) is actually permitted to start an application (in the OS user layer) (??)
Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10710
WDM Problems
« Reply #40 on: October 16, 2014, 07:20:25 am »

That would be extremely problematic.
Logged
~ nevcairiel
~ Author of LAV Filters

Eric05

  • Junior Woodchuck
  • **
  • Posts: 58
WDM Problems
« Reply #41 on: October 16, 2014, 07:21:29 am »

Yes. When you set the jrmc wdm driver as the default audio device all audio played on the pc will be routed to the jrmc app. I has to be open to receive the audio.
Then in jrmc you can send the received audio to your dacs sound device.

Thank you !
Logged

mwillems

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5174
  • "Linux Merit Badge" Recipient
WDM Problems
« Reply #42 on: October 16, 2014, 07:28:58 am »

It would be a nice feature if the driver could start MC.exe if a sound comes in and if MC is not already running.

However I don't know if a driver (in the OS kernel layer) is actually permitted to start an application (in the OS user layer) (??)


I can't confirm this right now because I'm not in front of a box, but I think running the MC server widget in the tray will do this; my recollection is that it will spawn a JRiver window on incoming system sound if no JRiver window is open (I can't test right now, but that's my recollection of how it worked).

The Windows / Control Panel / Sound / Driver / Configure / Test function does not really work if you select 5.1 output; from some channels you hear the test beep and for some not; I suppose it is something to do with latency..

Very short sounds don't always come through, or come through truncated; a better test is to play known 5.1 content and selectively mute channels in JRiver.

Logged

mutato

  • Recent member
  • *
  • Posts: 41
WDM Problems
« Reply #43 on: October 16, 2014, 07:36:25 am »

Holy grail, indeed! I honestly didn't expect you'd pull through when I renewed my license. This opens up so many possibilities. Forget "please integrate music service X in jriver", now you get nearly all the benefits of service integration without it being actually integrated!
Logged

Trumpetguy

  • Citizen of the Universe
  • *****
  • Posts: 974
WDM Problems
« Reply #44 on: October 16, 2014, 08:44:11 am »

Fantastic!!!!  Thanks a bunch!

Used it with Wimp streaming service today, works almost perfect. It seems to stutter just a bit every now and then. May not be the WDM driver's fault for all I know, though.

In Wimp, and contrary to Spotify, the user can choose audio output device. So there is no need to use default device (which would mess up my IP telephony setup at work).  Combined with new 24bit rips and lossless flac streaming, this is a killer combo.

Looking forward to test it with video streaming services.
Logged

Castius

  • Citizen of the Universe
  • *****
  • Posts: 562
WDM Problems
« Reply #45 on: October 16, 2014, 09:51:55 am »

Thank you very much. This is a really great new feature.

It was little interesting to get setup. Because you can't choose direct sound in JRiver. As it's now referring to itself. ;D
This may be useful to show in JRiver that you are using JRiver in the os setting.

I had to lower the latency to play video games but it seemed to work well after that.

The only real problem i had was linked zones did not work well.
I was trying to play to the sound card and my wireless headphones at the same time.

Has anyone else try this?

If JRiver is shut down can it tell windows it it disconnected?
So it can fall back to the other audio sources.
Logged

Krunchy

  • Junior Woodchuck
  • **
  • Posts: 58
WDM Problems
« Reply #46 on: October 16, 2014, 09:55:07 am »

Sorry to ask this. I would like to be sure to understand the benefit of this nex feature.

How this wdm driver solution is better than for example than the quobuz player or any player?
In my system, and for many of us, the usb dac makes any sound going out better (to say short).
If someone can explain me why it is so nice ;)

Thanks
Logged

)p(

  • Citizen of the Universe
  • *****
  • Posts: 579
WDM Problems
« Reply #47 on: October 16, 2014, 10:06:04 am »

Sorry to ask this. I would like to be sure to understand the benefit of this nex feature.

How this wdm driver solution is better than for example than the quobuz player or any player?
In my system, and for many of us, the usb dac makes any sound going out better (to say short).
If someone can explain me why it is so nice ;)

Thanks

For example I prefer to use Spotify with the iPad app. Now I have a very stable solution to AirPlay from the app to Jrmc and take advantage of its dsp. In my case to apply a convolver for room correction. Also because the ability to setup zones and automatically switch between them, I can switch between this and playing my own jrmc library with jremote with ease. So in short anything that I play can take advantage of jrmc dsp/audio path.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41927
  • Shoes gone again!
WDM Problems
« Reply #48 on: October 16, 2014, 10:23:40 am »

How this wdm driver solution is better than for example than the quobuz player or any player?
In my system, and for many of us, the usb dac makes any sound going out better (to say short).
If someone can explain me why it is so nice ;)

Media Center has the best audiophile playback chain available.  It offers perfect modes like ASIO and WASAPI, it offers full control over sample rates and sets hardware sample rates, it offers a comprehensive set of DSP, etc.  You can leverage that same chain from other players by using the WDM driver.
Logged
Matt Ashland, JRiver Media Center

mrfx

  • Junior Woodchuck
  • **
  • Posts: 63
WDM Problems
« Reply #49 on: October 16, 2014, 11:55:38 am »

Amazing feature! Does it work for remote zones too? I mean is it  possible now to route sound from notebook's web browser window to htpc hdmi out?
Logged
Pages: [1] 2 3 4 5 6   Go Up