Community Questions & Answers
Creating a audio SPL or sound level meter or waveforms
Hi All I know this is a very broad question so apologises but struggling to find any info anywhere online. i have a recording app and i am looking for a way to create a sound level indictor, or even better a waveform has anyone had any experience with...
Does anyone know when Titanium will support Android audio recording?
Spent an hour trying to get audio recording to work on Android then realized it was not yet supported. However, I need it for the app I am working on and would hate to start over on iPhone. Any idea if this will be supported in the next release?
Recording video in Android
Hi, I've read on these forums that recording video is not currently supported in Android. The final version of my app does need to incorporate this feature; but I could hold off if video recording is in the pipeline. Is there some knowledge of a time line...
Recording formats
Abit lost at the moment in a world of recording formats and thought i would ask for some advice. I am building a recording app at the moment with titanium which works...
record Audio using Titanium Framework
Can we record Audio using Titanium Framework? (both Android and iPhone)
Recording video Iphone 4 problem: Camera don´t cover screen.
We have created an app that records video with a overlay, everything works well on iPhone5 but not on iPhone4. What you need to know: We are forcing landscape orientation. We use overlay. We record from front camera. The overlay stuff do cover the...
can't record sound and save to file
Hey all, I'm coding for a iPhone. This code used to work great. Now it doesn't. I have the latest updates and everything. Can anyone help me out? Titanium.Media.audioSessionMode = Ti.Media.AUDIO_SESSION_MODE_PLAY_AND_RECORD; var myRec =...
Keep recording when the app is closed using Titanium.App.iOS.BackgroundService
is it possible to have my device continue to record when the app is closed so they cant click the home button browse the ipad and it carries on recording currently when i close the app go to home etc it pauses and restarts when i re open the app. Is this...
Music Library In I-Phone
How to store a recorded file through audio recorder in apcelerator in i-phone music library. pls tell me if possible.
Pausing A Video Recording - iPhone
All my code works for recording a video, uploading it to a server, etc... I also see that there are cancel, re-take and use functionality... I was hoping to add another button on the video recording dialog box that says "Pause"... What this will...
How to record voice with background sound? / AudioLineType?
I'm trying to record voice + have the backgroung sound playing... I'm using AUDIO_SESSION_MODE_PLAY_AND_RECORD And I just can't get it working right. The problem is that the background sound is comming from the top speaker on the iphone 3gs which is...
Resolve content URI in Android
How do I resolve a content:// URI to an actual file? ---------------------------------------------------- Hi all, I have used the example code to record audio on Android. The example launches an Intent, the user records the file and confirms, and then I...
I am trying to upload the files created by the Audio Recorder
Here is the code that I am using: ~~~ var start = UI.createButton({title: "Record"}); start.addEventListener('touchstart', function(e) { recorder.start(); start.title = "Recording..."; }); start.addEventListener('touchend',...
How to record video in android and upload the recorded video on PHP server?
How to record video in android and upload the recorded video on PHP server? Thanks in advanced...
How to save recorded sound on server.
How to save recorded sound on server through post method? I used following code: var file; var recording = Ti.Media.createAudioRecorder(); recording.start(); .... file = recording.stop(); var xhr =...
Android Module SDK
I asked this a little while ago but didn't get any answers. Titanium does not currently support audio recording for Android...correct?? Could I use the new Android Module SDK to add audio recording capabilities for Andriod into Titanium?
Audio Recordings on Windows
I have written an iOS app that allows a user to record their voice. I have tried all the combinations of audio format and file format, but I can't seem to save to a file that is playable on a Windows machine. Is it possible to record high quality audio on...
Recording audio in a Desktop app
Hi, I can't figure out what the best solution is to capture microphone audio in a Desktop app. I'm currently working with Flash, but it seems to be more trouble than it's worth. Anyone have any suggestions?
Titanium.Media.AudioRecorder Stop Method
Hi all, Where can I find accurate documentation on this class? The Kitchen Sink app uses the result of stop() which is a TiFile. The documentation at http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Media.AudioRecorder.stop-method.html...
Record a phone conversation?
Legal issues aside, is it technically possible to record both parties in a phone call using Titanium on iPhone and Android? RJ
When can we expect video recording for Android?
Does anyone knows when can we expect video recording for Android? Thanks...
Speaker and mic at the same time?
Hey guys, I'm wondering if it is possible to use both a sound and recording to the mic at the same time? I'm having a problem at the moment with them being activated at the same time. When I have a beat (createSound, started with a click on a button)...
Recording of app internal sounds?
Hi there! Is it possible to build an app which plays different sounds (instruments) and record these? I just found an example (kitchensink) where i can record input over the microphone. Any ideas? Thanks in advance. Leif
Audio Compression / File Format
Hi Folks, Any ideas why the below might be crashing my app? Using the default settings provided in the kitchen sink seem to work fine! recording.compression = Ti.Media.AUDIO_FORMAT_AAC; recording.format = Ti.Media.AUDIO_FILEFORMAT_MP4; OR ...
Audio Compression / File Format
Hii! Didn't get a reply the first time so have to post here again! :( Im just looking for anyone that can point out a slightly better audio recording format rather than the default low quality recording? I dont want to use a high quality WAV as this will...
AUDIO_FORMAT_ALAW = mono sound?
I suppose it should be, but I can't find any documentation on it. Thanks! /J
This is a really frustrating issue
I'm having the same issue, I have an App that was ready to be published to the AppStore but can't publish it now cause the Audio Recording doesn't work on my iPhone 3GS, it does exactly the same thing where it hangs for a couple of seconds then it...
Recording audio crashes on iOS 4.0 Ti SDK 1.3.1 with libTiCore-7.a patch
Hi, I can't find anything in this forum related to this, so hopefully someone has an idea. I have an app that has been shipping on iPhone for about three months. I am now trying to update it for iOS 4.0 (the original app crashes out immediately on 4.0, as...
When to expect sound recording on Android?
Hi peoples! I just started with Titanium today, seems to be pretty robust, I've been messing with the KitchenSink throughout the day. Good times. I'm curious if there is an ETA for recording sound on Android. If there is, anyone with knowledge want to...
Showing 1-29 of 29