Search found 8 matches

by erik.vanhamme
Sun Sep 24, 2017 10:48 pm
Forum: Voicemeeter Remote API
Topic: Distortions present when using audio interface of remote API
Replies: 7
Views: 24429

Re: Distortions present when using audio interface of remote API

The plot thickens... I have made recordings with Audacity of the distortions. To obtain the recordings, I linked the virtual input to strip B, and recorded from voicemeeter output in Audacity. First recording is the start of a DnB liveset: http://users.telenet.be/rsq/distortions.wav From the wavefor...
by erik.vanhamme
Sun Sep 24, 2017 10:11 pm
Forum: Voicemeeter Remote API
Topic: Distortions present when using audio interface of remote API
Replies: 7
Views: 24429

Re: Distortions present when using audio interface of remote API

I was able to get the distortions also with the 8x8 matrix example. I got into that situation 2 times in half an hour of reboots and tests. The problem does not occur all the time. With equalizer APO it occurs 50-60% of the time. For the 8x8 matrix, it happens much much less, but it did happen twice...
by erik.vanhamme
Sun Sep 24, 2017 4:47 pm
Forum: Voicemeeter Remote API
Topic: Distortions present when using audio interface of remote API
Replies: 7
Views: 24429

Re: Distortions present when using audio interface of remote API

Thanks for the response. I just retested. CPU load is 2%. Buffer size is at 1024 samples. 24-bit 96kHz settings. I am configured for 8 channels. Voicemeeter outputs into ASIO device. I even have the distortions when I plug in my own code which only copies input to output. I will continue to test, se...
by erik.vanhamme
Sat Sep 23, 2017 1:10 pm
Forum: Voicemeeter Remote API
Topic: Distortions present when using audio interface of remote API
Replies: 7
Views: 24429

Re: Distortions present when using audio interface of remote API

It's the same on my secondary PC (Core i7 2600k, 8GB RAM).

Primary machine is: Core i7 6700k, 32GB RAM.

How can I attempt to debug this?
by erik.vanhamme
Fri Sep 22, 2017 10:55 pm
Forum: Voicemeeter Remote API
Topic: Distortions present when using audio interface of remote API
Replies: 7
Views: 24429

Distortions present when using audio interface of remote API

I have these distortions both with my own small remote API client and with Equalizer APO. If no remote is connected, the audio stream plays perfectly. Even when I do nothing in the plugin (just copy) I get the distortions. I tested: sample rates: 44.1kHz 48kHz and 96kHz resolution: 16 and 24 bit Dev...
by erik.vanhamme
Tue Jan 31, 2017 12:16 am
Forum: Voicemeeter
Topic: Hooks for windows volume control
Replies: 1
Views: 9977

Hooks for windows volume control

This feature is great. It restored my volume control, even when using ASIO DAC as output. Unfortunately I have 2 minor issues with it. 1. Is is possible to limit the max to 0dB? I have a physical volume control on my HTPC case, and if I turn it, I can raise the mixer fader to +12dB, severely clippin...
by erik.vanhamme
Tue Jan 31, 2017 12:07 am
Forum: Voicemeeter Remote API
Topic: Time budget for processing callback buffer
Replies: 2
Views: 14828

Re: Time budget for processing callback buffer

Thank you for the clear info. I was able to make a good start on my project this weekend.
by erik.vanhamme
Fri Jan 27, 2017 7:21 pm
Forum: Voicemeeter Remote API
Topic: Time budget for processing callback buffer
Replies: 2
Views: 14828

Time budget for processing callback buffer

I have my callback registered and working. My sample rate in the whole chain is 96kHz. The callback receives buffers with a length of 960. Can I assume that the buffer length will always correspond to a 10ms window? This would put the upper boundary for processing the buffers at 10 ms. I guess Voice...