Skip to content

Commit

Permalink
Update text and default voice param
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Jul 15, 2024
1 parent 78bf032 commit 52eb80e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Player/SpeechSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function SpeechSettings() {
</div>

<p className="lg:hidden text-center text-sm">On mobile devices, ensure selected voice is installed in your device text to speech settings</p>
<p className="hidden lg:block text-center text-sm">On desktop devices, use Google Chrome for more natural voices</p>
<p className="hidden lg:block text-center text-sm">On desktop devices, use Google Chrome or Edge browser for more natural voices</p>
</div>
)
}
2 changes: 1 addition & 1 deletion src/constants/appConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const GITHUB_INTEGRATE_ON_YOUR_BLOG_LINK = "https://github.com/vivek-nexu
export const PORTFOLIO_LINK = "https://vivek.nexus"
export const DEFAULT_PASTED_ARTICLE = `Hello! Listen is your world-class reading companion. You can use it to listen to news pages or blog pages, as if they were podcasts. You can use it to proof-read, or should we say, proof-listen to your writing. You can use it to record voice-overs. So many possibilities, isn't it?
For best listening experience, here are some recommendations. On desktop devices, use Google Chrome browser for natural sounding voices. On Android and iOS, you may need to first download and install voice data, in your device settings.
For best listening experience, here are some recommendations. On desktop devices, use Google Chrome or Edge browser for natural sounding voices. On Android and iOS, you may need to first download and install voice data, in your device settings.
If you like Listen, you can install it as an app on your phone or desktop. Even more, you can quickly integrate it on your blog or webpages, so that your readers can instantly listen to your pages.
Expand Down
2 changes: 1 addition & 1 deletion src/stores/usePlayerStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const usePlayerStore = create<PlayerStoreState>(
voiceToSpeakWith: {
default: false,
lang: "en",
langWithLocale: "en-US",
langWithLocale: "en",
localService: true,
name: "Default voice",
value: "default-voice"
Expand Down

0 comments on commit 52eb80e

Please sign in to comment.