You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"1. Q: Is it possible to save the sound to the device in mp3 or other audio format? \n"+
33
37
"A: Unfortunately, no, the application was created for educational purposes and aims to explain in simple terms the principle of creating music from sounds and understand if you want to do it. However, you can share music with your friends inside the app by uploading projects to your account. Or, if desired, record music using the built-in screen recording application on your phone, and then extract the audio track from the video in the online service. \n\n"+
@@ -42,7 +46,7 @@ class FaqActivity : AppCompatActivity() {
42
46
val pixelsWidth = (displayMetrics.widthPixels *0.95F).toInt()
43
47
val pixelsHeight = (displayMetrics.heightPixels *0.95F-100* scale +0.5f).toInt()
0 commit comments