Questions tagged [playback]

Playing a sound or a video from an existing audio or video file or stream.

Playing a sound or a video from an existing audio or video file or stream.

1540 questions
-1
votes
1 answer

How to retrieve from a value from a dictionary in Anisble

I have written this task that is supposed to go through a list of files and display the total amount of files located. - name: "Total File Count" shell: "kubectl exec pod/{{pod}} -- sh -c \"rclone size current-folder\"" register:…
Paul Blart
  • 183
  • 1
  • 3
  • 12
-1
votes
1 answer

How do you play audio files in JavaScript?

I am just learning about promises and would really appreciate if you could give me a simple example where you click on a button and an mp3 file plays using promises. Ive searched around and have been stuck on this the whole day.
rickyk95
  • 11
  • 6
-1
votes
1 answer

Error ( No implicits found for parameter responseSerializer: MessageSerializer[Seq[SearchFormData], _] )

enter image description here Getting error in scala rest API while passing Seq[] in response. And when I remove Seq it works fine. Thank You
Samual
  • 67
  • 9
-1
votes
2 answers

Published app in google play is gone with no reason

Our app which was published and stable for more than 4 weeks is gone from google play jus few hours ago the app was fine today . The google play console has no errors whatsoever . when i try to look for the app using the package name it says…
Osama
  • 513
  • 2
  • 8
  • 18
-1
votes
1 answer

I am looking for a way to play an audio message to recipient of a phone call as soon as he/she receives the call

I am looking for a way to play an audio message to recipient of a phone call as soon as he/she receives the call. I want to push my audio when someone receives the call and then I start conversation. Example:- When some organization calls they start…
-1
votes
1 answer

Kill pid Jenkinsfile Jenkins

I have a jenkinsfile from which I am autodeploying a play framework application. To kill the current pid on the server I use the following command: sudo kill $(cat /var/www/myProject/PLAY.pid) I've tried escaping the dollar sign as suggested…
paynod
  • 19
  • 1
  • 7
-1
votes
1 answer

How to use AKKA/Actor for asynchronous/synchronous calls

I am new to AkKA/Actor. I need to create synchronized Parent actor and two or more asynchronized actors to call some Rest API. Please suggest what kind of pattern would be suitable i.e Tell or ask or inbox ?
yesPeeB
  • 1
  • 3
-1
votes
1 answer

How to make loop command in discord.js?

I'm trying to make a discord.js bot that plays music and runs the looping command. I'm now stuck trying to use it as it's not working. My code: Server.js const http = require('http'); const express = require('express'); const app =…
User Command
  • 1
  • 1
  • 1
-1
votes
2 answers

how to play a .wav file using c#

I am new to System.Media and I want to simply play the sound of a .wav file using c# I did exactly what is written in this question's answars](How to play a sound in C#, .NET) and it won't work. I used special .wav file that is especially for…
user11763240
-1
votes
1 answer

How to upload on google store from country Georgia(not on the list)

Me and my friend just made the applications for androids and wanted to register and then upload them on the google store(play store), but our country(Georgia) is not on the list. It was surprise for us, because all of our neighbors have access.
Miro
  • 3
  • 2
-1
votes
1 answer

Python Raspberry Pi playing music

I have a script running which reads out the distance of a HC-SR04 Sensor from my GPIOs. The plan is to regulate the volume of a music output (mp3 file) depending on the current distance output. Since the script is running on a Raspberry Pi the…
NicoF.
  • 26
  • 1
  • 6
-1
votes
2 answers

How to make ImageButton repeat a sound each time it's clicked

I am trying to get the Image Button to play a sound each time it's clicked. For example, if the sound is playing for few seconds and I press the button again it should start from the beginning. I managed to get the sound working but it's not…
-1
votes
1 answer

How to play an audio file when microphone input exceeds some threshold in dm

Is there any program, or any console-script, that listens to microphone input and when noise exceeds some threshold in db, plays back an audio file?
-1
votes
1 answer

How to make JWPlayer keep playing after a page redirect action

I have a JWPlayer playing video in a page, when people accidentally click a link in that page or the F5 button, the player will stop playing automatically and start to redirect to other page. I use below function to help viewer to make sure this…
Jason
  • 303
  • 1
  • 5
  • 13
-1
votes
2 answers

Javascript slideshow - Add next/forward and previous/rewind

I have this javascript slideshow which is working fine with the pause/play option: Simple Javascript Slideshow