2,441 Topics

Member Avatar for
Member Avatar for maxcatozzi

Hey, Does anyone see anything wrong with this? I don't know what's up, it's throwing the IOException everyt time even though the mp3 is in the source folder. (I tried .wav as well). I'm trying to place this in a GUI, but testing it seperately first. import java.io.*; import sun.audio.*; …

Member Avatar for stultuske
0
1K
Member Avatar for btrme

I tried to save my record to wave file with using portaudio library.The samples are saved in recordedSamples array and I tried to add headers of wave file.I am doing something wrong.So,could you please rectify this ?? Thankss...Here is my code : int main(void) { PaStreamParameters inputParameters, outputParameters; PaStream* stream; …

0
424
Member Avatar for firdousahmad

Actuallly the matter is that i have downloaded an mp3 file from internet and it automaticaly got converted into MS-Dos application file .now how can i convert back it into mp3 file

Member Avatar for CimmerianX
0
2K
Member Avatar for RinzLove

Hi all, Does anyone knows whats the coding for restricting 1 video/audio to play at a time? Currently, I don't have my code with me. Later I will insert the code here and update this forum. Meanwhile, if anyone knows the solution, appreciate the replies. Many thanks.

Member Avatar for imBaCodes
0
98
Member Avatar for e.pol

First, i'm sorry for my english is not well. I'm Thai. Over 8 years that's i was a member of this site. but forgot the user/password over 2 years. I'm graduated in major of electronics, and self learning about x-86-asm, Z80, MCS-51, ansi-c, php debian linux, VB6. And self learning …

Member Avatar for cproger
0
114
Member Avatar for shirolomons

Hi , I am a final year student, looking for some ideas for my final project. I had an idea of an audio processing program - it will get the notes out from a closed audio file. Does it sound too hard? impossible? My lecturer says that audio processing is …

Member Avatar for shirolomons
0
205
Member Avatar for oseijy
Member Avatar for interrupted86

all the MOVIES i downloaded from imesh r audio, y??:sad: i made sure they were ticked on VIDEO wats wrong with it? is there anythin i have to download so can SEE IT instead of HEARIN IT???????????? PLZ HELP I OWE U BUNCH!!!:cheesy:

Member Avatar for semontuffel
0
181
Member Avatar for dmanw100

I'm learning how to use the SDL libraries but I'm having a small problem playing the sound. The program appears to load the sound but either not play it or play it too low for me to hear. Here's my code so far: [CODE]#include "SDL/SDL.h" #include "SDL/SDL_mixer.h" Mix_Music *play_sound = …

Member Avatar for hassan.ahmad
0
538
Member Avatar for theHop

I recently undertook a development job where i needed to create a music player. We decided that the music should be managed from soundcloud.com (let them deal with the storage band width). There was one problem. to make it work in ALL modern browsers there needed to be be at …

Member Avatar for theHop
1
314
Member Avatar for natehome

Hello I'm working on a music streaming website that uses groovesharks api to get stream urls. I made a javascript function that loads the stream url when a user clicks on it but it wont stream the url. I know it can stream it because i've manually put the url …

Member Avatar for Member #949455
0
357
Member Avatar for natehome

I'm working on a music streaming website for iPads and iPhones the website is programmed mostly with php and html. The website uses the website layout iwebkit (http://snippetspace.com/portfolio/iwebkit/). My question is how do I make box appear at the bottom of the screen that is always on the screen even …

Member Avatar for natehome
0
363
Member Avatar for funkey100

Hey guys! I'm selecting the parts for my new gaming desktop and I don't know too much about audio. I'm using the Gigabyte GA-Z77X-D3H ATX LGA1155 Motherboard and I don't know if I should buy a Asus Xonar DG 24-bit 96 KHz Sound Card. I tried looking at the audio …

Member Avatar for funkey100
0
293
Member Avatar for amyzatiey29
Member Avatar for happygeek

On the same day that [URL="http://www.bbc.co.uk/news/business-11225197"]UK Business Secretary, Vince Cable, has been explaining that Government sees "no justification for taxpayers' money being used to support research which is neither commercially useful nor theoretically outstanding"[/URL] and that universities will be expected to "do more for less" an event has been showcasing …

Member Avatar for Member #949455
3
532
Member Avatar for bogc

given an audio signal x, there are a number of simple effects that can be implemented on such a file. we are to implement base dumps and treble dumps given piecewise functions relating to each

Member Avatar for bogc
0
134
Member Avatar for Nandomo

package battleship; public class BattleShip { public static void main(String[] args) { Addons a = new Addons(); Board b = new Board(); Computer c = new Computer(); Human h = new Human(); LinkedList list = new LinkedList(); while(a.intro()) { a.sleep(1); a.countDown(5); b.prepareBoard(); do { h.play(b.getBoard()); a.checkWinner(b.getBoard()); System.out.println("How the Board stands."); …

Member Avatar for stultuske
0
259
Member Avatar for Nandomo

package battleship; import sun.audio.*; import java.io.*; public class Sound // Holds one audio file { public void playIntro() { AudioStream bGM; try{ bGM = new AudioStream(new FileInputStream("intro.wav")); AudioPlayer.player.start(bGM); } catch (IOException error){} } } I have that on one of my games and the music doesnt run, any help? If …

Member Avatar for stultuske
0
244
Member Avatar for digifort

I am a beginner at Assembly. I am trying to make a DDR like game. Can someone please help me call the audio (SONG1 PROC) properly in the play window alongside with the graphics? The graphics are messed up whenever I try to call the audio. I cannot post the …

0
211
Member Avatar for turpentyne

I've got a simple toggle function for music that is playing when a page loads. The user can press the "music off" button, and it clears out the div. If they press "music on" to bring the music back, i get the "your browser doesn't support audio" message. Which is …

Member Avatar for pritaeas
0
188
Member Avatar for posemeke

Hello Daniweb, My name is Peter. I need ur professional help in solving this problem since 3 weeks now. I have been asking same question from one forum to another. Now i am here and i will like to believe that this might be my last bus stop on how …

Member Avatar for posemeke
0
258
Member Avatar for maintananceman

I want to hook up my computer to my pc to watch movies,i'm not good with these things and need sme help,can anyone give me some good simple addvice.It would really be appreciated....Thankyou

Member Avatar for CimmerianX
0
67
Member Avatar for prnjn

How can i capture and transmitt and recieve audio and video using jmf ? Is is possible to provide gui to clients on applet and make authentication mechanism and database connection aur user credential through java servlet? How can i provide feature of adding friends and showing online status of …

Member Avatar for prnjn
0
173
Member Avatar for prnjn

Hi. In a video chatting application , how can i provide user with the feature of adding friends and showing the list of online friends. Also how can i capture audio and video and transmitt(sender client 1) and recieve (reciever client 2) using jmf and rtp . I have studied …

Member Avatar for prnjn
0
357
Member Avatar for roshu10

hello guys, how to play audio files using c ?? i am just a beginner to c programming and also to this form.. thanks in advance.. :) with regards, roshan

Member Avatar for Moschops
0
487
Member Avatar for Fiorentino01^

Hi, a month ago I installed Performersoft to check my drivers since I had audio problems. My microphone was not working right and I needed it to use with Skype.Since it didn't fix the problem ( I found out that there is something loose in my audio input)I uninstalled it. …

Member Avatar for caperjack
0
300
Member Avatar for StefanRafa0

hello i want to stop the music after pressing other song i tryed much different ways of doing it but no results please anyone help me i have this code ... package passwordsaver1; import java.awt.Dimension; import java.awt.Toolkit; import java.net.URL; import javax.sound.sampled.AudioInputStream; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.Clip; import javax.swing.JOptionPane; /** * * …

Member Avatar for JamesCherrill
0
430
Member Avatar for arctushar

Hi I want to develop page. Where there will be three mp3 files as audio. 1.mp3 , 2.mp3 & 3.mp3 files. and there will be three button. button 1 , 2 and 3. Initially button1 will be enabled and other two will be disable. then when user click on button …

Member Avatar for Member #949455
0
111
Member Avatar for ganyian

Really really basic information needed. What does it take to get: 1- previously recorded audio to be accessed and listened to "on-demand"? 2 - Previously recorded video to be accessed and viewed "on-demand"? 3 - LIVE streaming video to be viewed on a Joomla web site. Are there limitations to …

Member Avatar for Member #949455
0
91
Member Avatar for thewilf

Hi All, Hopefully a quick one but I don't think it will be :( I have a piece of software which is a data logger and plays sounds when users have been inactive for a period of time etc... The software also plays a type of audio file upon a …

Member Avatar for thewilf
0
261
Member Avatar for Member #870755

I am trying to play an mp3 file using the JMF java library and an mp3 codec with the following code but i am getting an error and don know the source package source; import java.io.File; import javax.media.Format; import javax.media.Manager; import javax.media.MediaLocator; import javax.media.Player; import javax.media.PlugInManager; import javax.media.format.AudioFormat; import javax.media.*; …

Member Avatar for stultuske
0
996
Member Avatar for ringo_tech

Hi there, I'm doing a simp,e wav player as a school project. I know how to load, play and stop the audio but I don't know how to pause/resume it. Here is my code Public Class AudioPlayer Dim snd As Media.SoundPlayer = New Media.SoundPlayer Dim theFile As String = Nothing …

Member Avatar for andreas.bjorn
0
974
Member Avatar for bertmanna

i really don't know what caused the problem. My browser cant anymore play sounds/music, like in youtube. i can see it playing. but there's no sound. During the my windows startup, there's nto startup sound anymore. I tried using other browser like firefox, no effect. My speakers work when I …

Member Avatar for powerplay_vj
0
390
Member Avatar for Fiorentino01^

Hi, hope somebody can help. I have this problem quite often lately.Maybe is because I study php and mySql and practice with examples given in tutorials.I don't know.Also I am selective about installing updates, I don't install updates that I don't need, like updates for Office since I hardly use …

Member Avatar for Fiorentino01^
0
307
Member Avatar for aVar++

Hello, I am trying to record sound from my speakers in camstudio, i have looked up tutorials of how to do it and they say enable sterio mix. Even when i have show disabled devices ticked there is no sterio mix. I will attach screenshots, what can i try? [Picture1](http://i1310.photobucket.com/albums/s656/mat1998x/SP1_zps331c181d.png) …

Member Avatar for caperjack
0
147
Member Avatar for Sanchixx

Hello guys, I have some questions : * how can i play a sound when the contentChat.php is new. * How can i make a loading message? > <script type="text/javascript"> > setInterval(function() { > $('#contentChat').load('contentChat.php'); > }, 1000); > </script> Thank you for your help! Sanchixx

Member Avatar for Member #949455
0
104
Member Avatar for Programmer629

hey guys! i've been getting better at vb.net and i am very familiar with it now. im not an expert but i know some more vb.net now. anyway, i have some code here: 'Show status txtboxStatus.Text = "Playing Loading Sound" 'Play recording Me.BackgroundWorker1.RunWorkerAsync() End Sub 'This method is executed in …

Member Avatar for Programmer629
0
3K
Member Avatar for minime010

I have a problem with this... import javax.swing.*; import sun.audio.*; import java.awt.event.*; import java.io.*; public class PikaPlatformer { //----------------------------------------------------------------- // Creates and displays the application frame. //----------------------------------------------------------------- public static void main (String[] args) { JFrame frame = new JFrame ("Direction"); frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); frame.getContentPane().add (new PikaPlatformerPanel()); frame.pack(); frame.setVisible(true); } } How …

Member Avatar for minime010
0
532
Member Avatar for happyHacker

How do you normalize 16 bit PCM audio 44100Hz mono? I have the raw data, but don't know what to do with it, it is signed as far as I can tell.

Member Avatar for happyHacker
0
172
Member Avatar for showman13

Good afternoon, I have an MP3 of a short presentation that I would like to make available on the index page of my members site. Actually it is already there... and it works. But, the problem that I have is that when you click on the link, it opens the …

Member Avatar for showman13
0
214
Member Avatar for Inlovewithnight

I have a Dell Desktop running Vista. My son installed Sound Blaster Live sound card recently. I didn't care much for the onboard Realtek. My sound plays fine, however, now my recording software program will not record anything. Worked fine before. I even tried a different recording program and that …

Member Avatar for BigPaw
0
200
Member Avatar for Umm-e-Habiba

I have dell Optiplex GX620, I have installed windows 7 but it shows that no audio output device is installed. I even changed my sound card, but no use. I have visited many hardware shops as well to repair it but no one could find any problem. so is there …

Member Avatar for Umm-e-Habiba
0
106
Member Avatar for StarTrekCafe

hi. a blind programming student, and did ask my lecturer, but he could not answer. has not done the talker classes before. i have a hangman self voicing game. it uses the anna voice, but looking for some more human sounding voices, like aussie, british, united states. did downloa and …

Member Avatar for lolafuertes
0
189
Member Avatar for Suzie999

I was just thinking of trying to create a simple tcp client server for simple comunication. In my head it was all about typing in a window and my friend sees what I type and then responds. Then as my mind wondered, i thought about making the communication via voice. …

0
63
Member Avatar for swathi sajja
Member Avatar for swathi sajja
0
110
Member Avatar for amaghana
Member Avatar for jigarsangoi

I bought a 2nd hand motherboard Intel D101GGC with Pentium 4 3.0 Ghz and fit into chassis with AC'97 front panel audio.My motherboard supporting Realtek HD Audio, so that to use front panel i have to check "use AC'97 front panel" in Realtek HD Audio Manager then only front panel …

Member Avatar for webjack
0
208
Member Avatar for Umm-e-Habiba

I have dell Optiplex GX620, I have installed windows 7 but it shows that no audio output device is installed. I even changed my sound card, but no use. I have visited many hardware shops as well to repair it but no one could find any problem.

Member Avatar for caperjack
0
277
Member Avatar for jason.louis.798

Does it matter what type of monitor you have if you want to get a sound input out of C++? I recently downloaded 2010 to be able to work on homework over break. We are doing a project with Beeps, and i transeferred my work to my computer. But when …

Member Avatar for deceptikon
0
128
Member Avatar for thecoolman5

Hi, I have a workout called Insanity and I want to extract the music from the audio from the DVDs. When you start the workout, you can choose to do the workout with or without the music. When you don't choose to play the music, the video is the exact …

Member Avatar for RockJake28
0
369

The End.