Playing sound from an existing audio file or stream.
1
vote
0answers
8 views
How can I reset achievements from Google Game Services?
I'm testing my game using Google's new Games Services, and I'd like to reset my account's achievements for testing.
I've found that you can reset achievements using google's APIs ...
0
votes
1answer
11 views
Android sdk web page object size too small
I have an Android Morse code tutor app that has been online for a couple years, and revisions have been made during that time. I decided to make a revision that allows the user to play an mp3 file ...
1
vote
1answer
69 views
Using the new Google Play Services
I'm getting the follow error:
google-play-services_lib] Could not find google-play-services_lib.apk!
Complete Console:
[2013-05-17 16:41:50 - MapAlert] Android Launch!
[2013-05-17 16:41:50 - ...
0
votes
1answer
57 views
Android: Some apps are not available for Tablets on Google Play?
Since it came out the new developer console and the new PlayStore I have some problems like the one mentioned in the topic.
Lately my app is not visible from the tablets even if it was before.
But ...
0
votes
1answer
12 views
Netstream Pause/Unpause Notify will never fire when play video through HTTP
This is so strange that I have no idea how to search it specifically. I googled it and there seems to be that someone has already asked this but no solution replied.
The video file is on the server, ...
-1
votes
1answer
32 views
Web Application Tests Visualization [closed]
I'm testing a web application with several functionalities. I didn't develop this application, I'm a mere tester. I'm new to testing and when I started working on it I was given a series a Selenium ...
0
votes
0answers
31 views
no devices compatible with my android app
I am facing very same problem. Mentioned in many places This issue is answered many times but nothing helps me to get my app to remove 0 device compatibility issue. Could you please check the below ...
0
votes
1answer
27 views
Flash/Actionscript 3 - embedded sound play/stop?
How do I play/stop an embedded music file in Flash/AS3 via a button?
This is what I have:
import flash.events.Event;
import flash.events.MouseEvent;
import flash.display.MovieClip;
import ...
0
votes
0answers
26 views
google play sevice mainactivity
I've implemented the Google Play Services demo code found at this url:
https://github.com/kpbird/google-play-service/blob/master/src/com/kpbird/googleplayservice/MainActivity.java
And everything ...
0
votes
1answer
34 views
Create audio player for firefox os
I'm thinking of creating a local audio mp3 player for firefox you but instead of showing the songs and albums you shuffle one of the songs in your library. Please respond and if they feel that this ...
0
votes
0answers
19 views
How to correctly change MediaPlayer audio stream type?
I have a simple mp service to play, pause, resume audio. All works fine.
But, last night I have decided to add a feature for user to route audio to ear-piece or speaker and have been battling with ...
0
votes
0answers
20 views
Vimeo embedded video drops frames (stutters) while jquerry.cycle.all slideshow plays at the same page
This is chrome only, Safari, IE 10 and Firefox are ok.
Chrome Version: 26.0.1410.64 m I have this problem for a year now so it relates to a lot of versions.
Operating System: windows 8 pro, windows ...
1
vote
1answer
98 views
App not compatible with Nexus 7 and Acer Iconia a210
I know this has been asked a few times but why is my app not compatible with the Nexus 7 and Acer Iconia a210?
I didn't find a working solution in the existing questions so what else could I be ...
0
votes
0answers
36 views
How to play amr file in Windows Phone 8?
From what I read, WP8 does support amr
However, I don't know how to play it.
When using SoundEffect, I can't hear anything, maybe it's because SoundEffect supports wav only. Someone already asked ...
-1
votes
0answers
18 views
play mongodb jsobject in jsobject
I am playing with play framework + scala + mongodb, try to put the following json object into mongodb,
{
"deviceId": "alkdsjflasjdflkjasldfjlaskdjf",
"request": {
"wowowoow": "yes ...
-1
votes
0answers
15 views
Google Play's Visit Developer's Website link is broken [closed]
This is the value I enter into the developer console for the Developers Website *
http://www.bestcameraapps.com (simple right?)
And this is where the users are sent when they click "Visit The ...
0
votes
1answer
33 views
How to make sound loop using this method?
I did sound in a REALLY wierd way, do you think that there may be a way to loop it? cuz it only plays once then stops. Here is code for sound:
import java.io.File;
import java.io.IOException;
import ...
0
votes
0answers
47 views
Disable autoplay of embedded videoplayer in UIWebView
In a UIWebView controller, sometimes, I'd like to link to a video. Problem is, I can't prevent the embedded video player from auto starting. Similar questions I found all seem to have issues playing ...
-1
votes
0answers
21 views
How can I make this boolean work?
Here's the code in python for a game where I eat brussels sprouts:
class Maze:
""" A 2D maze. """
# Write your Maze methods here.
def __init__(Maze, content, rat_1, rat_2):
...
0
votes
2answers
98 views
Getting an automatic update on Google Play to work when the app is running 24/7?
We have an app that we want to distribute in-house using the google play private channel. We want to be able to roll out automatic updates but the catch is our software is designed as a home screen.. ...
0
votes
0answers
19 views
java setTickPosition fail
Im using a midi write file code for create midi files. After I made the file I want make a playback loop using setTickPosition method but the loop dosn't work. The tick position is fine but the sound ...
0
votes
1answer
18 views
Playing a generated sound j2me
I have this code for Android, that plays a custom sound, it works fine:
AudioTrack output = new AudioTrack(AudioManager.STREAM_MUSIC, baudRate, AudioFormat.CHANNEL_OUT_MONO, ...
1
vote
1answer
36 views
Keep playing a sound over and over again in Matlab?
I'm trying to create a MATLAB program to play a sound over and over again every couple of minutes. Right now I have it set to play every couple of seconds, just to get some bugs out of the system. ...
0
votes
0answers
27 views
OS X: Setting up a playback controls overlay for an AVFoundation video
I am trying to set up an NSView that will be overlaid on top of a video that is being played by AVFoundation. I really just want to create something that looks similar to the native quicktime player. ...
-1
votes
0answers
8 views
To play a newly generated file instead of the one just before
I generate certain audio clips on the fly from the server (java). Each time I load my webpage, a file is generated (sent from server to client) to play. However, I found out that the the file that ...
0
votes
0answers
15 views
create bluetooh application in iOS to send music to headset
I would like to create an application in iOS to play my music via bluetooh headset
today my headset work on iOS just to answer and make calls
anyone know how to do?
Dario
0
votes
1answer
34 views
Can i play mp3 file from url in Flash using actionscript
I have made a player that is being embedded in my application but when i wan to play a mp3 file by providing its Url it does not able to play on HTML whereas same url is played when i run direct swf ...
0
votes
0answers
29 views
Force Dailymotion links to play in iframe
So, I have an iframe called "myIframe" and several links posted as
<a href="http://www.dailymotion.com/video/videoid">Full</a>
on my website. What I need it to be is
<a ...
0
votes
0answers
49 views
Is there inside APK unique signature created by my eclipse? In keystore?
I had 2 apps on diffrent google play developer console accounts, they have completly different package names, signature keyfiles and any content.
But when first app was banned my second app was ...
0
votes
0answers
56 views
Play a sound with onclick function (Not working!)
I'm trying to play a sound when a button is pressed.
I have used this function in my javascript file
function playSound(soundfile) {
alert('hello');
...
0
votes
1answer
71 views
Android Media Player Wont Play After Stop
I have music playlist for 5 songs. I just want that play and stop buttons work as long as im in app. And that i can stop music when i want to and start another.
How this works now...The music plays ...
0
votes
1answer
103 views
JavaScript play/pause audio button, change class and create auto loop
My code works like this: When I click play the class "play" changes to class "pause", but when I click on pause it doesn't change to "play" class.
And second question will be how to make auto loop ...
0
votes
1answer
92 views
Using ALSA, how to record with a microphone what it is just playing out through a speaker?
I am trying to record what it is just playing out to the speaker using following ALSA APIs:
snd_pcm_mmap_writei()
snd_pcm_mmap_readi()
Both functions are called one to next in the same thread. The ...
0
votes
0answers
37 views
NAudio - Playing back MIDI from Stream
I'm making a game and using NAudio to play back sounds. I want to play a MIDI file for music looping in the background. Having searching for it in the documentation, found nothing.
How can I play a ...
1
vote
3answers
62 views
Play sound only once Jquery
I am trying to achieve something like this, upon hovering over an image, a sound is played, and I want the sound to be only played once, means after the initial hovering, the subsequent hovers will ...
0
votes
2answers
53 views
Disable all sounds while sound is playing in HTML5/jQuery
I currently have buttons setup to play sounds on an activity. The main audio button plays a sentence. What I'm after is a way to have the other anchors not clickable while the main sentence plays. ...
0
votes
1answer
80 views
Recording and play audio stream recorded from microphone
I want to record a sound / conversation with python (pyaudio) and after that use the stream that was recorded and play it on another computer using sockets (without files, just python)
How can i do ...
0
votes
0answers
31 views
How can I see app profiles from iTunes and Google Play store for non-US locales while being in US?
Is there a way I can see app profiles from the iTunes store and Google Play that support locales outside of US? If so, how? (without entering locale information)...
e.g Zynga's CityVille Holidaytown
...
0
votes
0answers
64 views
HTML5 Video Player - Alternative Playback Buttons?
I'm developing a project which takes advantage of html5 video capabilities. I've run into a problem one the mobile devices - especially the smaller devices, where the playback buttons (play/pause and ...
0
votes
1answer
49 views
Using Play and Pause video
I hope you can help me. I have a button for Play and other Pause but dont work.
Thanks. This is my code sample:
<!DOCTYPE html>
<html>
<head>
<title>Video.js | HTML5 Video ...
0
votes
3answers
101 views
Macro Recording in iOS
Is it possible to record set of touch events on iPhone and then playback?
I have searched alot but could not find any answer. if its possible, can anyone explain with an example.
I m not looking for ...
0
votes
1answer
50 views
How would i play a specific song in iTunes through java?
How would i play a specific song in iTunes through java?
I assume I need to somehow connect to iTunes and use the play function with a certain parameter....Can anyone point me in the right direction ...
0
votes
0answers
18 views
onMouseOver play sound
So I need to add onMouseover sounds. For example my sound files are sound1.wma - sound7.wma. Here are the lines of code I am looking to add them too. What do I add it the header? What should I add to ...
0
votes
1answer
111 views
Is it safe to give away the APK? [closed]
I have paid app on Google Play Store. And some marketing team asking my APK for them to publish on their Store. Apparently they can reach out users which are not covered by Google such as China, etc.
...
0
votes
1answer
121 views
how I play .Wav sound in IE7,IE8,Safari and other supported browser using javascript
I need to playing .Wav sound after success some stuff.I tried this one but its not working in IE7,IE8 and Safari whats wrong here?
var currentFile = "";
function playAudio() {
var oAudio = ...
0
votes
1answer
39 views
Confluence - Play a SWF on top of the page
I am not sure how to do this if I was working in a normal web coding environment, much less that I am working in Confluence.
My manager requests that our multimedia content on Confluence be able to ...
0
votes
1answer
41 views
Spotify Play Button in ePub 3.0 eBook
I am using InDesign CS6, Sigil, Textwrangler and ePub Zip-Unzip to produce ePub 3.0 eBooks. I would like "something-like" a Spotify Play Button but for ePub 3.0 eBooks, not for a Web site. I wish to ...
1
vote
1answer
64 views
DirectShow Read From Memory with a Callback method
Until now I used MCI & mmioInstallIOProc for video playback with the help of the mentioned callback method for reading data chunks directly from memory.
Is there any sample that accomplish the ...
0
votes
0answers
62 views
How to play video with UIWebview
I'm currently trying to play a video url that was sent from a private web server, and can't seem to make it work with my uiwebview.
An example of the url that I'm receiveng from the server:
...
0
votes
1answer
75 views
How iOS HTML5 video player detects a file type?
Now i am implementing a video playback on my site and for mobile devices i use HTML 5 video player:
<video src="/get_video.php/myfile.mov" controls width="400" height="250"></video>
In ...





