rkusa / DATIS

DCS World Automatic Terminal Information Service (ATIS) broadcasted through Simple Radio Standalone (SRS)
MIT License
91 stars 22 forks source link

Using DATIS for jamming #57

Open 132nd-etcher opened 4 years ago

132nd-etcher commented 4 years ago

Hi @rkusa !

We are using SRS and we would like to implement jamming in an upcoming campaign, and I was wondering how hard it would be to add a simple "play this sound file" feature instead of using TTS.

I believe it would work wonders when coupled with a static unit to simulate jamming in a given area! Following the same train of thought, is there a way to set the Tx power for a static DATIS static unit?

Cheers !

rkusa commented 4 years ago

We are using SRS and we would like to implement jamming in an upcoming campaign, and I was wondering how hard it would be to add a simple "play this sound file" feature instead of using TTS.

I planing to have something like that eventually. So basically a static unit that points to a sound file or a directory of sound files and starts a radio station similar to https://github.com/rkusa/DATIS/tree/master/crates/radio-station. But I don't have an ETA on when I starting to work on that. You could use https://github.com/rkusa/DATIS/tree/master/crates/radio-station in the meantime, but would have to start it in addition to the mission and you'd have to change and compile it yourself to update the position I am afraid.

I believe it would work wonders when coupled with a static unit to simulate jamming in a given area!

Definitely sounds like a nice use-case!

Following the same train of thought, is there a way to set the Tx power for a static DATIS static unit?

I am not aware that this is something I have control over when sending audio to SRS - but I might have just missed it.