[android-developers] VoiceInteractionService - Is there Voice Interaction support in Lollipop (21) SDK?

2015-02-19 Thread smichak
Hi, I have noticed that in Android Lollipop (API Level 21) there's a VoiceInteractionService class (http://developer.android.com/reference/android/service/voice/VoiceInteractionService.html) which apparently allows an app to setup Hotword Detectors which fire a callback when a certain hotword

[android-developers] Re: Is it possible to open an Audio Recorder by more than one app using OpenSL?

2012-03-20 Thread smichak
es? > Is Android obliged to resample audio to those requested parameters for each > app?  What about 10 apps?  That's a lot of resampling. > > This is the reason why only one app can record audio at a time. > > Doug > > > > > > > > On Sunday, March

[android-developers] Is it possible to open an Audio Recorder by more than one app using OpenSL?

2012-03-18 Thread smichak
Hi, I am writing an application that runs as a background service recording and analyzing audio samples. I have noticed that it is impossible to use the SDK's AudioRecord class for accessing the microphone simultaneously by more than one application. I was wondering whether it would be possible to

[android-developers] [Bluetooth] Creating an insecure RFCOMM socket still requires pairing

2011-12-29 Thread smichak
I am using the listenUsingInsecureRfcommWithServiceRecord and createInsecureRfcommSocketToServiceRecord calls in order to connect one Android device to another. On the first setting I had a Nexus One and a Nexus S both running Android 2.3.6 - on this setting, connecting did not pop "Pairing Reques

[android-developers] Disabling haptic feedback and sound effects throughout the entire application

2011-11-15 Thread smichak
I am currently developing an application which has to record and analyze an audio signal recorded from the microphone. As it turns out sound effects and haptic feedbacks really mess things... I have been able to disable those for layout buttons by setting the hapticFeedbackEnabled and soundEffectsE