mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-21 06:03:41 +00:00
use fixed point by default
simply too many devices have a broken floating point implementation
This commit is contained in:
parent
1fbec49583
commit
c93dff432e
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
final int defaultSampleRate = 44100;
|
||||
final int defaultChannelSelect = 0;
|
||||
final int defaultAudioSource = MediaRecorder.AudioSource.MIC;
|
||||
final int defaultAudioFormat = AudioFormat.ENCODING_PCM_FLOAT;
|
||||
final int defaultAudioFormat = AudioFormat.ENCODING_PCM_16BIT;
|
||||
final boolean defaultAutoSave = true;
|
||||
final String defaultLanguage = "system";
|
||||
if (state == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue