resonator 0.3.1

This crate allows 2 devices to send live PCM audio data to each other through a server
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct HeaderData {
    pub sender_id: i32,
    pub room_id: String,
}