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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -