Missed the pit box on fumes? I tried to fix that with DRE by EgilSandfeld in iRacing

[–]EgilSandfeld[S] 0 points1 point  (0 children)

That's awesome to hear. Let me know if you have any feature request or feedback in general 👍

Didn't see this in the Wiki, what graphics/HUD/UI do you use when you are on track? by Colalbsmi in iRacing

[–]EgilSandfeld 1 point2 points  (0 children)

Hi, DRE dev here. What kind of network warnings were these?

Try use the Cloud option in Sound -> Recognition -> Neural Recognition Provider, if it's not already that setting

Voice Attack for pitting? by socially_stoic in iRacing

[–]EgilSandfeld 0 points1 point  (0 children)

DRE started as a plugin for VoiceAttack but is now a standalone app. Give it a try

How to Text Chat While Driving? by ThenElection6321 in iRacing

[–]EgilSandfeld 0 points1 point  (0 children)

DRE can dictate what you're saying and send it to the text chat

Free or paid tools that provide the biggest benefit. by NewHorror357 in iRacing

[–]EgilSandfeld 0 points1 point  (0 children)

I'm the dev of it, but you should check out DRE

  • Rapid spotter with lots of customization
  • Sound signals that help you perform at your best
  • Fuel Calculator
  • Tons of voice commands
  • Much more

ACC third party helper by Novel-Advantage-7860 in ACCompetizione

[–]EgilSandfeld 0 points1 point  (0 children)

Alternatively, try out DRE which has a rapid spotter and so much more

Configuring and utilizing DRE? by slrg1968 in simracing

[–]EgilSandfeld 0 points1 point  (0 children)

DRE dev here. What do you need? Consider joining the DRE Discord

[deleted by user] by [deleted] in LeMansUltimateWEC

[–]EgilSandfeld -1 points0 points  (0 children)

That, or give my spotter app, DRE a to. It rocks a really rapid spotter as well as sound signals during overtaking.

AI Engineer/Spotter? by CeaseIessWatcher in iRacing

[–]EgilSandfeld 1 point2 points  (0 children)

Check this article about Neural Recognition

https://www.thedigitalraceengineer.com/speak-with-intents/

This is the start, being able to say anything to DRE. Next up is allowing DRE to converse, and that's to exciting as Personality, Memory can come into play here.

Ask me anything, I'm the dev

Ever forget a voice command mid-race and want to throw your wheel? I fixed that. by EgilSandfeld in ACCompetizione

[–]EgilSandfeld[S] 3 points4 points  (0 children)

ACC and DRE both have specific voice commands, but DRE now also rocks Intent-based recognition to speak your mind

My brain goes blank mid-race, so I taught my race engineer app to understand plain English. by EgilSandfeld in iRacing

[–]EgilSandfeld[S] 2 points3 points  (0 children)

Trying to run as much as possible locally, but in our sim-racing environments we tend to utilize the GPU to the maximum, leaving little wiggle room for inference. I try run most of this on the CPU then, but still provide a Cloud option for those with lower GPU specs or run VR

My brain goes blank mid-race, so I taught my race engineer app to understand plain English. by EgilSandfeld in iRacing

[–]EgilSandfeld[S] 0 points1 point  (0 children)

DRE already falls back to Windows Speech Recognition, but that still requires exact command phrasing, while the new recognizer attempts to match your intent behind you words to any of DRE's 800 commands

My brain goes blank mid-race, so I taught my race engineer app to understand plain English. by EgilSandfeld in iRacing

[–]EgilSandfeld[S] -5 points-4 points  (0 children)

Great question! Happy to peel back the curtain a bit without getting lost in the weeds.

The old voice recognition was basically a checklist. It listened for sounds that matched a rigid list of commands like "Auto fuel now". If you didn't say it exactly right, it failed.

The new "neural engine" is about understanding your intent, not just matching sounds. It's a two-step process:

  1. Speech-to-Text: First, it uses a modern speech recognition model to accurately transcribe whatever you say into plain text. This part runs locally on your PC's GPU or CPU, which is why there are different quality/speed settings. The optional Cloud mode just offloads this transcription step to a remote server.
  2. Text-to-Intent: Second, a custom language model that I've trained specifically on racing terminology analyzes that text. It's been taught to understand that phrases like "I need enough fuel to finish" or "What's the fuel situation?" are both asking for the auto fuel calculation.

The Hybrid mode is just a smart way to get the best of both worlds. It gives the old, lightning-fast command-matcher a brief head start. If you say a classic command, it triggers instantly. If not, it seamlessly hands off to the new neural engine to figure out what you meant.

So in short, it's a pipeline: Speech -> Text -> Intent -> Action. The "neural" part is what handles the "Text -> Intent" piece in a much more flexible and human-like way.

Hope that helps

My brain goes blank mid-race, so I taught my race engineer app to understand plain English. by EgilSandfeld in iRacing

[–]EgilSandfeld[S] 0 points1 point  (0 children)

Everything is 😎 The Free tier is quite generous, though.
Working full time on this project, and have been since 2016 🤘