MindCast

React-Native 流媒体音频应用程序
授权协议 MIT
开发语言 JavaScript
所属分类 建站系统、 相册/照片/多媒体系统
软件类型 开源软件
地区 不详
投 递 者 空佐
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

MindCast 是一个 React-Native 流媒体音频应用程序,以Podcast的形式提供知识。

Preview-Screens

功能点:

  • Choose your interests (all, technology, philosfy, science, business, pop-culture or history - it will be used to make requests in order to have a personalized app with what the user want to hear about)

  • Get informations about a specific Author, with his New Releases/Featured Podcats and Related Authors

  • Get Informations about a specific Podcast, with its description and Author

  • Listen and download a single podcasts to listen offline (no need to create a playlist)

  • Playlists

    • Create, Edit and Remove your Playlists
    • Download Playlists to listen when the user goes offline
    • Undownload Playlists
  • Player to listen the selected podcasts and also be able to:

    • Shuffle Playlist
    • Repeat Playist
    • Repeat a single Podcast
    • Donwload the current podcast
    • Add the current Podcast to a Playlist
    • Access the queue of next podcasts that will be played
    • Remove podcasts from the queue
    • Play/Pause the current Podcast
    • Next/Previous podcast on the Playlsit
  • Bottom Player

    • Access the bottom player out of the Player screen in order to keep tracking the current podcast
    • Get the Author and the Title of the current podcast
    • Play/Pause/Forward the current podcast
    • Track the timer of the current podcast
  • Discover

    • A Dashboard with:
      • Trending Authors
      • Hottest Podcasts
      • New Podcasts Released
  • Search

    • Search for Authors by name

    • Get information about a certain category, showing it's featured and trending podcats, and the authors that talk about this category

  • Library

    • Create Playlists, add podcasts and download it to listen offline

    • Access Your Podcasts (Downloaded + Podcasts saved on your Playlists) in the form of playlist

    • Access your Podcasts downloaded in the form of playlist

    • Access recently played podcasts in the form of playlist

    • Change your interests

  • Settings

    • Choose between the Dark and Light theme
 相关资料
  • 多媒体 HTML5 前的多媒体需要借助第三方插件,例如 Flash,但是 HTML5 将网页中的多媒体带入了新的一章。 基本用法 // 音频 // 指定资源类型可以帮助浏览器更快的定位解码 <audio autobuffer autoloop loop controls> <source src="/media/audio.mp3" type="audio/mpeg"> <source s

  • 本文向大家介绍Android多媒体应用使用MediaPlayer播放音频,包括了Android多媒体应用使用MediaPlayer播放音频的使用技巧和注意事项,需要的朋友参考一下 Android提供了对常用音频和视频格式的支持,它所支持的音频格式有MP3(.mp3)、3GPP(.3gp)、Ogg(.ogg)和WAVE(.ave)等,支持的视频格式有3GPP(.3gp)和MPEG-4(.mp4)等。

  • 问题内容: 基本上,我想制作一个音频可视化器。我知道这是有可能的,因为我的手机带有一些可以做到这一点的动态壁纸。问题是,我似乎无法弄清楚如何使用Android API做到这一点。 我的应用程序将拾取当前正在播放的媒体流,然后根据当时正在播放的音量,在屏幕上显示更多或更少的条形图。 我怎样才能做到这一点?看起来我可以使用麦克风来做类似的事情,但是我希望能够在音乐,播客等方面做到这一点。 问题答案:

  • 我正在使用Twilio视频API,只想要音频通话。我通过了下面的约束,但是,网络摄像头仍然出现在被邀请的人身上。似乎约束只对创建对话的人有效。 是否可以强制对话下的所有客户端默认禁用视频? 另外,当只有音频被激活时,浏览器是否可能只要求麦克风来获得权限?它问麦克风和摄像头是否只是一个音频通话,这很奇怪。 来源:https://media.twiliocdn.com/sdk/js/conversat

  • 我正在使用Android Media Player从我的服务器播放音乐。可以使用MediaPlayer将播放音频保存到存储吗?

  • 我正在开发一个包含一些音频播放器的RecyclerView的应用程序。应用程序将下载。3gp文件(如果尚未下载)。 当我单击playAudio按钮时,音频未被播放。 这是我的适配器代码: 我怎样才能解决这个问题?

  • 如何告诉Media Player在无限长的时间内连续缓冲直播流?

  • 我正在测试我的火花流应用程序,我在我的代码中有多个函数:-其中一些在DStream[RDD[XXX]上运行,其中一些在RDD[XXX]上运行(在我做DStream.foreachRDD之后)。 我使用Kafka log4j appender来记录发生在我的函数中的业务案例,这些案例在DStream[RDD]上运行 但只有当来自于在RDD上运行的函数时,数据才会附加到Kafka- 有人知道这种行为的