Audio Pipes
Use the Audio Pipes extension to stream audio between any webpage that utilises Web Audio. Originally developed for the music…
Audio Pipes란 무엇입니까?
Audio Pipes은(는) https://www.watchthatsound.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the Audio Pipes extension to stream audio between any webpage that utilises Web Audio. Originally developed for the music…"입니다.
확장 프로그램 스크린샷
Audio Pipes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use the Audio Pipes extension to stream audio between any webpage that utilises Web Audio. Originally developed for the music educational app Watch That Sound. The user can choose and select which web audio pages to connect. After installing Audio Pipes. a) Start with this example: https://app.watchthatsound.nl/#movie=WTSp_025_VJDennisWTS1/view=audio you see the audio recording page of the Watch That Sound app. b) Open a webpage of a web audio instrument. For example: http://nicroto.github.io/viktor/ or https://io808.com/ c) Explore it and make some sounds. d) Select in the source-destination menu the url of the webpage as Source and the Watch That Sound app as Destination More info : https://vimeo.com/290287853 Technical background: This extension makes it possible to stream audio between any webpage that utilises web audio. Originally developed for the music educational app. Watch That Sound. The user can choose and select which web audio pages to connect. We will present a use case in which the Watch That Sound webapp is connected as a consumer of various webpages that produce audio. A script is injected on a webpage that checks whether audio is produced or consumed on the page. The user can then select which pages to connect, after which a WebRTC connection is made between those pages. For more info and source code: http://github.com/JanMisker/Audio-Pipes
확장 프로그램 기본 정보
이름 | Audio Pipes |
ID | ebmfdpppokkplmndpamkhbmochcdlefp |
공식 URL | https://chromewebstore.google.com/detail/audio-pipes/ebmfdpppokkplmndpamkhbmochcdlefp |
설명 | Use the Audio Pipes extension to stream audio between any webpage that utilises Web Audio. Originally developed for the music… |
파일 크기 | 66.01 KB |
설치 횟수 | 392 |
현재 버전 | 0.6.0 |
최근 업데이트 | 2021-06-10 |
출시 날짜 | 2018-11-05 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://www.watchthatsound.nl |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "author": "Jan Misker", "version": "0.6.0", "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [], "browser_action": { "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |