A simple sound recording app implementing Material Design

Overview
Comments
  • copycat app with monetization

    copycat app with monetization

    This one: https://play.google.com/store/apps/details?id=com.ssaurel.audiorecorder&hl=en

    I don't know the internal workings with the MIT License, but this guy has copied several apps, just added advertisements and posted it to the play store.

    opened by avipars 13
  • add settings or not?

    add settings or not?

    Hey @dkim0419,

    thanks for the current update of SoundRecorder. I highly appreciate this!

    There's a number of open PR that request for new features (#35, #3, #57 ) that call for adding corresponding settings (which is even requested in #8). I'm wondering what the future direction of the app would be. Would you aim for adding settings or would you prefer that there is only one standard setting. In #37 you pointed out you would rather keep it single. If that's the case, wouldn't it make sense to document this plan, e.g. in the README.md and to close the related issues?

    opened by fbnrst 12
  • Copyright violation

    Copyright violation

    Hi @dkim0419

    I found this app on the Google Play Store. This guys just took the source code, added some ads and put it on the Google Play Store...

    As you are the owner of the source code, feel free to open a request to google here, if it's your wish ;)

    Don't forget to tell Google that:

    • The app is licensed under GPL3 and this guy is violating it by distributing the app without the source code;
    • He is falsely claiming he made the app;
    • Also tell them that this guy has done the same thing already with other apps. Probably this is worth mentioning. (I watch him)
    opened by Poussinou 10
  • Clone found

    Clone found

    Just in case you're not aware of, please take a look here. Especially at the line stating the package name. Looks like it's a clone of your project, no credits given in its description. The clone is even available at the playstore – no credits there either.

    opened by IzzySoft 8
  • Update

    Update

    It has been almost two years since the last update, and there's no moving here since January (you have a life, I'm not criticising it, quite the opposite, the app is great) but I think an update with what's already done would be nice.

    opened by moshpirit 8
  • Create strings.xml for South Korea

    Create strings.xml for South Korea

    Hi, I created string.xml for South Korea I confirm PR history and test my smart phone before pull requset. but if exist any wrong form, comment please~ Thank you!! :)

    opened by onestone9900 4
  • Translation

    Translation

    Hi, I'd like to translate your app into Italian and Esperanto but I don't know how to do that. Could someone explain it in a "How to contribute" section of README.md? Thank you very much!

    opened by airon90 3
  • Gradle is not syncing!

    Gradle is not syncing!

    I'm not able to sync Gradle. The error is Unknown host 'downloads.gradle.org' You may need to adjust proxy settings in Gradle. I'm not using any proxies. I've tried changing proxy settings to auto detect still, it didn't help.

    opened by coolamz 2
  • Future direction of the app

    Future direction of the app

    Hi @dkim0419, As there is a number of open Issues I was wondering what your future plans with the app are. Are you planning to develop it further? Are you interested in incorporating the suggested features or should this app remain simple without any settings? Do you see this app more as a Voice recorder (=focus on recording low quality, low size audio files) or as a Music recorder (=focus on recording high quality, bigger size files) or generic (=can do both things, settings needed).

    I use it to record music in high quality using an external microphone. However, I needed to tweak it a little to fit to my needs. For me it's currently the best open source app available. I used to like Rehearsal Assistant, but that seems not to be developed any further.

    opened by fbnrst 2
  • Audio Sample rate

    Audio Sample rate

    On my Motorola Moto E the app records with a sample rate of 8000 Hz which is too low quality for me. @dkim0419 what do you think of increasing the standard quality to 44100 Hz (CD quality). This will of course create bigger files. Maybe, it could become a setting?

    opened by fbnrst 1
  • Allow Recordings to be Shared to another app

    Allow Recordings to be Shared to another app

    I love the design of this recorder. However, it's hard to do things with the audio files once I've recorded then because there seems not to be a way to share them to an external app.

    I'd expect this option to apear when long-pressing a recording.

    opened by smichel17 1
  • Audio record AUX-to-AUX is not working in Android

    Audio record AUX-to-AUX is not working in Android

    I'm Developing new application which records audio from digital stethoscope to mobile app. there are 2 ways to connect stethoscope to mobile.

    1.AUX to AUX 2.Aux to USB

    mediaRecorder = new MediaRecorder();

        mediaRecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
        mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
        mediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
        mediaRecorder.setAudioEncodingBitRate(16*44100);
        mediaRecorder.setAudioSamplingRate(44100);
    
       
    
        mediaRecorder.setMaxDuration((int) TimeUnit.SECONDS.toMillis(30L));
        mediaRecorder.setOutputFile(AudioSavePathInDevice);
       
            mediaRecorder.prepare();
            mediaRecorder.start();```
    

    But AUX to Aux not working in some device.AUX to USB recorded voice having poor quality.

    Note : How to disable builtin mic when headphone is connected.

    opened by raghugunda 0
  • Just wonder How to use API Open Source

    Just wonder How to use API Open Source

    I wanna use your open source, but my android studio version is 3.6.1 So If i add this source in my android studio project then, Can I use it on my computer? Thank you!

    opened by owonil 1
Releases(1.3.0)
Owner
Daniel Kim (Yehun)
Welcome
Daniel Kim (Yehun)
This application features - Modern Minimalistic Design, MVVM, Pagination, Hilt, Retrofit, Room, Data Store, Flow, Live Data, Navigation Component (Clean Architecture)

NewsFly NewsFly is a modern news android application which features virtually ALL recent and recommended android development tech stack and tools used

Ibrahim 121 Nov 4, 2022
The simple app is to demonstrate how the modern Enterprise Android App Architecture should be

Weather Forecast App The simple app is to demonstrate how the modern Enterprise Android App Architecture should be. Clean Architecture (Mr Uncle Bob)

null 2 Nov 12, 2021
This is a simple application through which I connected Students, Courses and Teachers in an a beautiful way. The main purpose of this project is the connection between the Objects.

UniversityApp This is a simple application through which I connected Students, Courses and Teachers in an a beautiful way. The main purpose of this pr

Anas Khalil 3 Aug 21, 2021
simple projet for implementation detekt for android

Simple DETEKT implementation others KTLint DeteKT Spotless gradle-code-quality-tools-plugin Tutorials medium Config detekt config.yml Gradle Build Scr

John Alves 0 Jun 10, 2022
A simple project used for converting currencies

MyCurrencyConverter A simple project used for converting currencies. This project is divided into 2 parts (branches): master - without Dagger Hilt dev

null 0 Nov 5, 2021
A simple list-detail application using the Github API

GitHub Users Search Android application to search users via GitHub API Project demonstrates how to use Kotlin, Android Architecture Components, Dagger

Ndu Sunday 2 May 26, 2022
Android view data binding made simple!

DataBinding Android view data binding made simple! A more user friendly docu is coming! This library doesn't use any external library, so it's light w

Giovanni Corte 1 Apr 12, 2022
This is the toy app for Lesson 9 of the Android App Development in Kotlin course on Udacity.

Behind the Scenes - DevByte Viewer App This is the toy app for Lesson 9 of the Android App Development in Kotlin course on Udacity. DevByte DevByte Vi

Jaime 1 Oct 20, 2021
eCommerce app developed with Android Jetpack and Kotlin

garden-shed eCommerce app developed with Android Jetpack and Kotlin This is my first mobile application. Garden Shed is a simple application for buyin

null 2 Nov 1, 2022
The code for the Congression App Challenge Webinar.

Getting-Started-with-Android-Studio-and-Kotlin-CAC-Webinar A webinar hosted by the Congressional App Challenge and theCoderSchool The code for the Con

null 1 Oct 18, 2021
LoadApp This is my submission for the "Building an Advanced Android App"

LoadApp This is my submission for the "Building an Advanced Android App" project of the Udacity Android Kotlin Developer nanodegree. (C) Jaldhar H. Vy

Jaldhar H. Vyas 1 Oct 7, 2021
An app to manage posts such as create, update, show the post list and detail also delete the post.

Otopost An app to manage posts such as create, update, show the post list and detail also delete the post. Minimum Requirements Software Android Studi

Imantoko 1 Oct 20, 2021
The source code for the Bus Scheduler app codelab

Bus Scheduler App This folder contains the source code for the Bus Scheduler app codelab. Introduction The Bus Scheduler app displays a list of bus st

Sharlene Kumbhar 1 Nov 21, 2021
Room - SleepQualityTracker app

Room - SleepQualityTracker app This is the toy app for Lesson 6 of the Android App Development in Kotlin course on Udacity. SleepQualityTracker The Sl

null 0 Jun 10, 2022
MVI Architecture Android Beginners: Sample App

MVI Architecture Android Beginners: Sample App This repository contains a sample app that implements MVI architecture using Kotlin, ViewModel, LiveDat

null 16 Dec 7, 2022
Event Trackr Android app. Allows users to track birthdays and anniversaries of friends and family.

Trackr Event Trackr Android app. Allows users to track birthdays and anniversaries of friends and family. You need to open this project in Android Stu

null 4 Dec 17, 2022
A sample app that demonstrate how to build an Android application using the Uncle Bob's Clean Architecture approach

A sample app that demonstrate how to build an Android application using the Uncle Bob's Clean Architecture approach

Ahmed Shaban  Elhdad 2 Apr 8, 2022
A sample photo browsing app in Kotlin, Android using Picsum image API.

Picsum Photo App Functionality The app's functionality includes: Fetch a list of images from picsum photos api (https://picsum.photos/) and show them

Rafsan Ahmad 15 Nov 2, 2022
Taken from a PeopleCode app package to be used as a refactoring exercise

The code below was taken from a PeopleCode app package to be used as a refactoring exercise. Packages original: contains the code below translated int

Luis Arcos 1 Feb 15, 2022