2,441 Topics

Member Avatar for
Member Avatar for ms061210

My problem is that I have an option page which contains the button to control the background music on and off. it works fine. But when I exit the option page then go back to option page again and play the music again, there will be two sound playing and …

Member Avatar for Phaelax
0
346
Member Avatar for kevinyu

How to make an iframe embedded video not skip streaming an audio even if a submit button has been pressed, is it possible to achieve it without using scripts??? Note: I am streaming a YouTube video(hidden)

Member Avatar for gon1387
0
131
Member Avatar for daniello

i just installed linux mint isadora on my dell inspiron n5110 but the sound does not play out. i can be watchinng movie or playing music and yet still the sound doesnt come out

Member Avatar for JasonHippy
0
173
Member Avatar for LONGWAY

I made artisteer template with swf header for joomla. The swf file has mp3 music to play but when template is added to joomla the music doesnt play....any one knows solution?

Member Avatar for Member #949455
0
78
Member Avatar for Programmer629

Hey guys. i was wondering if anyone knew any good tutorials for making an audio software, similar to audacity or mixpad. i prefer it to be in vb.net but it can be in C# or C++ too. thx!

0
70
Member Avatar for singularity~

I'm trying to parse ID3 tags and I can't find any good documentation explaining the structure of the ID3 tag format. Does anyone know of a good source where I can find information on how to parse ID3 tags? I don't want to use someone else’s code; I want to …

Member Avatar for Momerath
0
228
Member Avatar for happygeek

If you take one look at the deadmau5 portable speakers from KitSound and immediately think that they have been inspired, somewhat badly, by Mickey Mouse then I'm afraid you are showing your age and lack of cool. If, on the other hand, you are some hip young thing then you …

Member Avatar for <M/>
0
644
Member Avatar for Kniggles

Can anyone see where i am messing up please ? I am trying to play a sound from my imported library and it wont play import flash.media.Sound; button.addEventListener(MouseEvent.CLICK, playSound); function playSound(e:Event) { trace("1234567"); var s:Sound = new Sound(new Sound("1.wav")); s.play(); trace("987654321"); } i think i have got it down to …

Member Avatar for Kniggles
0
66
Member Avatar for kedxu

My applet creates a new sound every time an impact occurs, which is very frequently. How come, when the sounds become too numerous, the game ceases to run smoothly? Here is the code that gets called many, many times: class soundThread extends Thread { String sound; soundThread(String i_sound) { sound …

Member Avatar for NormR1
0
257
Member Avatar for kedxu

I'm probably doing this wrong, because there has to be a way to do this. Here is my current code: import javax.sound.sampled.*; public class soundHandler{ soundHandler() { } public void newSound(String sound) { new soundThread(sound).start(); } } class soundThread extends Thread { String soundName; Clip clip = null; soundThread(String i_soundName) …

Member Avatar for ~s.o.s~
0
386
Member Avatar for Member #949455

Hi I don't have a favorite Artist or Band I listen to **Bryan Adams, U2, Bonjovi, Toad the Wet Sprocket, Gin Blossoms, Snow Patrol and Linkin Park.** Sometimes If I have a bad day. I usually listen to a song that make me calm and focus again. I listen to …

Member Avatar for GrimJack
0
596
Member Avatar for mxchickmagnet86

so I was having problems running anything on windows media player, .wmv, dvds, music, anything. the error said that it was because of faulty or missing sound drivers. I attempted to fix the promblem but ended up deleting Conexant HD Audio which I am assuming was my sound drivers because …

Member Avatar for فؤاد المخلافي
0
216
Member Avatar for kedxu

**Background**: I have some experience in programming, but it's not a lot and not very good. I'm taking my first Java class this year, but because the pace is so slow I decided to just learn with the aid of the internet. This is how I have learned most of …

Member Avatar for kedxu
0
399
Member Avatar for manoj323
Member Avatar for ajr2012

motherboard -mic left in -ground -mic right in -gpio -right line in -jack sense -key -left line in -jack sense front audio connectors -mic in -mic bias -r out -l out -gnd -r in -l in please help me match up the pins to the connectors. thank you, ajr2012

Member Avatar for sbesch
0
174
Member Avatar for kedar9

I am designing an online-radio Windows 8 app that will have all these radio channels that can be streamed online. so, my question is: How can I find the streaming URL of an online radio? These URLs are generally hid behind Flash players or ActivX elements. Google results say I …

0
287
Member Avatar for johny_ok

I am looking for a developer who has experience with audio/video so we can start a very exciting project that combines music and technology. There is no money involved at this early stage, but together we'll build it up, find the necessary financial resources to get it started, and later …

0
154
Member Avatar for Riu 2009

hi php geniuses :) a simple question for u ppl here's my code and i want to upload all files i.e. images, videos, audios, ppt, pdf etc but here ican only upload the images successfully.. when i upload audio file it gives following error. please check my code and suggest …

Member Avatar for Riu 2009
0
2K
Member Avatar for grepsenfurtz

I have the audio tapes of a language course, turned into mp3's, which I managed to load into a file. Now I need to load the file into flash drive for actual use studying the course. How do I do this, please? Thanks for all help!

Member Avatar for CimmerianX
0
154
Member Avatar for Borzoi

I currently have a problem where DVD's will not output any audio to the front speakers of my 5.1 surround sound unless something else is also sending audio there. For example, I watch a scene with lots of dialogue but I only have the background audio. If I open up …

Member Avatar for reedone816
0
298
Member Avatar for Jlearner

My logic for run background music when click button. b.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e) { ContinuousAudioDataStream loop=null; AudioPlayer mgp=AudioPlayer.player; try{ AudioStream bgm=new AudioStream(new FileInputStream("C:/Users/Public/Music/Sample Music/Sleep Away.mp3")); AudioData md=bgm.getData(); loop=new ContinuousAudioDataStream(md); } catch(IOException ex){ } mgp.start(loop); loop=null; } }); Hello EveryOne, I am new to Java and creating a small …

Member Avatar for harinath_2007
0
307
Member Avatar for adyhood

I just went and bought a Creative Recon3D soundcard and I cannot get it to see the Front Panel microphone. Just says its unplugged. FP output is fine - when plugged in it mutes rear speakers and plays out headphones. As far as I can tell, the Recon has the …

Member Avatar for adyhood
0
189
Member Avatar for anita.kcx

Hi, I am using a Lenovo 3000 N100 and have both Windows XP and Ubuntu 11.10 installed. No sound is comming from the speakers or the headphones. In Windows XP the audio control icon is also not visible. In Ubuntu the audio controls are visible and working but still no …

Member Avatar for caperjack
0
190
Member Avatar for StephenopolousINC

Hello, I am trying to call an audio file using the onload event. I am able to do it using the media player plugin but I need to be able to call it without the use of a plugin and have play directly in the browser. I think the <audio> …

Member Avatar for StephenopolousINC
0
355
Member Avatar for requimrar

Hello, I want to ask if there is any way to play an mp3 file in C# without the use of P/Invoke or winmp dll and the like. I can use external libraries too. It would also be nice if I could "include" the mp3 in the C# project, as …

Member Avatar for asad_dani
0
41K
Member Avatar for nicoalmighty

please help me on my project on how do i make this upload music files also help me on making the upload path i don't know how to start. i really do need your help guys :( this the controller <?php if(!defined('BASEPATH')) exit('no direct script access allowed'); session_start(); //we need …

Member Avatar for Member #949455
0
286
Member Avatar for khalidshakar

package vc_client1; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.net.Socket; import javax.sound.sampled.AudioFormat; import javax.sound.sampled.AudioInputStream; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.DataLine; import javax.sound.sampled.Mixer; import javax.sound.sampled.SourceDataLine; import javax.sound.sampled.TargetDataLine; public class voiceReceiver { public Thread playThread; boolean stopCapture = false; static ByteArrayOutputStream byteArrayOutputStream; AudioFormat audioFormat; static TargetDataLine targetDataLine; AudioInputStream audioInputStream; BufferedOutputStream out = …

Member Avatar for khalidshakar
0
315
Member Avatar for Andy90

Hello all, I am learning new stuff in c#! I want to know how to increase computer sound when user hits a button. The user will hit the key only once, the volume should increase from 1% to 100% (the increase in volume should not be sudden, it should be …

Member Avatar for nmaillet
0
160
Member Avatar for StephenopolousINC

Hello, I am trying to play a sound file directly in chrome. Is this even possible? I think it has to do with HTML 5, which I am unfamiliar. I know how to do it with plugins but that requires the user to have the plugin and interrupts their experience. …

Member Avatar for StephenopolousINC
0
126
Member Avatar for dequan912

I have a Music webite and I am trying to find out how to input a Music/ Juke box playlist so that the mp3 files i input will play in order. I have to jukebox's however they template of it only shows one song. Im trying to get something with …

0
148
Member Avatar for techyworld

hi i have a sound control on my website, i need to put a condition to check, when the xcoordinate is increasing, the sound volume increase and if xcoordinate is decreasing, sound volume decrease. I'm having trouble to set this condition, i dont know how to put this. Can you …

Member Avatar for techyworld
0
125
Member Avatar for jason.quirk.35

first off my headset isnt a usb its a 3.5mm audio connection. whenever i try to speak to friends with it they can only hear me through the speakers of the headset and the detatchable microphone doesnt work. is this to do with the headset or settings on my pc? …

Member Avatar for CimmerianX
0
128
Member Avatar for jackdog1

Hey everyone, ive got some troubles with my logitech X-530 speakers, sometimes (seamingly random although thinking about it its usually late at night) i get some radio interference, it sounds Russian or something(which makes me guess and i stress guess shortwave which i thought was extinct!!) anyway it does'nt matter …

Member Avatar for Oswald Cobble
0
1K
Member Avatar for mandroid

Hello all, first time poster here. I've tried searching for a thread which deals with my current problem both here and in Google, but few people seem to need help with PyFluidSynth as compared to Jack, so I am starting a new thread. If anyone knows of another thread where …

0
132
Member Avatar for lewashby

I'M having a bit of a problem with audio books on Linux. I buy my books from audible.com but since they don't support Linux it's just one more thing keeping me from fully leaving Windows. There audio formats are in .aax. Their books play fine in iTunes and on my …

Member Avatar for lewashby
0
170
Member Avatar for abhishek_s_n

My application has two parts; a server and multiple clients. This project has its implementation both on Windows(Swing) and Android. The Server sends a song which a client receives and starts playing; more like we watch videos on YouTube; streaming. Sending data in chunks and receiving the same is accomplished. …

0
141
Member Avatar for lewashby

I've been using audible.com for my audio books for a while now. I play my audiobooks through iTunes and my iPod. I really want to get away from Windows as much as possible and audible.com doesn't have any Linux support for their audiobooks, Linux simply can not play audible's formats. …

Member Avatar for rubberman
0
112
Member Avatar for floatingshed

This is probably going to be beyond my knowledge/experience but I thought I'd ask... I work on a radio station in the UK. I have a friend in Canada who wants to listen but he is 5 hours behind us. I'd like to be able to capture our shoutcast stream, …

0
71
Member Avatar for George2

Hello everyone, When using the following source codes to play a local .wav file, I always find .wav files can not played. Does anyone know what is the trouble? [Code] import java.io.File; import java.io.IOException; import javax.sound.sampled.AudioFormat; import javax.sound.sampled.AudioInputStream; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.DataLine; import javax.sound.sampled.FloatControl; import javax.sound.sampled.LineUnavailableException; import javax.sound.sampled.SourceDataLine; public class …

Member Avatar for stultuske
0
1K
Member Avatar for dd2308

Dear All, I Have developed a application that converts text to speech. Here text to be converted comes from database on entering some information by user. There are default voices sam and mary ,those are working fine for this application but I want a more clear voice (more like indian …

Member Avatar for herby_tech
0
330
Member Avatar for neriahfred

Hi, I'm new to Python. Can someone please guide me in writing a Python script that bulk processes audio files and image files to create an audiovisual or movie out of them. Say we have 20 images and 20 audio files and want to create 20 video files out of …

Member Avatar for hughesadam_87
0
200
Member Avatar for borchu

Hello again, I have been posting consecutively in these days nearly same topics, actually I am intern at a sofware company and our company ask to perform the proof of conception about sending voice call -at the beginning- and finally video calls, like walkie talkie application; as you have already …

Member Avatar for borchu
0
265
Member Avatar for actfray

I have a Lacie Electron 22BlueIV monitor (CRT). Last night while I was watching a TV show on it, the screen went to black but the audio continued. I jiggled the mouse and pushed a few keys but the picture wouldn't come back. I shut the computer down and rebooted. …

Member Avatar for johhny-marshal
0
242
Member Avatar for borchu

Hello everyone, I progress step by step my problem, one step is passed -now I can send string datas -text messages- here another step is I want to record some audio sounds by using microphone in first android emulator assume phone1 and send to second android emulator-phone2-. I found whole …

Member Avatar for borchu
0
9K
Member Avatar for dasd

Hi Everyone! I got spoiled the other day when I was asked to drive a Cadillac CTS -V for two days and it had the fully loaded satellite radio package. Needless to say, I loved it but did not care for the cost of subscription and installation for my car... …

Member Avatar for kian.popat
0
225
Member Avatar for jefferson9

Say i have a complete mp3 file with 10 seconds of silence at the end of the track. How can i chop off the X seconds from the end?

Member Avatar for jefferson9
0
119
Member Avatar for ps1992

so i have this mini project to make i'am thinking of making a website just like grooveshark basically what i want in my website would be :- A LIBRARY OF SONGS PLAYER ON WHICH ONE CAN LISTEN DIFFERENT SONGS USER CAN CREATE HIS PROFILE AND CAN MAKE HIS OWN PLAYLIST …

Member Avatar for ps1992
0
247
Member Avatar for gacoekchip.pokher
Member Avatar for Member #949455
0
866
Member Avatar for lewashby

I've got a 58 minute mp3 file and I'd like to burn it to an audio CD with multible tracks. Right now it's just one big file. Any dieas?

Member Avatar for Reverend Jim
0
200
Member Avatar for trist351

The End.