Skip to content

Commit

Permalink
Changed default bitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Aga-C committed Feb 27, 2024
1 parent e42d0a4 commit 6fb1c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const val EXTENSION_MP3 = 1
const val EXTENSION_OGG = 2

val BITRATES = arrayListOf(32000, 64000, 96000, 128000, 160000, 192000, 256000, 320000)
const val DEFAULT_BITRATE = 128000
const val DEFAULT_BITRATE = 192000
const val SAMPLE_RATE = 44100

const val RECORDING_RUNNING = 0
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/settings_bitrate_label"
tools:text="128 kbps" />
tools:text="192 kbps" />

</RelativeLayout>

Expand Down

0 comments on commit 6fb1c78

Please sign in to comment.