If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 60 matches
- Sun May 26, 2024 4:58 pm
- Forum: General
- Topic: log10 lookup?
- Replies: 20
- Views: 548903
Re: log10 lookup?
...
For reference: running log10 a million times (1,000,000 times) takes 7 hundreds of a second (0.07s), running it 25 times over a second is unmeasurable.
Probably (depends on the compiler and compiler options FS uses) you'll get totally different measures if the input gets changed for each ...
- Sun May 26, 2024 10:12 am
- Forum: General
- Topic: log10 lookup?
- Replies: 20
- Views: 548903
Re: log10 lookup?
Nope... Wouldn't know how anyway :lol:
Do you mean something like using exp() style calcs and the mantissa stuff like for example MV did in his log math function ASM?
I use an almost normalized output from log10... around -0.15 to 1 (probably ended up using -0.15 as starting point because curve ...
- Sat May 25, 2024 9:03 pm
- Forum: General
- Topic: log10 lookup?
- Replies: 20
- Views: 548903
Re: log10 lookup?
What ranges do you use with these log10's?R&R wrote: ...
Kinda feels wrong using log10's for a very rough visual representation only. Even if it's only in green and run at half framerate.
...
Have you tried if a fast approximation is suitable (enough accurate) to replace those functions?
- Fri Apr 05, 2024 8:26 am
- Forum: DSP
- Topic: Analog DB and digital DBfs
- Replies: 2
- Views: 80094
Re: Analog DB and digital DBfs
By meter you linked; x ± 24 (depending on which way you want to convert it).So i try to find a good value and a good match, how much analog DB correspond to digital DBfs..
The answer seams not so simple and could vary.. What did you think about this ??
- Mon Feb 20, 2023 7:54 am
- Forum: General
- Topic: Private message notification mails from dsprobotics.com ?
- Replies: 1
- Views: 6811
Private message notification mails from dsprobotics.com ?
Lately I've got few private message notification mails from dsprobotics.com with login link. I've never click a link in email to login but log in as normally through a saved link and checking the private message folder shows empty box. Is private messaging service broken or are these post just ...
- Fri Feb 03, 2023 7:30 pm
- Forum: General
- Topic: Error when i try to create a vst or a .exe(standalone)
- Replies: 5
- Views: 11067
Re: Error when i try to create a vst or a .exe(standalone)
leandroseibel wrote:...
Is a simple wave player with impulse response loader to make the Riaa REVERSE curve for cut or emboss vinyl disc's!
...
Hmm... why IR and not IIR?
Also, do you support all commonly used sample rates (CD to DSD) ?
- Sun Aug 28, 2022 9:55 am
- Forum: DSP
- Topic: shufps bug ? (And interpolation)
- Replies: 10
- Views: 27515
Re: shufps bug ? (And interpolation)
...
This is not an Hermite interpolation but a cubic/Catmull-Rom splines.
Will try the Hermite latter..
Depends on what you're after in this thread but IIRC, Catmull-Rom is widely used in DSP applications.
I did some 5-point comparisons with random y data:
m
BTW, there is a collection of ...
This is not an Hermite interpolation but a cubic/Catmull-Rom splines.
Will try the Hermite latter..
Depends on what you're after in this thread but IIRC, Catmull-Rom is widely used in DSP applications.
I did some 5-point comparisons with random y data:
m
BTW, there is a collection of ...
- Sun Feb 06, 2022 7:26 pm
- Forum: General
- Topic: less cpu hungry power approximation?
- Replies: 6
- Views: 14361
Re: less cpu hungry power approximation?
Hmm... how much faster approximation is depends on accuracy you need.
Is this assembler code FS compatible https://wurstcaptures.untergrund.net/as ... ricks.html ?
Is this assembler code FS compatible https://wurstcaptures.untergrund.net/as ... ricks.html ?
- Sun Aug 08, 2021 4:34 pm
- Forum: General
- Topic: Weird float problem
- Replies: 10
- Views: 25474
Re: Weird float problem
User wrote:I'm trying to reduce input noise by using an inverted signal with a value of 0.99999994. Problem is that the float primitive is rounding it to 1. Any ideas how to solve it ? Or why is it doing that rounding ?
Hmm... where do you put that value and where do you see it rounded?
- Mon Jun 21, 2021 8:01 pm
- Forum: DSP
- Topic: DSP for windows output
- Replies: 1
- Views: 12401
Re: DSP for windows output
Thiscan be done through VAC (virtual audio cable driver, VB-Audio's Voicemeeter as for an example) but, you also could use APO layer as like done in EqualizerAPO (partial support for VST effects,though, I have not tried if VSTi would work... ).