2,441 Topics
For a while now I've been wishing I could replace iTunes with something on Linux and reduce my need for Windows. It would be nice if Apple would just release iTunes for Linux but I'M pretty sure that's not going to happen. The thing is, nothing handles an iPod as …
I have a website with embeded mps files. On ie9, you can see that it works fine; the media file shows up, you can press play, and it works. Here's the problem: In firefox, the mp3 player doesnt show up, and a pop-up message says that additional plugins are needed. …
Hello! I'm new on VB.net I just want to ask. How would I use openfiledialog selecting multiple files? I was creating a school project a media player. It should play all media basis like audio, and video. My problem is everytime I open the OpenFileDialog it will only select a …
hi.. am quite new to sound applications in java. I want a audio control panel as output. i.e. if i click play button audio should play, if i click stop audio should stop and if i click pause audio should pause/hold until the play or resume button is clicked. i …
is there such thing as a free software that you download and it make a voice recognition password for you MacBooks or iMacs
Hello, I'm wondering if anyone knows if there is a specific way or a library that allows me to read in an audio file in which I can then manipulate and get the different frequencies? I'm basically trying to make an application that uses an FFT for the audio signals …
I am converting a program in python that is written and used on another OS that starts with the letter w. The script as written works on that OS, but on Linux it seems to fall flat on its face. First, I do not have access to any non Linux …
I have a question for you. I have a Sony Vaio Laptop and I am inquiring about connecting an Audio cord to my Yamaha Receiver (RX-V471BL AV RECEIVER W/USB), for streaming Netflix. How do I do this? I Connected a HDMI cord from the laptop to the receiver, but it …
I need a solution for educational and pracitcal purposes. 1) Say there is a source for streaming music tracks (similar to pandora), how can i go about downloading these tracks? Also lets just assume this isn't piracy. 2) Hypothetically speaking, if this application did violate a sites terms of use …
Hey there, I have invisible internet windows and audio ads going on in the background of my task manager in the processes tab, I did do some of my own virus scans and did remove some viruses by I still have it, can I get some help here please. Malwarebytes …
Hi , I have a gif of a moving ball (ball.gif) that plays once on loading, and when clicked it playsthe sound file (ping.mp3),but duz not move the ball. 1.How duz one get the ball.gif not to play on page loading ? and 2.How can you make ball.gif play with …
From what I've heard to be able to play two or more sounds at the same time, the sounds must be loaded in to multiple threads.On the documentation for PlaySound() I haven't seen anything about this, can some one tell me how to do that.
I have a basic TTS app that I want to output speech to the person on the other line, I just dont know what packages to look for to access the connection/ports or whatever so that my speech system can be heard by the other person, right now it just …
Hi, I'm using taglib-sharp to modify MP3 files (e.g. assigning a new title) after I've "stitched" them together. I also want to modify the Duration property (mp3.Properties.Duration) but of course when I try I get the error that the property is read only. I admit to being no expert in …
I have an ArrayList containing folder name which contains songs: private ArrayList<String> searchableDir = new ArrayList<String>(); searchableDir.add("/mnt/sdcard/Tracks/U2/"); searchableDir.add("/mnt/sdcard/Tracks/Coldplay/"); Now I want to run a managed query that will fetch songs from both these folders. Currently I'm only able to fetch one folder at a time: String abc = "/mnt/sdcard/Tracks/U2/"; cursor …
Hi, Guy How are you? I have konw that how can I listen or record there voice from pc on my network. Pls help me in this
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 starup sound anymore. I tried using other browser like firefox, no effect. i've downloaded the shockwave player …
I embeded 3 mp3 files into my website, to play when the user clicks "play". While this works fine in IE, in Chrome, they all start playing when the site is launched. Even though my code says " autostart="false" Here is the code I am using: <embed src="aharddaysnight.mp3"width="140" height="40" autostart="false" …
Hello, I start to record with this line: Intent intent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION); startActivityForResult(intent, RQS_RECORDING); I would like specify where this file gets saved, and the files name. Is there a way to do this? Thank you
Hi, I'm searching for an Audio/Sound monintoring sample code. What it does is it **meters** the sound coming out of the computer. Can you give me some examples on how to do it? Thank you!
Hello, I am trying to upload music files to a database for use on my website. However, the file doesn't seem to actually be going into the folder. I get the name of the file in phpmyadmin, but I don't see the file anywhere. Here's my script (I do have …
I need to extract pitch, dynamics (loudness or softness), tone color, and duration of an audio file. This is regarding some research work I am doing. How should I start ? Provide me with some links if possible! Is C++ a good option for this? Or should I try some …
Hi, Suddenly my Laptop sound is not working. Even headphones are not working when I plug it to my laptop. When I select sound from control panel it says 'No Audio Device'. I have Ubuntu 10.04 installed along with windows XP. The sound has disappeared in ubuntu also. Please help.
When I plug in my headphone, the speaker still sounds, how to solve this problem please, I can use alsamixer to adjust the total volume, but I just want the speaker stopped making sound after I plug in my headphone...Thanks for helping...:-)
Simple Sound Player Goal The goal of this assignment is to implement a simple sound player. The application has been partially implemented, and you need to complete the missing bits. When you open the project, you will see the class structure depicted below. Three of the classes are fully implemented …
Hi First I thanks daniweb for helping people regarding web programming. I want to add an audio player for my site. which will play audio of my choice hosted in my site. after finish it will give a signal. so that jquery or ajax can redirect to other site. plz …
I havent done java in a while and not sure what to do with the void methods please can someone help me out thanks whole thing is in a zip file as well done in bluej as there is a long list of code here. /** * class Player * …
I am doing a Music store online that does selling of music albums on the internet. I would like to know how to enable a user who, say for example is viewing all my music albums, but is not registerd with my site as yet, but they do place an …
I was reading The Queen's "article" >** Fade effect when hovering over ads** and I thought my comment needs a new title, so here it is. I hate ads. This is not some new pet peeve. I've been bombarded by ads in every medium since Kraft Velveeta. That means I …
Hello, Ok so here is my dilemma, when im watching a movie or youtube or anything, i use the HD Audio Device which is the default device to use when listening to something. When i switch to my Corsair headphones, the volume still comes from my speakers and not the …
The audio on my computer seems to have stopped working. I checked the speakers, they work fine, I tried to play mp3s in Windows Media Player and iTunes, neither worked, cd's will not play either. I believe that tis happened after trying to burn a CD into iTunes, ost of …
Hi everyone, Does anyone have any ideas on how to intall a music player in a php page where the file name is called from a mysql database. I have done this within html 5 with audio tag but however I need to stop the preload of the music and …
Is the output thru theaudio jack in PWM/PDM form orin analog form (just to clarify: im attempting to code a microcontroller to give audio output through a jack. so i need to know in what form the output is expected)
Hello everyone, I've been cruising around the net for some help, then I found this forum. Hope some developer guys can help me on this. I'm working on my own softphone application, but kind of bumping into some trouble when I try to play a sound file (mp3) into the …
Hello, I currently have this setup for a "download a mp3" php page: [CODE] <?php include "class.php"; $account = new account(0); $id = $_GET['id']; $u = $_COOKIE['username']; $a = mysql_fetch_array(mysql_query("SELECT * FROM items WHERE id='$id'")); $file = $a['actualPath']; header("Cache-Control: public"); header("Content-Description: File Transfer"); header("Content-Disposition: attachment; filename=$file"); header("Content-Type: audio/mpeg"); header("Content-Transfer-Encoding: binary"); …
A few months ago I was getting blue screens and crashes constantly and always while a youtube video was playing. I forget exactly now where I found it but something said video and suggested I role back the driver, so I did. It stopped crashing as much but still does …
let say i am watching film with my laptop. Every fifteen minutes, it goes dim and i will still be hearing the audio- i had to go and touch my mouse or any key on the keyboard for the film to shows up again. I hate this. I don't want …
Ok I have been looking everywhere to solve this problem but I stumbled upon this website...anyways I was removing some programs I didnt want on this computer anymore and i accidently removed my sound card on mistake i didnt realize it until afterwards and i havent had sound in like …
Hello, I am making an application for Android that will save users voice command and then while the application is running; compares the realtime data from the mic input to the one that is saved. So far I have saved the voice in wav file now I want to compare …
Hello guys, Recently, I'm working on a project to develop voice activation detection for my predicative dialer system. I'm using a sample program called Ozeki VoIP SIP SDK and I'm quite satisfied with it. This SDK is very flexible as you can implement it to already existing systems. You can …
Hello, I am currently planning on building an XBMC media center PC and was wondering if anyone had any suggestions on some hardware that could run it, is relatively small and quiet, and can output 1080p video and HD 5.1 audio. If anyone has any experience in this, please let …
Hello, thanks for reading. I have recently noticed sound only coming from one speaker. I have done the obvious diagnoses and determined: [LIST] [*]both speakers work fine (on another PC using the same set-up); and [*]it is not the operating system (Windows) - I booted a recent Ubuntu Live CD …
I am working on a java application that will display an image and play a sound. It finds the current month and displays the appropriate information. Below is the code that I have been testing (that's why santa is in april) it will not work when trying to play wav …
when i try to compile this code i get ERORR: unable to open include file sdl.h [CODE]#include "stdlib.h" #include "SDL/SDL.h" // *** IF USING XCODE ON MACOS X, YOU MAY NEED TO CHANGE THE FOLLOWING LINE TO: #include "SDL_mixer/SDL_mixer.h" #include "SDL/SDL_mixer.h" //Function prototyping action! void musicFinished(); int musicPlaying = 0; …
So I am guessing there must be some gamers here who use fraps. I have the error [B] Unrecognized frame format[/B]When I put my files in to Sony Vegas. The solution to the problem is solved here: [url]http://frapsforum.com/threads/converting-fraps-footage-to-premiere-vegas-compatable-avi.36/[/url] However it seems a bit too much for me downloading all that, …
i want to read mp3 file and extract its features which i will use further for identifying mood of song. can u help me in extracting feature of mp3 and which feature will b most appropriate for mood identification?? thank u
I'm working on a music player and I want to make it so that if I'm playing a song and I click on another song in the list the first song stops before I hit play on the second one, without having to manually stop the first. So just the …
I have a couple of questions about a school project I'm working on. The code is as follows. [code]public class Player { private PlayList playList; private Track track; /** * Constructor ... */ public Player() { playList = new PlayList("audio"); track = playList.getTrack(0); } /** * Return the track collection …
The End.