diff --git a/FAQ.md b/FAQ.md index 2a2c54274b..e93ace245e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -228,7 +228,7 @@ Fonts, sizes, colors, etc should be material design whenever possible. * [(100) How can I synchronize Gmail categories?](#user-content-faq100) * [(101) What does the blue/orange dot at the bottom of the conversations mean?](#user-content-faq101) * [(102) How can I enable auto rotation of images?](#user-content-faq102) -* [(103) How can I record audio?](#user-content-faq103) +* [(103) How can I record audio?](#user-content-faq158) * [(104) What do I need to know about error reporting?](#user-content-faq104) * [(105) How does the roam-like-at-home option work?](#user-content-faq105) * [(106) Which launchers can show a badge count with the number of unread messages?](#user-content-faq106) @@ -2492,17 +2492,6 @@ Note that only [JPEG](https://en.wikipedia.org/wiki/JPEG) and [PNG](https://en.w
- -**(103) How can I record audio?** - -You can record audio if you have a recording app installed -which supports the [RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION) intent. -If no supported app is installed, FairEmail will not show a record audio action/icon. - -Unfortunately and surprisingly, most recording apps do not seem to support this intent (they should). - -
- **(104) What do I need to know about error reporting?** @@ -3318,6 +3307,7 @@ Veuillez [voir ici](http://jc.etiemble.free.fr/abc/index.php/trucs-astuces/confi
+ **(158) Which camera / audio recorder do you recommend?** @@ -3325,10 +3315,7 @@ To take photos and to record audio a camera and an audio recorder app are needed The following apps are open source cameras and audio recorders: * [Open Camera](https://play.google.com/store/apps/details?id=net.sourceforge.opencamera) ([F-Droid](https://f-droid.org/en/packages/net.sourceforge.opencamera/)) -* [Audio Recorder](https://play.google.com/store/apps/details?id=com.github.axet.audiorecorder) ([F-Droid](https://f-droid.org/packages/com.github.axet.audiorecorder/)) - -**Important**: recent versions of *Audio Recorder* [don't return the recorded audio anymore](https://gitlab.com/axet/android-audio-recorder/-/issues/182). -This worked fine with version 3.3.13, which is still available on F-Droid. +* [Audio Recorder version 3.3.24+](https://play.google.com/store/apps/details?id=com.github.axet.audiorecorder) ([F-Droid](https://f-droid.org/packages/com.github.axet.audiorecorder/)) To record voice notes, etc, the audio recorder needs to support [MediaStore.Audio.Media.RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION).