-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Allow playback of audio files #10022
Comments
ariya.hi...@gmail.com commented:
|
paul.d.bergeron@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
gervi...@gmail.com commented:
|
nistvan...@gmail.com commented:
|
nistvan...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
mitodrum...@gmail.com commented:
|
brandon....@gmail.com commented:
|
At a high level, what would need to happen in a fork to enable audio output? I'm not an experienced C++ programmer, but I'm motivated to use the Web Audio API with PhantomJS. |
The lack of Web Audio support in PhantomJS prevents proper automated testing of web-based apps using the Web Audio API. In addition, I have a couple projects where it would be useful to have the Web Audio API available server-side. The functionality exposed to a browser is easier to use and offers more capability than many commercially available audio processing libraries. Exposing it via PhantomJS could potentially help a new domain of applications be built. In the mean time, I am working hacking things in place with Chrome. |
Is there anything like this available? I would like to be able to have my node.js app command an html file on the same server via headless browser and then play audio. The html file includes the sound.js library, but I found that when accessed via phantomjs it can send the request to play an audio file, and the callback returns but no audio plays. |
+1 for sound. I wanted to get audio feedback if my tests fail, or an alarm on my laptop when I run a cron job and it detects something wrong like my server being down. Being able to play sounds IS useful. Now I have to install nodejs and talk to it to get this to happen, but I almost could do everything I needed right from phantomjs. Please consider reopening this. |
+1 for reopening. |
I'm working on a headless a11y testing framework and I'd need to be able to have sound related informations available from the API to know if a webpage follows WCAG guidelines. See quailjs/quail#246 (and a number of other audio related issues) I'm pretty sure squizlabs/HTML_CodeSniffer would like to be able to use it too. |
Why was this issue closed? Was it solved? edit: Oops, forgot that the issue was closed a long time ago |
@RangerMauve: It wasn't your fault, the "Closed" state on a lot of these imported issues moved to the end of the thread after the recent GitHub Issues UI upgrades. I worked with the GitHub staff to get these cleaned up, so they should be all back to normal now. Sorry for the confusion! |
Doing this because in acceptance tests the Web Audio API is referenced which breaks tests run with phantomjs ariya/phantomjs#10022 The above issue outlines our problem, and has been labeled wontFix. So Phantom is out for us.
+1 for audio. rendering audio offline seems like an exemplary use case. |
+1 for audio |
1 similar comment
+1 for audio |
👍 |
We're doing acceptance testing with ember which uses phantomjs. Our app will fail to continue until sound is configured. So it would be great to have sound supported in phantomjs. But very likely, I'd just have to hack around it. And let the app continue running even without sound. |
paul.d.bergeron@gmail.com commented:
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #22.
🌟 5 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered: