如何使用智能鈴聲避免在Android中令人尷尬的大聲鈴聲

Choosing a ringtone volume can be hard – there is no one setting that is right for all environments. What works perfectly at home may be too quiet for when you’re on the train, but too loud for the office. ?Intelligent Ringer?can be used to adjust ringtone volume according to ambient noise levels.

選擇鈴聲音量可能很困難–沒有一種適合所有環境的設置。 在家中可以正常工作的東西也許對您來說是安靜的,但對于辦公室來說卻太大聲了。 Intelligent Ringer可用于根據環境噪聲水平調整鈴聲音量。

When your phone rings you need to be able to hear it. Enabling vibration is helpful for when your phone is in your pocket, but this does not help you to hear your phone in noisy environments if you just have it on your desk.

電話響起時,您需要能夠聽到聲音。 當手機放在口袋里時,啟用振動很有用,但是如果您只是將手機放在桌子上,這并不能幫助您在嘈雜的環境中聽到手機的聲音。

Download a copy of the app from Google Play, fire it up, hit the menu button and head to the Settings.

從Google Play下載該應用的副本,將其啟動,點擊菜單按鈕,然后轉到“設置”。

All settings are controlled through a series of sliders, and each of them is fairly self-explanatory. The Pocket Factor slider only comes into play when you have ‘Pocket mode’ enabled. This uses your phone’s proximity detector to determine when it is in your pocket and boost the volume according to how you set this slider.

所有設置都是通過一系列滑塊控制的,每個滑塊都是不言自明的。 只有啟用了“口袋模式”時,“口袋系數”滑塊才起作用。 這將使用手機的接近檢測器確定何時將其放在口袋中,并根據如何設置此滑塊來提高音量。

Scrolling down you can configure the maximum and minimum ring volumes – use the Minimum setting to configure how loud the ringer should be in quiet situations, and Maximum for noisy places. To avoid having to manually start the app every time you want to make use of its features, check the ‘Start on boot’ option.

向下滾動,您可以配置最大和最小的鈴聲音量–使用“最小”設置可以配置在安靜情況下鈴聲的響度,在嘈雜的地方使用“最大值”。 為了避免每次要使用應用程序功能時都必須手動啟動該應用程序,請選中“啟動時啟動”選項。

To help improve the accuracy of the app when it comes to interpreting volume levels, make use of the calibration options at the bottom of the screen. When you are in what you would consider to be a noisy environment – when you would want the ring volume to be high – sample audio levels by tapping the Noise button.

為了幫助提高應用程序在解釋音量級別時的準確性,請使用屏幕底部的校準選項。 當您處于嘈雜的環境中時-當您希望鈴聲音量很高時-通過點擊“噪聲”按鈕來采樣音頻電平。

Similarly, when you are somewhere quiet, or silent, tap the Silence button to sample audio levels in such an environment. In each case, tap OK and then hit Done when sampling is complete.

同樣,當您處于安靜或安靜的地方時,請點擊“靜音”按鈕以在這種環境中采樣音頻電平。 在每種情況下,請點擊確定,然后在采樣完成后點擊完成。

Until you next restart your phone and have the app start automatically at boot, tap the back button and then hit Start to get it up and running – a notification icon is displayed so you’ll know Intelligent Ringer is active.

在下一次重新啟動手機并使應用程序在啟動時自動啟動之前,請點按“后退”按鈕,然后按“啟動”以啟動并運行該應用程序–顯示通知圖標,使您知道Intelligent Ringer已激活。

You might be concerned that constantly monitoring background noise levels would have a negative impact on battery life, but this is not the case. In fact, Intelligent Ringer only checks ambient noise levels when a call is received, effectively introducing a very slight delay before ringing at a volume that is appropriate to the current conditions. ?Should you find that audio level measurement takes too long, try lowering the Accuracy slider slightly.

您可能會擔心,不斷監測背景噪聲水平會對電池壽命產生負面影響,但事實并非如此。 實際上,Intelligent Ringer僅在接聽電話時檢查環境噪聲水平,從而在以適合當前條件的音量響鈴之前有效引入了非常小的延遲。 如果您發現音頻電平測量花費的時間太長,請嘗試稍微降低“精度”滑塊。

翻譯自: https://www.howtogeek.com/141956/how-to-avoid-embarrassingly-loud-ringtones-in-android-with-intelligent-ringer/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/280823.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280823.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280823.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

為什么要把類設置成密封?

前幾天筆者提交了關于FasterKvCache的性能優化代碼,其中有一個點就是我把一些后續不需要繼承的類設置為了sealed密封類,然后就有小伙伴在問,為啥這個地方需要設置成sealed?提交的代碼如下所示:一般業務開發的同學可能接…

powershell 常用命令筆記

常用集合,方便后續復制粘貼 # 判斷文件在不在 # 輸出文件 IF(!(test-path $filePath)) {$result|Out-File $filePath }# 讀取txt $result(Get-Content $filePath -TotalCount 1).Trim() $result# 刪除文件 remove-item "C:\wistron\Datasource\spiderPort.txt…

Linux 性能監控 : CPU 、Memory 、 IO 、Network

一、CPU 1.良好狀態指標 CPU利用率&#xff1a;User Time < 70%&#xff0c;System Time < 35%&#xff0c;User Time System Time < 70% 上下文切換&#xff1a;與CPU利用率相關聯&#xff0c;如果CPU利用率狀態良好&#xff0c;大量的上下文切換也是可以接受的 可…

Java 打飛機(小游戲)[版權非本人 本人制作收藏整理]

今天在網絡上 看到一個純java的小游戲 代碼copy到 myeclipse中 居然效果還不錯 這是一些效果圖 當然了 圖片是我自己找的 有心興趣的朋友可以做的好看一點 具體的代碼 都放在自己的文件里去了 那么可以去下載 https://i.cnblogs.com/Files.aspx 轉載于:https://www.cnblogs…

Cygwin使用指南

1 引言cygwin是一個在windows平臺上運行的unix模擬環境&#xff0c;是cygnus solutions公司開發的自由軟件&#xff08;該公司開發了很多好東西&#xff0c;著名的還有eCos&#xff0c;不過現已被Redhat收購&#xff09;。它對于學習unix/linux操作環境&#xff0c;或者從unix到…

nest 架構_當有人打來您的Nest Hello時,如何讓Google Home通知您

nest 架構The Nest Hello can alert you on your phone whenever someone rings your doorbell, but if you have a Google Home, you can also have Google Assistant audibly announce that someone is at the door. 無論何時有人按下門鈴&#xff0c; Nest Hello都會在電話上…

如何序列化派生類

前言假設有一個 Person 抽象基類&#xff0c;其中包含 Student 和 Teacher 派生類&#xff1a;public class Person {public string Name { get; set; } }public class Student : Person {public int Score { get; set; } }public class Teacher : Person {public string Title…

OPC Client “failed to execute OPCENUM” 解決方法

進入cmd重新執行 OpcEnum.exe /regserver 即可。

django07: 模板語言(舊筆記)

詳見&#xff1a;https://www.cnblogs.com/liwenzhou/p/7931828.html#autoid-2-3-6 包含&#xff1a; 模板 塊 組件 靜態文件

block,inline和inline-block概念和區別

block&#xff1a;block-level elements (塊級元素) &#xff0c;inline&#xff1a; inline elements (內聯元素)。block元素通常被現實為獨立的一塊&#xff0c;會單獨換一行&#xff1b;inline元素則前后不會產生換行&#xff0c;一系列inline元素都在一行內顯示&#xff0c…

Hadoop3.0 WordCount測試一直Accept 狀態,Nodes of the cluster 頁面node列表個數為0

起因是我運行wordcount測試一直卡主&#xff0c;不能執行&#xff0c;一直處于 Accept 狀態&#xff0c;等待被執行&#xff0c;剛開始是各種配置yarn參數&#xff0c;以及host配置&#xff0c;后來發現還是不行 hadoop 集群安裝完成后&#xff0c;在50070的 HDFS 管理后臺能看…

nexus 手動增加_如何使用Google的工廠圖像手動升級Nexus設備

nexus 手動增加Google’s Nexus devices are supposed to receive timely updates, but the staggered rollout means it can take weeks for devices to receive over-the-air (OTA) updates. Luckily, there’s a faster (and geekier) way to install the latest version of…

教你創建Google網站地圖Sitemap.xml(轉)

http://teachmyself.blog.163.com/blog/static/18881422920119895248288/ Sitemap.xml是 google搞出來的&#xff0c;也就是網站地圖&#xff0c;不過這個網站地圖是用xml寫的&#xff0c;而且要按google的標準來寫&#xff0c;并且要將寫出來的這個文件 sitemap.xml上傳到自己…

Oracle存儲過程語法

創建基本的存儲過程 1 CREATE OR REPLACE PROCEDURE MyProName IS 2 BEGIN 3 NULL; 4 END; 行1:CREATE OR REPLACE PROCEDURE 是一個SQL語句通知Oracle數據庫去創建一個叫做skeleton存儲過程, 如果存在就覆蓋它; 行2:IS關鍵詞表明后面將跟隨一個PL/SQL體。 行3:BEGIN關鍵詞表…

WPF-16 圖形處理

我們這節主要介紹WPF常用畫圖標簽&#xff0c;由于WPF圖形處理設計大量篇幅 ,我們在這里拋磚引玉&#xff0c;具體更多的學習資料鏈接https://github.com/microsoft/WPF-Samples/tree/master/Graphics 該鏈接中微軟提供了大量的學習Demo&#xff0c;WPF圖形處理最大的區別在于…

powershell 文件/文件夾操作

新建文件夾 New-Item -ItemType Directory -Force -Path $TargetPath復制文件夾到另外文件夾 Copy-Item <源文件夾> <新文件夾> -recurse -force 復制文件&#xff08;與修改文件名&#xff09; // 達到復制文件到新文件夾&#xff0c;及修改文件名效果 copy-…

純CSS制作各種各樣的網頁圖標(三角形、暫停按鈕、下載箭頭、加號等)

三角形 <div class"box"></div> <style>.box{ width: 0;height: 0;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-left: 50px solid transparent;border-right: 50px solid red; } </style> 平行四邊形…

您的MyFitnessPal帳戶幾乎肯定已被黑客入侵,請立即更改密碼

If you’re one of the millions of the 150 million MyFitnessPal users, bad news: hackers have your email address, your user name, and your hashed password. 如果您是1.5億MyFitnessPal用戶中的數百萬用戶之一&#xff0c;那么這是個壞消息&#xff1a;黑客擁有您的電…

Oracle Grid 11.2.0.4 安裝是出現INS-30510: Insufficient number of ASM disks selected.

最新文章&#xff1a;Virsons Blog 錯誤的原因是由于磁盤數和冗余層級不匹配&#xff1a; 如果創建用來存放OCR和VOTEDISK的ASM磁盤組&#xff0c;那么External、Normal、High三種冗余級別對應的Failgroup個數是1、3、5。也就是說&#xff0c;創建這三種冗余級別的磁盤組至少分…

動態編譯庫 Natasha 5.0 版本發布

動態編譯庫 Natasha 5.0 于十月份發布&#xff0c;此次大版本更新帶來了強大的兼容性支持&#xff0c;目前 Natasha 已支持 .NET Standard 2.0 及 .NET Core 3.1 以上版本&#xff08;包括 .NET Framework&#xff09;了。引入項目NuGet\Install-Package DotNetCore.Natasha.CS…