General :: Audio Echoing - Playing Sound Twice?

Jan 22, 2013

I have a flash file that I open through smartswf and suddenly the audio is now echoing, like its playing the sound twice. It use to work OK on this ROM (cyanogenmod 10) with this app. It does the same with other flash files also. I have tried other apps and does the same thing, and tried reinstalling flash and rolling back to earlier versions with the same result.

General ::  audio echoing -  playing sound twice?


Android :: Bad Sound Quality When Recording / Playing Audio Files

Oct 16, 2010

Hey, I have a problem with android programing when I try to record and then play the file that was just recored. I can both record and play the sound but the quality stinks. Its not just bad is really hard to listen to and sound abit like its a computer generated voice. I use the andriod SDK-emulator. The code that sets up the recording looks like this;

MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
recorder.setOutputFormat(MediaRecorder.OutputFormat.RAW_AMR);
recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
recorder.setOutputFile(path);
recorder.prepare();
recorder.start();

And the code playing the file later looks like this;
MediaPlayer mp = new MediaPlayer(); mp.reset();
mp.setDataSource(path); mp.prepare(); mp.start();
I don't know what part that makes the audio file sound really bad or if its just the emulator that makes it bad and that it would work on a real phone.

View 2 Replies View Related

Android :: Playing Short Audio Clip Has Tick Sound

Dec 14, 2009

I'm using the SoundPool to play a series of small audio clips and am having issues with the audio when it starts. I have the audio attached to a button press. When I press the button mulitple times the tick persists. I was wondering if this was the audio file itself or is there something I need to do differently with the SoundPool other than play simply play the clip. These are .ogg files I created using Audacity. When I play them in my dekstop media player, they sound fine.

View 2 Replies View Related

Android : Playing Bigger Size Audio Wav Sound File Produces Crash

Mar 25, 2010

I am trying to play the bigger size audio wav file(which is >20 mb) using the following code(AudioTrack) on my Android 1.6 HTC device which basically has less memory. But i found device crash as soon as it executes reading, writing and play. But the same code works fine and plays the lesser size audio wav files(10kb, 20 kb files etc) very well.

P.S: I should play PCM(.wav) buffer sound, the reason behind why i use AudioTrack here. Though my device has lesser memory, how would i read bigger audio files bytes by bytes and play the sound to avoid crashing due to memory constraints. Code...

Could someone guide me please to play the AudioTrack code for bigger size wav files?

View 1 Replies View Related

General :: Echoing With Case On Skyrocket?

May 6, 2012

I started a thread (link below) at the end of March about having issues with my Skyrocket while using the Otter Box Commuter case. People I talk to sometimes hear themselves echo while I have no problems at all on my end. I've really become frustrated because I love everything about this phone except for this one problem and I'm starting to consider getting something else, such as the One X or the GSIII this summer.

[URL]

View 7 Replies View Related

General :: Samsung S3 - Playing Audio File During Call?

Jan 28, 2014

I want to play an audio file so that the person i am calling can hear it.Not through the speaker though because it will decrease the sound quality.

I tried to open the audio file while calling (with default sound player and google music) but although it openes the app it says "unable to play during call".I also tried in handsfree mode but didnt worked.

I use sg s3 mini with android 4.1.2.

View 1 Replies View Related

General :: Playing Music Through Audio Device Using Bluetooth

Apr 29, 2014

Having problem playing music through audio device using bluetooth (Bluetooth Speaker).. (All cm7 based rom for galaxy pocket have this problem)

Device: Galaxy Pocket
Rom: Reincarnation V5
Kernel: Getux Kernel V1
Added Tweaks: KickAss kernelizer,Supercharger

View 3 Replies View Related

General :: Phone Resets When Playing Video Or Audio?

May 12, 2013

I'm having a strange problem with my Xperia Arc (4.0.4) that is proving very difficult to track down. When playing music or videos, after a random amount of time (maybe 20 or 30 seconds) the phone will crash and restart. This happens regardless of the app I use - Play Music, Poweramp, MX Player and YouTube. I have restored my phone using CWM to a much earlier backup, but eventually (within a few hours) the problem returns.

My only other recourse would seem to be a full wipe and return to stock firmware, which would be a major PITA and obviously wouldn't support if this is a hardware issue or some conflict with an update

View 4 Replies View Related

General :: Playing Local Audio File In Webview App

Feb 3, 2012

When trying to play a local mp3 file included in the APK, nothing happens. However, if I pull an mp3 from the web it works.

e.g.

< a u d i o src="[URL]..." > WORKS

< a u d i o src="01.mp3" > DOES NOT WORK

I tried looking through logs for clues and found this line. I'm not sure if it's relevant or not.

PlayerDriver::isProtectedFile(file:///android_asset/www/01.mp3)

I'm new to Android development, so I can only guess that the file is somehow inaccessible for streaming.

I'd love to get this figured out though. Having to pull the files remotely every time is not a desirable solution.

Some additional info. Either solution works when tested in the browser. The local file problem only arises when I convert it to an app. I'm using PhoneGap build to create the APK.

View 3 Replies View Related

General :: No Sound When Playing Games Or Music

Jun 9, 2013

I flashed too many roms for fix it {custom and offical}, my problem is my phone don't have sound when play any game or music but when my phone ringing its have sound.

View 1 Replies View Related

General :: No Sound On Phone After Getting Beats Audio

Feb 18, 2013

I recently rooted my kyocera rise and everything was fine until I decided to install beats audio. My first mistake before installing the drivers was not backing up anything, yes I know that's bad. Okay so I installed the drivers with beats audio from the market then rebooted. Now I have no sound at all. No ring no music nothing. And my phone is running a lot worse now. Now come to find out apparently beats audio is not removable. The drivers can't be removed. I really need sound. Is there a way to unroot and completely factory reset the phone through factory settings?

View 2 Replies View Related

Android :: Any Audio Is Currently Playing

May 22, 2009

I am using a MediaPlayer instance in order to stream audio files from an Internet location. The audio player is in a separate activity. The user can select from a list of audio files and come to this activity which plays the audio.Now the user might go back to the previous activity (with the list)and select another audio file. In this case, I want to stop any other audio that is playing and start playing the new audio which was selected.Is there any way I can know whether an audio file is playing without having to hold on to the MediaPlayer object?

View 8 Replies View Related

Android :: Playing Of Wma Audio

Apr 9, 2009

the opencore can not play the audio of wma. is it right? and the total time of the wma file can not be find in the trackbrowseractivity. who know why?

View 2 Replies View Related

HTC EVO 4G :: Playing Audio From USB Or HDMI Ports

Aug 22, 2010

Has anyone figured out how to play audio from the HTC EVO (mp3, Pandora, etc) through the USB or HDMI ports?I've looked seemingly everywhere and have not found anyone who has done it.I want to be able to amply drive my Grado SR80i headphones.I believe I could do it with a portable amp like HeadRoom's Total AirHead through the headphone jack, but if I'm not mistaken, the headphone jack is sonically inferior to a line out jack. The problem is, the EVO doesn't have a line out jack.my inquiry regarding harnessing audio from either the USB or HDMI ports.Let's assume the answer to my question above is NO.I'm relatively satisfied with the sound quality I get from the EVO using Sennheiser PX 100 headphones and the tiny FiiO amp. The problem is, I blew the Sennheisers. That's why I bought the Grados.Undoubtedly, the Grados will handle more power. Unfortunately, my tiny FiiO amp won't power the Grados. So my second question then is will a better amp sufficiently power the Grados through the headphone jack?

View 1 Replies View Related

HTC EVO 4G : Audio From Mp4 Video Files Not Playing

Nov 23, 2010

Ok so I see a lot of people saying they are having problems with video playback when importing from their SD Card but Im having the opposite problem.

I just switched over from the Metro PCS Samsung Code which is a Windows 6 phone to EVO and I put my SD Card in my EVO. All my music files play and the mp4 video files play but the audio from the mp4 video files dont. Does anyone have advice on how to fix this?

View 9 Replies View Related

Android :: Using ASE And Playing Sound

Oct 26, 2009

I have a python application (anki) running under ASE. It is a simple web server that uses the browser as a UI. My only issues are playing sound, which are stored locally. On the iphone, anki uses a command line app (play) to play the mp3 files. Unfortunately, there is no command line app that I can call that takes a filename as an arg and plays it. What are my options with android?

- write a sound service that sits and listens for a filename to play; possibly listening on a port for filename

- write an Java-app that I call from within python that forks off and loads a specified file, plays it and then exits. Can you call other java apps from ASE?

- wait till the browser supports the <audio> tag. I guess this is html5, but am unaware if this will be on android any time soon.

View 2 Replies View Related

Media :: HTC Hero Not Playing Audio On Videos

Apr 24, 2010

Every time I go on youtube the video plays but the audio doesn't.

View 1 Replies View Related

Android :: Audio Stream From Currently Playing Song

Oct 13, 2009

I can capture an audio stream from the mic, but can I capture the currently playing audio stream?

View 2 Replies View Related

Android :: Playing Audio To Bluetooth Headset

Aug 18, 2010

Can we play the audio(amr file) to the Bluetooth headset(no A2DP support) by using android 2.1/2.2 version APIs? If so can you suggest me which API I have to use to do the same?

View 2 Replies View Related

Android :: WebView Playing Audio With Javascript

Sep 25, 2010

I'm trying to very quickly port over an html application with plays sound (with soundmanager2) to a native android app using WebView. From my research, I haven't seen any evidence that sound, such as mp3s, can be played via javascript or any other methods using WebView.

My goal now is to quickly port over the html app and then eventually create a truely native application without using WebViews.

If anyone has been able to successfully implement playing audio using WebViews and Javascript or if this is just not possible at this time.

View 1 Replies View Related

Android :: Playing Audio File During Call

Jan 30, 2009

I want to accept incoming calls and play an audio file for the caller. Is there a possibility of playing an audio file during a phonecall, so that the caller hears a wav- file? It seems to me that nothing is possible during a phone call since release 1.0. Hope this is getting better in the next release.

View 5 Replies View Related

HTC Hero :: Playing Streaming Audio Links On Web

Apr 19, 2010

Might be a daft question but is there any app I could download that will assist me with this. On my onld phone (Windows Mobile based) I could listen to certain sports commentaries via the internet stream. (I think they are .wma files). Is there any app that will allow me to play these or is it beyond android to play windows media format at the moment. for information the Hero tries to play but returns a content not supported' type error

View 1 Replies View Related

Sprint HTC Hero :: No Audio Playing Movie

Jul 30, 2010

I recently ripped and downloaded a DVD to my hero. However, the video plays fine, but the audio doesn't seem to be working. The volume in the "media player" is turned up all the way.Any ideas on why the audio isn't working?

View 1 Replies View Related

Android :: Mute Currently Playing Audio Applications?

Jan 3, 2010

My self-teaching project is a small application which plays an audio news stream. To be effective, the application really needs to interrupt any currently playing media players (eg: Last FM, Imeem, music player, Spotify etc).I don't know what will be playing or what application will be playing it, but I want to ask them all to pause until I've done. Sounds rather bold, I know, but it must be possible, because when there's an incoming call, that's basically what happens.Can I send a message to all audio players asking them to pause for a moment? Could I spoof an incoming call, just for the time it takes?

View 2 Replies View Related

Android :: Playing An Audio Clip OnClick

Jun 15, 2010

How do I set up an audiofile to play when a user touches an image.Where should I store the audio file and what code should I use to actually play the file?I don't want to bring up the MediaPlayer interface or anything like that.

View 1 Replies View Related

Android :: Playing Html5 Audio In Browser

Jun 18, 2010

I have a javascript that plays audio in the browser, using the html5 <audio> tag. It works fine in the iPhone browser, but not in Android. (Testing using a htc desire with android 2.1.) Anyone know why?By the way, I am also trying to enlarge the audio button that shows up in the iphone (the default one is quite small), with no luck so far - would be grateful for any ideas!

View 3 Replies View Related

Android :: Playing Multiple Audio Files

Oct 1, 2010

I think I should know this, but my mind has gone blank. I'm making an app that has a few hundred small sound files and I want it to play a certain file dependent on a String I pass to the function. Where I hit the brick wall is getting the resId of the sound file.

View 1 Replies View Related

Android :: Playing Audio From Resource During Call

Jul 1, 2009

My application is making call from application. Now I want to play some audio on speaker when the caller will receive call. So can some one tell me will i have to play audio in new thread or I will have to do some change? Can someone give me any code snippet?

View 3 Replies View Related

Android :: Playing Audio From Audio Track In Android

Feb 15, 2010

I want to play music from online mp3 link.I am reading the music data into a stream and trying to play it using audio track.But itz giving only noise.No music i could listen.here buffer is the audio data i am reading into.Same buffer I can play in MediaPlayer,,,But i could not play in audio track.

View 1 Replies View Related

HTC EVO 4G :: What Program To Be Used For Playing Different Sound Files?

Oct 14, 2010

What program do you use to play these (MP4, WMV, MOV) files on your Evo? I can't they them to play.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved