Skip to content

Commit

Permalink
Add voice search
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Sep 11, 2023
1 parent ae82ad4 commit 52fc935
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- A field to indicate when a playlist was last updated
- Voice search in search page

## [0.11.0] - 2023-09-10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ function Init()
m.scrollAnimation = m.top.FindNode("scrollAnimation")
m.scrollAnimationInterpolator = m.top.FindNode("scrollAnimationInterpolator")
m.suggestions = m.top.FindNode("suggestions")

textEditBox = m.keyboard.textEditBox
textEditBox.voiceEntryType = "generic"
textEditBox.voiceEnabled = true
end function

function OnNodeReady()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</interface>
<children>
<Group id="container">
<MiniKeyboard
<DynamicMiniKeyboard
id="keyboard"
translation="[730,110]"
/>
Expand Down

0 comments on commit 52fc935

Please sign in to comment.