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

相关文章

服务器集群同步时间手记

1.时间服务器配置(必须root用户) (1)检查ntp是否安装 [root@node1 桌面]# rpm -qa|grep ntpntp-4.2.6p5-10.el6.centos.x86_64fontpackages-filesystem-1.41-1.1.el6.noarchntpdate-4.2.6p5-10.el6.centos.x86_64 (2)修改ntp配置文件 [r

JAVA智听未来一站式有声阅读平台听书系统小程序源码

智听未来,一站式有声阅读平台听书系统 🌟 开篇:遇见未来,从“智听”开始 在这个快节奏的时代,你是否渴望在忙碌的间隙,找到一片属于自己的宁静角落?是否梦想着能随时随地,沉浸在知识的海洋,或是故事的奇幻世界里?今天,就让我带你一起探索“智听未来”——这一站式有声阅读平台听书系统,它正悄悄改变着我们的阅读方式,让未来触手可及! 📚 第一站:海量资源,应有尽有 走进“智听

Linux服务器Java启动脚本

Linux服务器Java启动脚本 1、初版2、优化版本3、常用脚本仓库 本文章介绍了如何在Linux服务器上执行Java并启动jar包, 通常我们会使用nohup直接启动,但是还是需要手动停止然后再次启动, 那如何更优雅的在服务器上启动jar包呢,让我们一起探讨一下吧。 1、初版 第一个版本是常用的做法,直接使用nohup后台启动jar包, 并将日志输出到当前文件夹n

速盾:直播 cdn 服务器带宽?

在当今数字化时代,直播已经成为了一种非常流行的娱乐和商业活动形式。为了确保直播的流畅性和高质量,直播平台通常会使用 CDN(Content Delivery Network,内容分发网络)服务器来分发直播流。而 CDN 服务器的带宽则是影响直播质量的一个重要因素。下面我们就来探讨一下速盾视角下的直播 CDN 服务器带宽问题。 一、直播对带宽的需求 高清视频流 直播通常需要传输高清视频

一种改进的red5集群方案的应用、基于Red5服务器集群负载均衡调度算法研究

转自: 一种改进的red5集群方案的应用: http://wenku.baidu.com/link?url=jYQ1wNwHVBqJ-5XCYq0PRligp6Y5q6BYXyISUsF56My8DP8dc9CZ4pZvpPz1abxJn8fojMrL0IyfmMHStpvkotqC1RWlRMGnzVL1X4IPOa_  基于Red5服务器集群负载均衡调度算法研究 http://ww

RTMP流媒体服务器 crtmpserver

http://www.oschina.net/p/crtmpserver crtmpserver又称rtmpd是Evostream Media Server(www.evostream.com)的社区版本采用GPLV3授权 其主要作用为一个高性能的RTMP流媒体服务器,可以实现直播与点播功能多终端支持功能,在特定情况下是FMS的良好替代品。 支持RTMP的一堆协议(RT

云原生之高性能web服务器学习(持续更新中)

高性能web服务器 1 Web服务器的基础介绍1.1 Web服务介绍1.1.1 Apache介绍1.1.2 Nginx-高性能的 Web 服务端 2 Nginx架构与安装2.1 Nginx概述2.1.1 Nginx 功能介绍2.1.2 基础特性2.1.3 Web 服务相关的功能 2.2 Nginx 架构和进程2.2.1 架构2.2.2 Ngnix进程结构 2.3 Nginx 模块介绍2.4

阿里云服务器ces

允许公网通过 HTTP、HTTPS 等服务访问实例 https://help.aliyun.com/document_detail/25475.html?spm=5176.2020520101.0.0.3ca96b0b3KGTPq#allowHttp

常见的服务器

常见的Web服务器 1、Tomcat:Tomcat和Java结合得最好,是Oracle官方推荐的JSP服务器。Tomcat是开源的Web服务器,经过长时间的发展,性能、稳定性等方面都非常优秀。 2、Jetty:另一个优秀的Web服务器。Jetty有个更大的优点是,Jetty可作为一个嵌入式服务器,即:如果在应用中加入Jetty的JAR文件,应用可在代码中对外提供Web服务。 3、Resin:

Exchange 服务器地址列表的配置方法与注意事项

Exchange Server 是微软推出的一款企业级邮件服务器软件,广泛应用于企业内部邮件系统的搭建与管理。配置 Exchange 服务器地址列表是其中一个关键环节。本文将详细介绍 Exchange 服务器地址列表的配置方法与注意事项,帮助系统管理员顺利完成这一任务。 内容目录 1. 引言 2. 准备工作 3. 配置地址列表 3.1 创建地址列表 3.2 使用 Exchange