Tags: Haransis/WaveFormPlayer
Tags
Add a recorder (#1) * ♻️ Refactor MainActivity to implement new feature * ⚗️ Experiment with AudioRecord * 🚧 Try to make MediaRecorder work Something is wrong "mediarecorder went away with unhandled events" * ⚗️ Experiment with MediaRecorder * ⚗️ Provide a working example with SurfaceView * ⚗️ Introduce a partly-working view * ✨ Support recording a sound * 🍻 Add audio effects. Fix chronometer position * ⚡ Replace Chronometer by a CountDownTimer * 🐛 Fix the line not going to the end of the view * ♻️ Clean up code * ⚡ Clean up files not saved * 🐛 Fix destroyrecorder crashing the app * 📱 Use correctly compound view Need to update the PlayerView * ⚡ Replace constraintlayout by merge tag * 💄 Make minor graphical adjustments * ✨ Add a possibility of metadata retriever Usually this would be a viewModel * 💄 Add control buttons * 🐛 Fix the sound not being recorded properly * 🐛 Fix multiple recording and play causing crash * 🎨 Place player inside recordercontroller * 💄 Support feedback when playing * 🐛 Fix crash when destroyPlayer * 🐛 Fix validate button not being properly used * 🐛 Fix FileNotFoundException onStopRecording * 🐛 Fix UI thread blocked when converting to wav * 🐛 Fix recording line not going to the end * 💄 Prevent activity from turning screen off * 🔥 Delete files when not used * 📝 Update README.md for 1.2.0