default ogg
This commit is contained in:
parent
4ce2c0fb1e
commit
c0ccd80db3
5 changed files with 5 additions and 5 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue