feat: add publishing & audio to ffi (#46)
- Divide FFI protocol into multiple files
- Audio support
- AV Streams/Sources
- Create tracks
- Use Dashmap to store handles
- Add a capture test
- Ignored by GHA atm
This commit is contained in:
@@ -18,7 +18,7 @@ pub mod native {
|
||||
}
|
||||
|
||||
impl NativeAudioSource {
|
||||
pub fn capture_frame(&self, frame: AudioFrame) {
|
||||
pub fn capture_frame(&self, frame: &AudioFrame) {
|
||||
self.handle.capture_frame(frame)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user