sonos 服務器_如何在Sonos上收聽有聲讀物

sonos 服務器

sonos 服務器

Audible, Amazon’s subscription audiobook service, was conspicuously absent from Sonos for the last few years. Thankfully, it’s now back. Here’s how to use it.

過去幾年,Sonos明顯缺少Amazon的訂閱有聲讀物服務Audible。 幸運的是,現在又回來了。 這是使用方法。

準備好 (Getting Ready)

To set up on your Sonos speaker you need:

要在Sonos揚聲器上進行設置,您需要:

  • A Sonos speaker up and running, and connected to your wifi network.

    Sonos揚聲器已啟動并正在運行,并已連接到您的wifi網絡。

  • An Audible account. If you don’t already have one, you can get a free book just by signing up for a trial here.

    有聲帳戶。 如果您還沒有本書,只需在這里注冊試用即可獲得一本免費的書。

  • The Sonos Controller app (available for iOS and Android).

    Sonos Controller應用程序(適用于iOS和Android )。

I’m demonstrating everything this with an iPhone and a Sonos One, but the process is pretty much the same on Android and with other Sonos speakers.

我正在用iPhone和Sonos One演示所有這些,但是在Android和其他Sonos揚聲器上的過程幾乎相同。

在Sonos上設置聲音 (Setting Up Audible on Your Sonos)

Open the Sonos Controller app, tap the “More” entry, and then tap the “Add Music Services” option. On the Add Music Services page, select “Audible” from the list

打開Sonos Controller應用程序,點擊“更多”條目,然后點擊“添加音樂服務”選項。 在“添加音樂服務”頁面上,從列表中選擇“音頻”

On the Add Service page, tap the “Add to Sonos” button. If you’ve already got an account, tap the “I Already Have an Account” button. Otherwise, tap “Try Audible Free” to sign up for a trial.

在“添加服務”頁面上,點擊“添加到Sonos”按鈕。 如果您已經有一個帳戶,請點擊“我已經有一個帳戶”按鈕。 否則,請點擊“免費試聽”以注冊試用。

On the next page, tap the “Authorize” button. Your web browser will open, and you’ll be prompted to sign in to your Amazon account.

在下一頁上,點擊“授權”按鈕。 您的網絡瀏覽器將打開,并提示您登錄您的Amazon帳戶。

Next, click “I Agree” to authorize your Sonos to access your Audible books.

接下來,單擊“我同意”以授權您的Sonos訪問您的有聲讀物。

Switch back to the Sonos Controller app, give the Audible account a name (so other people can also add their accounts), and then tap the “Done” button.

切換回Sonos Controller應用程序,給Audible帳戶命名(這樣其他人也可以添加他們的帳戶),然后點擊“完成”按鈕。

Now Audible is ready to use on your Sonos.

現在,Audible可以在您的Sonos上使用了。

在Sonos上使用Audible (Using Audible on Your Sonos)

Open the Sonos Controller app, head to the Browse page, and then select Audible. On the Audible page, you’ll see a list of all the audiobooks in your Library.

打開Sonos Controller應用程序,轉到“瀏覽”頁面,然后選擇“可聽”。 在“可聽”頁面上,您將看到媒體庫中所有有聲讀物的列表。

Select the audiobook to which you want to listen and it starts playing. If you’ve already been listening to the audiobook, it continues from where you last listened.

選擇要收聽的有聲讀物,然后開始播放。 如果您已經在聽有聲讀物,它將從您上次收聽的地方繼續。

Similarly, the next time you go to listen to the audiobook using the Audible app, it will prompt to continue from where you left off listening on your Sonos.

同樣,下次您使用Audible應用程序收聽有聲讀物時,它將提示您從上次停止收聽Sonos的地方繼續。



The best thing about a Sonos is how easy it is to listen to different audio sources. Audible was a major gap, and it’s good to see it back.

Sonos最好的事情就是聆聽不同的音頻源變得多么容易。 可聽見是一個很大的差距,很高興再次看到它。

翻譯自: https://www.howtogeek.com/346702/how-to-listen-to-audible-audiobook-on-your-sonos/

sonos 服務器

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

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

相關文章

常用sed四個功能

1. 替換 文件:test.txt abc aaa 命令:sed /.*/a/d/g test.txt(將文件中所有的a替換成d) 結果: dbc ddd 2. 刪除 文件:test.txt abc aaa 命令:sed /a$/d test.txt(將文件中所有以a結尾…

bind 0.0.0.0的作用是什么呢?

背景描述: 今天在看redis的內容,看到同事在配置文件中將bind配置為0.0.0.0進行監聽,不明白什么意思就查詢了下,在此記錄下。 解釋: 0.0.0.0在服務器的環境中,指的就是服務器上所有的ipv4地址,如…

約數的個數

Description mmoaay小侄子今年上初中,老師出了一道求約數個數的題目,比如8的約數有1,2,4,8共4個。 當數比較小的時候可以人工算,當n較大時就難了。 mmoaay嫌麻煩,現在讓你編個程序來算。 Input 一行一個整數。最后以0結束。 Outpu…

SQL Server Management Studio清除歷史登陸記錄

今天做滲透,登陸目標服務器的數據庫管理后發現留下了登陸的記錄,自己鼓搗了半天,終于解決 刪除C:\Documents and Settings\guest\Application Data\Microsoft\Microsoft SQL Server\90\Tools\Shell下的 mru.dat文件就可以了 本文轉sinojelly51CTO博客,原文鏈接&…

停止抱怨英語_停止抱怨垂直視頻

停止抱怨英語People have strong feelings about which direction video should be oriented. There are good reasons for that, but in some contexts, vertical video is completely fine and you should stop complaining about it. 人們對視頻應該定向哪個方向有著強烈的感…

Google Play/App Store/Facebook多賬號關聯問題,你會判斷嗎?

對于海外游戲開發、海外發行公司,尤其是有多個APP產品的公司來說,多賬號關聯問題是他們必然會遇到的。與亞馬遜等電商平臺直接禁止申請多家店鋪的做法不同,Google Play/App Store/Facebook等平臺申請多賬號的風險相對后置,平臺會從…

MySQL數據庫服務器優化詳細

查看MySql狀態及變量的方法: Mysql> show status ——顯示狀態信息(擴展show status like XXX) Mysql> show variables ——顯示系統變量(擴展show variables like XXX) Mysql> show innodb status ——顯示I…

facebook_如何清除您的Facebook搜索記錄

facebookSearch histories can tell a lot about you, and that’s especially true of Facebook’s search history. If you don’t want that sort of data left sitting around, here’s how to clear it. 搜索歷史可以告訴您很多信息,Facebook的搜索歷史尤其如此…

UI交互設計教程分享:提高界面交互體驗的“葵花寶典”

?本次分享的是在界面設計中最長實用也最容易被忽略的十個原則,就是尼爾森十大可用性設計原則,這是十分基礎且重要的原則。原則是死的,如何正確的結合到實際運用中才是關鍵。接下來我會通過對每一個原則的理解和現在移動端產品和結合進行分析…

window專業版激活

1、管理員權限進入命令行 2、安裝密鑰 slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX 3、設置kms服務器 slmgr /skms zh.us.to 4、查看是否激活 slmgr /ato 轉載于:https://www.cnblogs.com/Edward-Yue/p/10942884.html

csv文件用什么打開_什么是CSV文件,如何打開它?

csv文件用什么打開A Comma Separated Values (CSV) file is a plain text file that contains a list of data. These files are often used for exchanging data between different applications. For example, databases and contact managers often support CSV files. 逗號…

Python連續攀升,其他的腳本語言去哪了?

Python在TIOBE排行榜排名連續攀升,它的優勢掩蓋了一個嚴肅的問題:其他的腳本語言去哪兒了?據2017年11月的TIOBE指數顯示,其他語言(如Perl,PHP和Ruby)排名正在緩慢下滑。 不久之前,腳本語言風靡一時。動態類型語言不僅…

div水平垂直居中

水平垂直居中 效果 html <div class"m-box"><div class"m-temp"><div class"m-item">fsdafsfasdf</div><div class"m-item">fsdafsfasdf</div><div class"m-item">fsdafsfasdf&l…

【C】C語言結構體指針的語法

#include <stdio.h> #include <string.h> #include <stdlib.h>struct AGE {int year;int month;int day; };struct Student {char *name;int num;struct AGE birthday;float score; };int main() {// 注意寫法1與寫法2 不能混用// 寫法1struct Student* stu …

禁用磁盤檢查_如何在Windows上禁用“磁盤空間不足”警告

禁用磁盤檢查Windows displays “Low Disk Space” notifications whenever any partition on your computer has less than 200 MB of space remaining. Here’s how to get rid of the notifications, even if you can’t free up the space. 只要計算機上任何分區的剩余空間…

java根據身份證號碼計算年齡的方法(精確到日)

/*** 根據身份證號碼計算年齡** param psptNo* return*/public int getAgeByPsptNo(String psptNo) {if (StringUtils.isEmpty(psptNo)) {return 0;}String birthDay psptNo.substring(6, 14);String time new SimpleDateFormat("yyyy-MM-dd").format(new Date());…

ZT:CSS實現水平|垂直居中漫談

有篇博客園網友‘云軒奕鶴’的文章不錯&#xff0c;轉載在這里以供需要時查閱。 http://www.cnblogs.com/jadeboy/p/5107471.html 本文轉自張昺華-sky博客園博客&#xff0c;原文鏈接&#xff1a;http://www.cnblogs.com/xiandedanteng/p/6271281.html&#xff0c;如需轉載請自…

facebook數據_Facebook的“下載數據”功能遺漏了很多

facebook數據Facebook lets you download a ZIP file with all of your data—in theory. Turns out a lot of information isn’t included. 從理論上講&#xff0c;Facebook可讓您下載包含所有數據的ZIP文件。 事實證明&#xff0c;其中不包含很多信息。 Here’s Nitasha Tik…

直播源碼中有哪些網絡協議需要注意?

在當今的直播平臺中&#xff0c;對直播源碼越來越注重。那么直播源碼中有哪些網絡協議需要注意的呢&#xff1f; 1.TCP&#xff1a;TCP為點對點的協議&#xff0c;雖然能保證了數據傳輸的可靠性&#xff0c;但是對服務器資源耗費較大&#xff0c;在數據流大的場合難以保證數據流…

tomcat一閃而過

JAVA_HOME should point to a JDK not a JRE |vista tomcat 有的朋友在啟動Tomcat的時候會出現問題。 1例如&#xff1a; 手動點擊startup.bat 后 &#xff0c;一閃而過 2例如&#xff1a;在cmd下 進到tomcat的bin目錄 運行 startup.bat &#xff0c;然后輸出 了JAVA_HOME shou…