no clue what the current status is
This commit is contained in:
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
Cargo.lock
generated
Normal file → Executable file
0
Cargo.lock
generated
Normal file → Executable file
0
Cargo.toml
Normal file → Executable file
0
Cargo.toml
Normal file → Executable file
0
config.toml
Normal file → Executable file
0
config.toml
Normal file → Executable file
0
crates/dcs-grpc/Cargo.toml
Normal file → Executable file
0
crates/dcs-grpc/Cargo.toml
Normal file → Executable file
0
crates/dcs-grpc/LICENSE
Normal file → Executable file
0
crates/dcs-grpc/LICENSE
Normal file → Executable file
0
crates/dcs-grpc/build.rs
Normal file → Executable file
0
crates/dcs-grpc/build.rs
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/atmosphere/v0/atmosphere.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/atmosphere/v0/atmosphere.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/coalition/v0/coalition.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/coalition/v0/coalition.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/common/v0/common.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/common/v0/common.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/controller/v0/controller.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/controller/v0/controller.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/custom/v0/custom.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/custom/v0/custom.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/dcs.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/dcs.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/group/v0/group.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/group/v0/group.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/hook/v0/hook.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/hook/v0/hook.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/mission/v0/mission.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/mission/v0/mission.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/net/v0/net.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/net/v0/net.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/srs/v0/srs.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/srs/v0/srs.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/timer/v0/timer.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/timer/v0/timer.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/trigger/v0/trigger.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/trigger/v0/trigger.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/unit/v0/unit.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/unit/v0/unit.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/world/v0/world.proto
Normal file → Executable file
0
crates/dcs-grpc/protos/dcs/world/v0/world.proto
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/atmosphere.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/atmosphere.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/coalition.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/coalition.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/common.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/common.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/controller.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/controller.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/custom.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/custom.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/group.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/group.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/hook.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/hook.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/mission.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/mission.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/mod.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/mod.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/net.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/net.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/srs.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/srs.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/timer.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/timer.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/trigger.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/trigger.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/unit.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/unit.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/utils.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/utils.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/world.rs
Normal file → Executable file
0
crates/dcs-grpc/src/dcs/world.rs
Normal file → Executable file
0
crates/dcs-grpc/src/lib.rs
Normal file → Executable file
0
crates/dcs-grpc/src/lib.rs
Normal file → Executable file
0
crates/guardian_commands/Cargo.toml
Normal file → Executable file
0
crates/guardian_commands/Cargo.toml
Normal file → Executable file
0
crates/guardian_commands/src/call.rs
Normal file → Executable file
0
crates/guardian_commands/src/call.rs
Normal file → Executable file
0
crates/guardian_commands/src/console.rs
Normal file → Executable file
0
crates/guardian_commands/src/console.rs
Normal file → Executable file
0
crates/guardian_commands/src/lib.rs
Normal file → Executable file
0
crates/guardian_commands/src/lib.rs
Normal file → Executable file
0
crates/guardian_commands/src/parser.rs
Normal file → Executable file
0
crates/guardian_commands/src/parser.rs
Normal file → Executable file
0
crates/guardian_core/Cargo.toml
Normal file → Executable file
0
crates/guardian_core/Cargo.toml
Normal file → Executable file
0
crates/guardian_core/src/components/awacs.rs
Normal file → Executable file
0
crates/guardian_core/src/components/awacs.rs
Normal file → Executable file
0
crates/guardian_core/src/components/callsign.rs
Normal file → Executable file
0
crates/guardian_core/src/components/callsign.rs
Normal file → Executable file
0
crates/guardian_core/src/components/group.rs
Normal file → Executable file
0
crates/guardian_core/src/components/group.rs
Normal file → Executable file
0
crates/guardian_core/src/components/grpc_base_url.rs
Normal file → Executable file
0
crates/guardian_core/src/components/grpc_base_url.rs
Normal file → Executable file
0
crates/guardian_core/src/components/heading.rs
Normal file → Executable file
0
crates/guardian_core/src/components/heading.rs
Normal file → Executable file
0
crates/guardian_core/src/components/id.rs
Normal file → Executable file
0
crates/guardian_core/src/components/id.rs
Normal file → Executable file
0
crates/guardian_core/src/components/mod.rs
Normal file → Executable file
0
crates/guardian_core/src/components/mod.rs
Normal file → Executable file
0
crates/guardian_core/src/components/player.rs
Normal file → Executable file
0
crates/guardian_core/src/components/player.rs
Normal file → Executable file
0
crates/guardian_core/src/components/position.rs
Normal file → Executable file
0
crates/guardian_core/src/components/position.rs
Normal file → Executable file
0
crates/guardian_core/src/components/side.rs
Normal file → Executable file
0
crates/guardian_core/src/components/side.rs
Normal file → Executable file
0
crates/guardian_core/src/components/srs_socket_addr.rs
Normal file → Executable file
0
crates/guardian_core/src/components/srs_socket_addr.rs
Normal file → Executable file
0
crates/guardian_core/src/components/stt_base_url.rs
Normal file → Executable file
0
crates/guardian_core/src/components/stt_base_url.rs
Normal file → Executable file
0
crates/guardian_core/src/components/unit_type.rs
Normal file → Executable file
0
crates/guardian_core/src/components/unit_type.rs
Normal file → Executable file
0
crates/guardian_core/src/components/velocity.rs
Normal file → Executable file
0
crates/guardian_core/src/components/velocity.rs
Normal file → Executable file
0
crates/guardian_core/src/dcs.rs
Normal file → Executable file
0
crates/guardian_core/src/dcs.rs
Normal file → Executable file
0
crates/guardian_core/src/dcs/mission.rs
Normal file → Executable file
0
crates/guardian_core/src/dcs/mission.rs
Normal file → Executable file
0
crates/guardian_core/src/dcs/text.rs
Normal file → Executable file
0
crates/guardian_core/src/dcs/text.rs
Normal file → Executable file
0
crates/guardian_core/src/lib.rs
Normal file → Executable file
0
crates/guardian_core/src/lib.rs
Normal file → Executable file
3
crates/guardian_core/src/srs.rs
Normal file → Executable file
3
crates/guardian_core/src/srs.rs
Normal file → Executable file
@@ -261,7 +261,8 @@ fn listen_srs(
|
||||
}
|
||||
}
|
||||
Some(data) = voice_handle.recv() => {
|
||||
frames.push(synthesize("192.168.0.238:10200", data.as_str()).await?).await;
|
||||
// TODO: Make this configurable
|
||||
frames.push(synthesize("192.168.1.3:10200", data.as_str()).await?).await;
|
||||
}
|
||||
Some(data) = voice_stream.next() => {
|
||||
match data {
|
||||
|
||||
0
crates/guardian_core/src/srs/frame_queue.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/frame_queue.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/message.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/message.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/messages_codec.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/messages_codec.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/voice.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/voice.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/voice_codec.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/voice_codec.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/voice_command.rs
Normal file → Executable file
0
crates/guardian_core/src/srs/voice_command.rs
Normal file → Executable file
0
crates/guardian_core/src/tts.rs
Normal file → Executable file
0
crates/guardian_core/src/tts.rs
Normal file → Executable file
0
rust-toolchain.toml
Normal file → Executable file
0
rust-toolchain.toml
Normal file → Executable file
0
src/braa.rs
Normal file → Executable file
0
src/braa.rs
Normal file → Executable file
0
src/commands/bogeydope.rs
Normal file → Executable file
0
src/commands/bogeydope.rs
Normal file → Executable file
0
src/commands/cleartripwire.rs
Normal file → Executable file
0
src/commands/cleartripwire.rs
Normal file → Executable file
0
src/commands/mod.rs
Normal file → Executable file
0
src/commands/mod.rs
Normal file → Executable file
0
src/commands/radiocheck.rs
Normal file → Executable file
0
src/commands/radiocheck.rs
Normal file → Executable file
0
src/commands/tripwire.rs
Normal file → Executable file
0
src/commands/tripwire.rs
Normal file → Executable file
0
src/config.rs
Normal file → Executable file
0
src/config.rs
Normal file → Executable file
0
src/main.rs
Normal file → Executable file
0
src/main.rs
Normal file → Executable file
0
src/tripwire.rs
Normal file → Executable file
0
src/tripwire.rs
Normal file → Executable file
Reference in New Issue
Block a user