2,441 Topics
Shows you how to play sound files with the pySFML module and Python.
I am using asp.net 4.0 and c#. I have a page at work that is used one time per year by one person to run several stored procedures on January 1st. In order to make it more interesting (since she has to work every New Year's Day) I try to …
Hello I'm new to programming and I'm trying to make a java application that will "hear" (not record necessarily) the sound and display how loud is.I'm thinking of converting the sound recordings to numbers,so I can see the difference on the sound levels.I got this code and I added the …
I'm trying to get a bit of code to work. I need one button that toggles control of audio to play and rewind but the script doesn't work. // Create Media object from src my_media = new Media(src, onSuccess, onError); // Play audio my_media.play(); $('#playBtn').hide(); $('#stopBtn').show(); // Update my_media position …
Hi everyone, I'm new on the forums, and this is my first post, so please bear with me ^^ I just purchased a Genius Eye 312 webcam. The webcam drivers installed fine, then I restarted the machine and plugged in the webcam. After I did, I was prompted to install …
The odd thing about these particular headphones is the marketing, in my opinion. The very bright colours, mine were what I can only describe as dayglo yellow, are not offset by any calmer touches; the same colour is applied to the wires, cups, buttons, jacks, headband, everything. It's a deliberate …
below is the simple source code #include <iostream> using namespace std; int main() { cout<<"Hello"<<endl; system("pause"); return 0; }?? how to let program play some music when the program print the word "Hello"?? Let's say the song file name is "hello.mpg".
I need help playing audio from mysql blob. I know how to save audio file as blob but I don't know how to play it in vb.net. Is there a way to play audio from mysql blob without saving it first as a file? If so, I need sample codes, …
I have website for audio and videos. My problem is that an audio is not running on Server but working on local. I created a folder where only html files are there and it is working fine on that folder. But an another folder where are audios and videos are …
I have a CA0103-dbq sound card for my desktop which I had to use instead of in built card. I have the driver called AU8850 for windows which came along with it. Now I need to use my sound card in linux also(I am using slackware dual boot with XP). …
creating a simple news feed just like facebook is not the problem but instead of posting text i want users to post videos and audios also so other users can watch the videos and play the audio files
Hey, i know this is gonna sound like a very VERY general question, but i really wanna buy the right pc speakers for the right price and I am heavily influenced by all the big brands etc...but was just wondering if i can have a few opinions on the best …
Hello guys!!! I want to design my audio dvd colection, so I need your advices about label making software! I hope you will help me. Thanks!!!
Good morning! I have these VideoChatRTP class I got [here](Good morning! I have these VideoChatRTP class I got here (I just added the main) and an EncodingUtilClass class from here.) (I just added the main) and an EncodingUtilClass class from [here](http://www.java2s.com/Open-Source/Java/6.0-JDK-Modules/java-3d/com/db/media/rtp/EncodingUtil.java.htm). VideoChatRTP.java import javax.media.rtp.*; import javax.media.*; import javax.media.protocol.*; import java.awt.Image; …
When I'm listening to music on my iphone and I pull up the control center It won't let me go to next track. Any solutions
Hi, I am using ffmpeg to convert wav audio files to mp3 format but I am getting this error. "cannot execute binary file". I have given 777 rights to my ffmpeg folder and my operating system is ubuntu x86_64. I have uploaded the 64 bit version for ffmpeg but still …
Hi, I am using ffmpeg conversion from wav format to mp3 format. I want to convert the length of the audio file as well. The length of wav audio file 35 sec and I want to convert it to 15 seconds. Is there any way I can convert the length …
Hi. First off im only a teenager so im not very fluent in computer language so if you make a response, please make it as simple as you can. Okay, so ive been having a problem with my headset where it doesn't show up on the list of devices. Its …
Hi Guys / Gals - Is there any way to track your AxWindowsMediaPlayer1 when it reaches the end of the Playlist, I am doing a Play / Pause Button but it goes on looping the playlist endlessly, so I was just hoping if I can know it has reached the …
Hi guys I want to develop a pattern recognition system for my final year project. The system will be an interface between a blind person and a mute person; I have chosen android platform for the system as most smart phones use it. I want the smart phone to use …
Normally when I adjust sound a graph appears on screen. The graph is no longer visible on screen when adjustments are made. Machine is Vista and sound system is Realtek, the original system that came with the laptop.
Hi, Firstly, this is my 1st post and I'm so sorry if I post on the wrong thread. I got a couple of questions here and I do need help from you guys. **Question 1.** The Content/Files I've music website and I need to know where can I get musician …
Well, I am starting to get bored with my current rotation and want to update my collection. I like [weird](http://www.youtube.com/watch?v=2VnF9NeuhUE) music and I am especiall fond of German Industrial like [Rammstein](http://www.youtube.com/watch?v=RlOAMKTj0hU), [Kraftwerk](http://www.sonar.es/en/2013/prg/ar/kraftwerk-%283d-show%29_134), and [Einstürzende Neubauten](http://www.youtube.com/watch?v=ndK3BM77o5s) - at least for industrial I also like [California Guitar Trio](http://www.youtube.com/watch?v=xdEAccE7BMs) (can you tell the …
Hi All, I want to grab TV Tuner Raw Samples for implementing FM receiver. I need to have mechanism to Tune desired frequency and then grab Samples of that frequency, in this case it would be IF samples and then implement FM receiver over it. I have already seen various …
i've recently engaged in an argument with my dad about CDs and DVDs vs memory sticks and i basically stated that since nowadays it is common for almost everyone to have at least a 16GB stick, CDs and DVDs are basically becoming useless/non-convenient. he countered me stating that CDs have …
I previously burned alot of cds with Windows Media player and it saves them as wma files. Now I am trying to access those music files with another program but it doesn't support wma, is there a way to convert all of those music files to mp3's without re-burning everything?
HI, I am trying to convert an audio file that is in wav format to mp3 format. I have installed apache and I am using windows 8. I downloaded the files for ffmpeg and tried to run the php script and convert the file but no success. What I am …
Hello Community, I was trying to play music throught my iPod dock with my new iPod (5th gen). The sound only comes throught the iPod and not the stereo.
Hi Dude, I need to design an application similar to windows media player. Many suggested to me JMF but my actual need is it should be exactly same as windows media player. In my swing window, I should have the capability to add/edit playlists. If double click it should get …
So I have been working on a tetris game for some time now and I have everything figured out besides the fact that I can not get it to actually go to a game over screen. Any help on where to start looking or what code I should be trying …
Hi ..... i want to stream the audio to the socket stream in java...... how to do that....
Heya guys, My onboard audio of my motherboard just died a few days ago. Now i'm forced to use an usb headset, which is fine for games, but music on the other hand... My motherboard is an P7P55D EVO, which has an VIA VT1828S on it. i'm looking for a …
I use Linux & Rhythmbox to manage my iPod but that is blocking me from being able to use the .aax audio book file from audible.com The .aax files work well with iTunes but since I don't use iTunes anymore I'm kinda out of luck. I could manually place the …
<head> <script type="text/javascript"> function playPause(x) { var myAudio=document.getElementById(x); if (myAudio.paused) myAudio.play(); else myAudio.pause(); } </script> <head> <body> <audio id="Soundx1" src="../audio/2.mp3"></audio> <button style="background-image:url(../images/audio1.jpg); width:45px; height:45px; border:transparent; margin:0px 0px 0px 0px;background-repeat: no-repeat;background-color:white;" onclick="playPause('Soundx1');" ></button> <audio id="Soundx2" src="../audio/2.mp3"></audio> <button style="background-image:url(../images/audio2.jpg);background-color:white; width:45px; height:45px; border:transparent; margin:0px 0px 0px 0px;background-repeat: no-repeat;" onclick="playPause('Soundx2');" ></button> <body> <Article moved …
Is it possible to play or make music in Python?
Why in Internet Explorer on Windows Phone 8 HTML5 player for shoutcast stream does not work? <audio controls src="http://IPADRESS:PORT/;"></audio> Is there an alternative?
Hello Guys I'm having a problem with the SwyxIt setup we have at work and the error message which comes up on the screen displays Sound card already in use. So this makes the volume on the Swyxit Handset mute even though the volume is turned up why is that? …
I'M trying to get my .aax audio book file from my computer to my iPod but am having trouble. I don't use iTunes or Microshaft Window$ so it's a little more complicated. I'M using the Linux OS with Rhythmbox media player. I tried to manually move my .aax files to …
Have this code when the button is clicked the stream starts but when the stop button is clicked nothing happens? I want to be able to stop the stream and get the recorded Media and display it? How would i do this? Any Help Will be Great. <html> <input type="button" …
Hello, my name is David, and I want to create a program that will take an audio file, generate the WMP visualizations, apply some modifications, and save it to an AVI file. How can I do that? Thanks in advance (-:
Hello Everybody Its has been a very long time since I started some programming project for my own curiosity. And now that curiosity has reached a level of desparation. I want to make a talking program. You know like Text-to-Speech. I searched google, but all I found was theory. I …
My Windows Media Player (vers. 10) plays video, but NO SOUND. It doesn't matter what type of file or media I try to play, no sound ever comes out. Yet when I use any other application, sound works fine. e.g. QuickTime, Real Player, iTunes, WinAmp, etc. I have upgraded all …
Hello dears. I need to play a music in my projects background. I did such below but it does not work. what is problem please? [CODE] class PlayMusic { private string cmd; private bool isOpen; [DllImport("winmm.dll")] private static extern long mciSendString(string strCommand,StringBuilder strReturn,int iReturnLength, IntPtr hwndCallback); public void Close() { …
KitSound takes music seriously, so I wasn't that surprised when I read how in recent 'blind testing' consumers were unable to tell the difference between a set of KSDJ headphones costing under £20 and high end headphones costing up to £900 when it came to the audio output. I mention …
For the hundredth time I'm listening to **Blackstone Legacy** album (1971) by Afro-American jazz trumpeter Woody Shaw (1944-1989) and I like it exclusively. What kind of music I **don't** like is any sentimental music, so called "smooth" jazz, swing (in the 21st century it sounds too moth-eaten), 99.999% of rock …
I am getting into game programming more and more. I have been learning DirectX11 but it is hard and very low level. I am looking for a game librarie that has these spesifications: Must be in C++ (the library doesn's have to be written in C++. As long as I …
Could anyone please help me out in retrieving the number of audio devices using "waveInGetNumDevs" ? I cannot make out how to do it ? Thanx :)
i just want to make a mp3 player, but i got problem at my mp3 path. this is my code: Public Class Form1 Private Sub Import_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Import.Click FBD.ShowDialog() TextBox1.Text = FBD.SelectedPath Dim folderInfo As New IO.DirectoryInfo(TextBox1.Text) Dim arrFilesInFolder() As IO.FileInfo Dim fileInFolder …
Just a code sample that allows you to play your midi or mp3 music files with Python and module pygame.
Hey, I'm a Happy Owner of a Razer Electra Headphones/Headset. The thing is that whenever I place the microphone wire into the line-in, sound is neither recorded or heard. Could it be that my VIA HD Sound Card isn't compatible with my headset? Thanks in advance, Isaac. Attached you should …
The End.