audio - Opus sample rate in Android app -


i'm trying use opus compress audio stream , send phone playback. problem in opus encoder , decoder work audio samples @ 48khz, whereas sample rate android guarantees work 44.1 khz.

so, question whether need upsample audio (using library, suppose) before sending, , downsample before playback, or ok pass in audio anyway without bothering re-sampling?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -