@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
{{ __('Recording Audio Source') }}
{{ __('Untuk browser/tab audio, pilih opsi ini lalu aktifkan share audio. Untuk aplikasi desktop, hasilnya tergantung dukungan browser/OS.') }}
Audio Format: microphone → 1 channel PCM @ 48kHz
{{ __('Recording Language') }}
{{ __('Recording Speaker Identification') }}
@error('type')

{{ $errors->first('type') }}

@enderror
{{ __('Number of Speakers') }}
{{ __('Project Name') }}
@error('project')

{{ $errors->first('project') }}

@enderror

{{ __('Record & Transcribe Tasks') }} ({{ __('Current Day') }})

{{ __('Created On') }} {{ __('Task ID') }} {{ __('Language') }} {{ __('Status') }} {{ __('Duration') }} {{ __('Format') }} {{ __('Actions') }}
@endsection @section('js') @endsection