default ogg

This commit is contained in:
Alexey Kuznetsov 2017-02-28 19:24:01 +03:00
commit c0ccd80db3
5 changed files with 5 additions and 5 deletions

View file

@ -45,5 +45,5 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:support-v4:25.2.0'
compile 'com.github.axet:android-audio-library:0.0.5' // compile project(':android-audio-library')
compile 'com.github.axet:android-audio-library:0.0.7' // compile project(':android-audio-library')
}

View file

@ -17,7 +17,7 @@
android:title="Частота записи" />
<ListPreference
android:defaultValue="wav"
android:defaultValue="ogg"
android:entries="@array/encodings_text"
android:entryValues="@array/encodings_values"
android:key="encoding"

View file

@ -17,7 +17,7 @@
android:title="Частота записи" />
<ListPreference
android:defaultValue="wav"
android:defaultValue="ogg"
android:entries="@array/encodings_text"
android:entryValues="@array/encodings_values"
android:key="encoding"

View file

@ -17,7 +17,7 @@
android:title="Sample Rate" />
<ListPreference
android:defaultValue="wav"
android:defaultValue="ogg"
android:entries="@array/encodings_text"
android:entryValues="@array/encodings_values"
android:key="encoding"

View file

@ -17,7 +17,7 @@
android:title="Sample Rate" />
<ListPreference
android:defaultValue="wav"
android:defaultValue="ogg"
android:entries="@array/encodings_text"
android:entryValues="@array/encodings_values"
android:key="encoding"