Giter Site home page Giter Site logo

Comments (9)

 avatar commented on June 30, 2024

I believe you can only access audio files when on a hosted platform

On 22 June 2014 18:13, SPENCERPOPE [email protected] wrote:

I can work the rest of timbre alright, but I can't use even the simplest
audio example. Any idea whats going wrong?

<script>function playT(){var src = window.getDraggedFile() || "amen.wav";T("audio").loadthis(src, function() { this.plot({target:canvas}).play();}).on("ended", function() { this.pause();});} function oscD(){ var freq = T("param", {value:100}).to(200, "BPM140 L2", -4);T("pulse", {freq:freq, mul:0.3}).play();}</script>
    <!-- start gui -->
<button style="background-color:#05a36c;"class="button" onclick="playT();"></button>
<button style="background-color:#06bb7c;"class="button" onclick="oscD();"></button>


Reply to this email directly or view it on GitHub
#24.

from timbre.js.

SPENCERPOPE avatar SPENCERPOPE commented on June 30, 2024

Do only the audio files need to be hosted? or..

from timbre.js.

mohayonao avatar mohayonao commented on June 30, 2024

an error message is appear?

from timbre.js.

SPENCERPOPE avatar SPENCERPOPE commented on June 30, 2024

I don't see an error. Synthesized sounds play locally, but the T(audio) produces no sound.

from timbre.js.

mohayonao avatar mohayonao commented on June 30, 2024

you can run this page on your environment?

http://mohayonao.github.io/timbre.js/audio.html

from timbre.js.

SPENCERPOPE avatar SPENCERPOPE commented on June 30, 2024

Everything on the timbre website works, but trying run the audio examples locally doesn't work.

from timbre.js.

mohayonao avatar mohayonao commented on June 30, 2024

which is type of url run at local environment?

  • http://127.0.0.1:3000/ hosted on local server
  • file://home/username/web/index.html opened by double clicking

the second case does not work probably.

from timbre.js.

dirkk0 avatar dirkk0 commented on June 30, 2024

You need to start a web server to avoid CORS issues (http://goo.gl/gj5De).
Trying to load the audio file gives you an error which you can see on the console (in Chrome: go to the menu - view/developer/javascript console).

To overcome this is issue, start a simple web server in the directory where your files are. You can do this in one line if you have Python installed with either python -m SimpleHTTPServer or python3 -m htttp.server and then open http://localhost:8000.

On Windows, it might be easier to install XAMP to get yourself a web server: https://www.apachefriends.org/index.html

from timbre.js.

SPENCERPOPE avatar SPENCERPOPE commented on June 30, 2024

I can use T("audio") running on a local server. Thank you everyone!

from timbre.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.