Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Nicolas Faralli edited this page Dec 3, 2016 · 10 revisions

Ringdroid is now on GitHub!

2 December 2016: Ringdroid 2.7.4 contains a fix for an audio bug reported by users using 'Nougat' (Android 7.x).

22 June 2015: Ringdroid 2.7.3 contains fixes for several bugs reported by users of Ringdroid 2.7.2, and it uses WAV as a fall-back audio format for saving ringtones in case the default AAC (.m4a) encoding fails.

11 May 2015: Ringdroid 2.7.2 does not require the full network communication permission anymore as the code in charge of gathering anonymous usage statistics has been removed.

29 April 2015: Ringdroid 2.7 now supports 'Lollipop' (Android 5.x)! This version requests the audio recording permission in order to use the device's microphone. It also includes the ability to read OGG Vorbis audio files, and it now saves ringtones in AAC (.m4a) format. This is the recommended version for Android system versions 4.1 ('Jelly Bean') and newer.

23 August 2012: Ringdroid 2.6 is the recommended version for Android system versions 3.0 ('Honeycomb') to 4.0.4 ('Ice Cream Sandwich'). This version of Ringdroid requests full network communication, but solely for the purpose of sending anonymous usage statistics as described in the app's 'Privacy' menu.

2 January 2011: Ringdroid 2.5 is the recommended version for Android system versions 1.6 ('Donut') to 2.3.7 ('Gingerbread'). New features include a drop-down menu in the select view to edit/delete/assign ringtones and notifications, flinging support to scroll the waveform, and MR475 AMR files support. This version of Ringdroid requests full network communication, but solely for the purpose of sending anonymous usage statistics as described in the app's 'Privacy' menu.

Ringdroid is an Android application for recording and editing sounds, and creating ringtones, directly on the handset.

If you have an Android phone, just click on "Market" and search for "Ringdroid" to install it, or open the "Barcode Scanner" app and point to the QR code at the top of this page.

For users:

For developers:

See also:

Features

  • Open an existing audio file
  • View a scrollable waveform representation of the audio file at 5 zoom levels
  • Set starting and ending points for a clip within the audio file, using an optional touch interface
  • Play the selected portion of the audio, including an indicator cursor and autoscrolling of the waveform
  • Play anywhere else by tapping the screen
  • Save the clipped audio as a new audio file and mark it as Music, Ringtone, Alarm, or Notification.
  • Record a new audio clip to edit
  • Delete audio (with confirmation alert)
  • Launches automatically in response to the GET_CONTENT intent with a mime type of audio/ if any other application wants to pick an audio file - for example the "Rings Extended" application.
  • Assign a ringtone directly to a contact.

File formats

Supported file formats right now include:

  • MP3
  • AAC/MP4 (including unprotected iTunes music)
  • WAV
  • 3GPP/AMR (this is the format used when you record sounds directly on the handset)
  • OGG

Clone this wiki locally