sonos 服务器_如何在Sonos上收听有声读物

2023-11-09 18:31

本文主要是介绍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 服务器

这篇关于sonos 服务器_如何在Sonos上收听有声读物的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/377866

相关文章

Go语言开发实现查询IP信息的MCP服务器

《Go语言开发实现查询IP信息的MCP服务器》随着MCP的快速普及和广泛应用,MCP服务器也层出不穷,本文将详细介绍如何在Go语言中使用go-mcp库来开发一个查询IP信息的MCP... 目录前言mcp-ip-geo 服务器目录结构说明查询 IP 信息功能实现工具实现工具管理查询单个 IP 信息工具的实现服

springboot上传zip包并解压至服务器nginx目录方式

《springboot上传zip包并解压至服务器nginx目录方式》:本文主要介绍springboot上传zip包并解压至服务器nginx目录方式,具有很好的参考价值,希望对大家有所帮助,如有错误... 目录springboot上传zip包并解压至服务器nginx目录1.首先需要引入zip相关jar包2.然

将Java项目提交到云服务器的流程步骤

《将Java项目提交到云服务器的流程步骤》所谓将项目提交到云服务器即将你的项目打成一个jar包然后提交到云服务器即可,因此我们需要准备服务器环境为:Linux+JDK+MariDB(MySQL)+Gi... 目录1. 安装 jdk1.1 查看 jdk 版本1.2 下载 jdk2. 安装 mariadb(my

基于Python打造一个可视化FTP服务器

《基于Python打造一个可视化FTP服务器》在日常办公和团队协作中,文件共享是一个不可或缺的需求,所以本文将使用Python+Tkinter+pyftpdlib开发一款可视化FTP服务器,有需要的小... 目录1. 概述2. 功能介绍3. 如何使用4. 代码解析5. 运行效果6.相关源码7. 总结与展望1

使用Python开发一个简单的本地图片服务器

《使用Python开发一个简单的本地图片服务器》本文介绍了如何结合wxPython构建的图形用户界面GUI和Python内建的Web服务器功能,在本地网络中搭建一个私人的,即开即用的网页相册,文中的示... 目录项目目标核心技术栈代码深度解析完整代码工作流程主要功能与优势潜在改进与思考运行结果总结你是否曾经

使用Python实现快速搭建本地HTTP服务器

《使用Python实现快速搭建本地HTTP服务器》:本文主要介绍如何使用Python快速搭建本地HTTP服务器,轻松实现一键HTTP文件共享,同时结合二维码技术,让访问更简单,感兴趣的小伙伴可以了... 目录1. 概述2. 快速搭建 HTTP 文件共享服务2.1 核心思路2.2 代码实现2.3 代码解读3.

CentOS 7部署主域名服务器 DNS的方法

《CentOS7部署主域名服务器DNS的方法》文章详细介绍了在CentOS7上部署主域名服务器DNS的步骤,包括安装BIND服务、配置DNS服务、添加域名区域、创建区域文件、配置反向解析、检查配置... 目录1. 安装 BIND 服务和工具2.  配置 BIND 服务3 . 添加你的域名区域配置4.创建区域

Windows Server服务器上配置FileZilla后,FTP连接不上?

《WindowsServer服务器上配置FileZilla后,FTP连接不上?》WindowsServer服务器上配置FileZilla后,FTP连接错误和操作超时的问题,应该如何解决?首先,通过... 目录在Windohttp://www.chinasem.cnws防火墙开启的情况下,遇到的错误如下:无法与

Windows server服务器使用blat命令行发送邮件

《Windowsserver服务器使用blat命令行发送邮件》在linux平台的命令行下可以使用mail命令来发送邮件,windows平台没有内置的命令,但可以使用开源的blat,其官方主页为ht... 目录下载blatBAT命令行示例备注总结在linux平台的命令行下可以使用mail命令来发送邮件,Win

Ubuntu 22.04 服务器安装部署(nginx+postgresql)

《Ubuntu22.04服务器安装部署(nginx+postgresql)》Ubuntu22.04LTS是迄今为止最好的Ubuntu版本之一,很多linux的应用服务器都是选择的这个版本... 目录是什么让 Ubuntu 22.04 LTS 变得安全?更新了安全包linux 内核改进一、部署环境二、安装系统