Skip to content Skip to sidebar Skip to footer
Showing posts with the label Audio

Stop Android App Audio Playing When Device Locked

I have a situation where we have an Android app using a webview. When the user navigates to a YouTu… Read more Stop Android App Audio Playing When Device Locked

Android: Open Dialog For Select Audio

I need to allow user to select some audiofile from his media library. Here's what I'm tryin… Read more Android: Open Dialog For Select Audio

No Sound When The Activity Starts From Lock Screen

This seems to be a strange issue. I am using AlarmManager to set a alarm with custom audio track. T… Read more No Sound When The Activity Starts From Lock Screen

Transferring Data Using Ultrasound

Yamaha InfoSound and ShopKick application use technologies that allow to transfer data using ultras… Read more Transferring Data Using Ultrasound

How To Shut Off The Sound Mediarecorder Plays When The State Changes

My Android application uses MediaRecorder on a SurfaceHolder to show a live preview of what the cam… Read more How To Shut Off The Sound Mediarecorder Plays When The State Changes

Playing A Blob In The Audio Element On Android

I have some code that works fine on the desktop in Chrome and Firefox, and now I'm trying to ge… Read more Playing A Blob In The Audio Element On Android

Android: How To Play Music At Maximum Possible Volume?

I know the question can be regarded as 'politically incorrect', but I'm designing an ap… Read more Android: How To Play Music At Maximum Possible Volume?

Android Google Music App Stops When My Intro Video Plays

I'm using a VideoView in my Android app to display the intro animation. If the Google Music Ap… Read more Android Google Music App Stops When My Intro Video Plays

I Want To Check The Loudness Of Voice In Android

I am developing an application where I have to detect the loudness of voice. Means some on shouts o… Read more I Want To Check The Loudness Of Voice In Android

How To Use Sound With Toast In Android

I want to play a sound when my toast pops up in my android app. Here is my code for the toast in my… Read more How To Use Sound With Toast In Android

Android Mediaplayer Error (-19, 0)

I try to replay a sound when I click on a button. But I get the Error (-19, 0) (what ever this mean… Read more Android Mediaplayer Error (-19, 0)

How To Compare Two Voices In Android?

I want to compare two voices(Names) in my App. Can I use Speech to Text api for it? The idea is to … Read more How To Compare Two Voices In Android?

Play Mediaplayer For Certain Duration

I want to play the mediaplayer for just 10 sec. How to control it? Solution 1: You could use Tim… Read more Play Mediaplayer For Certain Duration

Soundpool Crashes In Two Scenarios. Code For First Scenario Crashes

@Ian G. Clifton Here is the code for the first type of soundpool I tried. when the button to load … Read more Soundpool Crashes In Two Scenarios. Code For First Scenario Crashes

Doing Something If It Detects That Headphones Are Plugged In

I'm wanting to make it so if headphones are plugged in the device something happens such as a n… Read more Doing Something If It Detects That Headphones Are Plugged In

Android Playback Quality

A portion of an application that I am writing requires me to play a heart sound. When I play it usi… Read more Android Playback Quality

Xamarin Android: Detect If Audio Is Currently Playing On Device

At app launch, is it possible to detect if the device's audio player or another app is currentl… Read more Xamarin Android: Detect If Audio Is Currently Playing On Device

Audiotrack In Mode_stream Has No Sound

I've been stuck on this problem for days. I'm at the stage now where I'm just trying to… Read more Audiotrack In Mode_stream Has No Sound

Android Audiotrack Clicks At Start And End Of Sound

I get clicks at the start and end of playing a sound (a wav from the sdcard). It must be something … Read more Android Audiotrack Clicks At Start And End Of Sound

Implementing Beep Sounds Into Android Application

I have an application with the desired functionality. Howerver, at certain times toasts are display… Read more Implementing Beep Sounds Into Android Application