Recorder unable to record Movieclip with Audio

ERROR 1
Audio system is disabled, so AudioSettings.outputSampleRate cannot be queried. Please check the audio project settings.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

ERROR 2
[MovieRecorder: Movie] Recording failed. Unable to create encoder: ‘Zero sample rate not supported: 0/1’
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:190)

I’m faced with these 2 issues when I try to record with the Unity’s Recorder.
Anyone knows if this can be resolved?

I found past issues:

Hi Riviolas, have you tried to uncheck “Include audio”?

Additionally, does your project either use Fmod Studio or Wwise? Recorder only works with the built-in sound engine.