fix(native): expose tapped audio stats (#10524)

Need to encode the audio based on the sample's sample rate & channels.
Also fixed that global audio tap not receiving any samples at all.
This commit is contained in:
pengx17
2025-02-28 13:24:02 +00:00
parent 61541a2d15
commit bab4a07c9f
10 changed files with 152 additions and 184 deletions
+2
View File
@@ -19,6 +19,8 @@ export declare class ApplicationStateChangedSubscriber {
export declare class AudioTapStream {
stop(): void
get sampleRate(): number
get channels(): number
}
export declare class DocStorage {