Voice To MP3 Application icon

Voice To MP3 1.0.0

781.7 KB / 50K+ Downloads / Rating 3.5 - 101 reviews


See previous versions

Voice To MP3, developed and published by Business Mobile Solutions inc, has released its latest version, 1.0.0, on 2015-09-19. This app falls under the Music & Audio category on the Google Play Store and has achieved over 50000 installs. It currently holds an overall rating of 3.5, based on 101 reviews.

Voice To MP3 APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.busmosol.voicetomp3addon

Updated: 10 years ago

Developer Name: Business Mobile Solutions inc

Category: Music & Audio

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Voice To MP3 on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.5
Total 101 reviews

Reviews

3 ★, on 2024-02-05
Good

5 ★, on 2022-02-12
V. Nice app

5 ★, on 2021-03-11
It’s a very good app.

1 ★, on 2021-01-17
Burik

1 ★, on 2020-07-28
Fake

4 ★, on 2019-11-11
Not yet tried

Previous Versions

Voice To MP3 1.0.0
2015-09-19 / 781.7 KB / Android 4.0+

About this app

A simple mp3 voice recorder which can be called from outsite with

Intent intent = new Intent("com.busmosol.vrec");
intent.putExtra("Path", name); //full path name including .mp3
//intent.putExtra("AutoRec", true); //start the record when starting the intent
//intent.putExtra("QuitAtStop", true); // finish the activity when the stop is press
//intent.putExtra("sampleRate", 44100); //default is 22050
//intent.putExtra("nameShown", nameshown); //the file name can be different for display
startActivity(intent);

It can be used in standalone mode or as an add-on for an app like CosmosSync.

This software is delivred as is and may not be bug free. However, this add-on may be updated in later releases.

This app use Lame and it is compiled under LGPL license

New features

- New look

App Permissions

Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to record audio.
Allows an application to write to external storage.
Allows an application to read from external storage.