[android-developers] Output to multiple (USB) audio devices

2016-01-21 Thread Ste Butcher
avenues that might help me achieve what I desire? Thanks in advance! Ste -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developer

[android-developers] Fragments with custom list adapter causing crash on inflate view

2012-01-26 Thread Ste
I am attempting to convert one of my apps to use Fragments to improve how the app looks and works on ICS / Honeycomb but I've come across a problem which although I've spent many hours Googleing and reading answers on here I can't seem to find a fix for. I have a custom list adapter which is used

[android-developers] Unable to resolve activity for: Intent

2010-05-07 Thread ste
Berlin, Ste -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] Re: SoundRecordingDemo in v1.0

2008-12-15 Thread ste
To my knowledge, ffmpeg is the only available application I've found which can convert these files into something more useable(wav, mp3) I've just finished setting up a server which uses ffmpeg to get the audio data out of files recorded by the phone. If you need any help, let me know. It took

[android-developers] Re: Convert AMR-NB/WB to wav

2008-12-11 Thread ste
I ended up going with ffmpeg with the amr-nb libraries to do this. On Dec 4, 3:31 pm, ste daconcei...@gmail.com wrote: Are there any available java converters similar to SoX that can convert the audio recorded by a microphone to another format, like wav

[android-developers] Convert AMR-NB/WB to wav

2008-12-04 Thread ste
Are there any available java converters similar to SoX that can convert the audio recorded by a microphone to another format, like wav? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: MediaRecorder on G1

2008-11-14 Thread ste
/ste, follow Grigory's hints, it now works on both the SDK emulator and my g1 phone. I haven't recorded any sound on the emulator (no mike), but the audio file was created as expected. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Unable to record using MediaRecorder

2008-11-14 Thread ste
to add a command-line arg to the emulator to enable audio input. On Nov 12, 2:23 pm, ste [EMAIL PROTECTED] wrote: I've been trying this for over a day and haven't found anyone who seems to know, so I'm hoping someone can help. Every time I try to record, I get the following error

[android-developers] Unable to record using MediaRecorder

2008-11-12 Thread ste
I've been trying this for over a day and haven't found anyone who seems to know, so I'm hoping someone can help. Every time I try to record, I get the following error: java.lang.RuntimeException: start failed. I've added the following to my manifest file: uses-permission

[android-developers] Re: MediaRecorder on G1

2008-11-12 Thread ste
I've been running into the same problem on the g1. It works fine in the emulator though, although I have problems with the reset command not going through when I try to stop recording. On Nov 11, 8:39 pm, cirion [EMAIL PROTECTED] wrote: Hi g1ster - are you running on the G1 or the emulator?  On