{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "79b71801-d35b-42d0-90b2-5046e8a608ae", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting pydub\n", " Using cached pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB)\n", "Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)\n", "Installing collected packages: pydub\n", "Successfully installed pydub-0.25.1\n", "Reading package lists... Done\n", "Building dependency tree... Done\n", "Reading state information... Done\n", "ffmpeg is already the newest version (7:6.1.1-3ubuntu5).\n", "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\n" ] } ], "source": [ "# Install dependencies for pydub and ffmpeg\n", "!pip install pydub\n", "!apt-get install ffmpeg -y" ] }, { "cell_type": "code", "execution_count": 7, "id": "5d3da7ac-994d-4ae4-88c4-732611d8c412", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Requirement already satisfied: pandas in /usr/local/lib/python3.12/dist-packages (3.0.1)\n", "Collecting tqdm\n", " Using cached tqdm-4.67.3-py3-none-any.whl.metadata (57 kB)\n", "Requirement already satisfied: numpy>=1.26.0 in /usr/local/lib/python3.12/dist-packages (from pandas) (2.1.2)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas) (2.9.0.post0)\n", "Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.8.2->pandas) (1.16.0)\n", "Using cached tqdm-4.67.3-py3-none-any.whl (78 kB)\n", "Installing collected packages: tqdm\n", "Successfully installed tqdm-4.67.3\n" ] } ], "source": [ "!pip install pandas tqdm" ] }, { "cell_type": "code", "execution_count": 12, "id": "6113f00e-5858-45eb-9570-2fe06166bb8a", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting soundfile\n", " Using cached soundfile-0.13.1-py2.py3-none-manylinux_2_28_x86_64.whl.metadata (16 kB)\n", "Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.12/dist-packages (from soundfile) (2.0.0)\n", "Requirement already satisfied: numpy in /usr/local/lib/python3.12/dist-packages (from soundfile) (2.1.2)\n", "Requirement already satisfied: pycparser in /usr/local/lib/python3.12/dist-packages (from cffi>=1.0->soundfile) (2.23)\n", "Using cached soundfile-0.13.1-py2.py3-none-manylinux_2_28_x86_64.whl (1.3 MB)\n", "Installing collected packages: soundfile\n", "Successfully installed soundfile-0.13.1\n" ] } ], "source": [ "!pip install soundfile" ] }, { "cell_type": "code", "execution_count": 27, "id": "e05fcb17-accf-4e25-9eb6-0339197ea70c", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Requirement already satisfied: pydub in /usr/local/lib/python3.12/dist-packages (0.25.1)\n" ] } ], "source": [ "!pip install pydub" ] }, { "cell_type": "code", "execution_count": 1, "id": "6502a800-4f66-4009-8052-26ad01bf6ec4", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Requirement already satisfied: huggingface_hub in /usr/local/lib/python3.12/dist-packages (1.4.1)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (3.20.0)\n", "Requirement already satisfied: fsspec>=2023.5.0 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (2024.6.1)\n", "Requirement already satisfied: hf-xet<2.0.0,>=1.2.0 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (1.3.1)\n", "Requirement already satisfied: httpx<1,>=0.23.0 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (0.28.1)\n", "Requirement already satisfied: packaging>=20.9 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (25.0)\n", "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (6.0.3)\n", "Requirement already satisfied: shellingham in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (1.5.4)\n", "Requirement already satisfied: tqdm>=4.42.1 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (4.67.3)\n", "Requirement already satisfied: typer-slim in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (0.24.0)\n", "Requirement already satisfied: typing-extensions>=4.1.0 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (4.15.0)\n", "Requirement already satisfied: anyio in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface_hub) (4.11.0)\n", "Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface_hub) (2025.10.5)\n", "Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface_hub) (1.0.9)\n", "Requirement already satisfied: idna in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface_hub) (3.10)\n", "Requirement already satisfied: h11>=0.16 in /usr/local/lib/python3.12/dist-packages (from httpcore==1.*->httpx<1,>=0.23.0->huggingface_hub) (0.16.0)\n", "Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.12/dist-packages (from anyio->httpx<1,>=0.23.0->huggingface_hub) (1.3.1)\n", "Requirement already satisfied: typer>=0.24.0 in /usr/local/lib/python3.12/dist-packages (from typer-slim->huggingface_hub) (0.24.1)\n", "Requirement already satisfied: click>=8.2.1 in /usr/local/lib/python3.12/dist-packages (from typer>=0.24.0->typer-slim->huggingface_hub) (8.3.1)\n", "Requirement already satisfied: rich>=12.3.0 in /usr/local/lib/python3.12/dist-packages (from typer>=0.24.0->typer-slim->huggingface_hub) (14.3.3)\n", "Requirement already satisfied: annotated-doc>=0.0.2 in /usr/local/lib/python3.12/dist-packages (from typer>=0.24.0->typer-slim->huggingface_hub) (0.0.4)\n", "Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.12/dist-packages (from rich>=12.3.0->typer>=0.24.0->typer-slim->huggingface_hub) (4.0.0)\n", "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.12/dist-packages (from rich>=12.3.0->typer>=0.24.0->typer-slim->huggingface_hub) (2.19.2)\n", "Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.12/dist-packages (from markdown-it-py>=2.2.0->rich>=12.3.0->typer>=0.24.0->typer-slim->huggingface_hub) (0.1.2)\n" ] } ], "source": [ "!pip install huggingface_hub" ] }, { "cell_type": "code", "execution_count": 2, "id": "abe5be22-1eff-4cce-ba12-8bae7b9aaa93", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Returning existing local_dir `/workspace/Common_voice_22_1` as remote repo cannot be accessed in `snapshot_download` (404 Client Error. (Request ID: Root=1-699f309d-7cd6c5ce49d8df887f672e38;53273e3a-a81f-43e1-b61b-2ba12cbe1d52)\n", "\n", "Repository Not Found for url: https://huggingface.co/api/datasets/fsicoli/common_voice_22_1/revision/main.\n", "Please make sure you specified the correct `repo_id` and `repo_type`.\n", "If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication).\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Downloaded to: /workspace/Common_voice_22_1\n" ] } ], "source": [ "from huggingface_hub import snapshot_download\n", "import os\n", "\n", "# Target directory in RunPod\n", "local_path = \"/workspace/Common_voice_22_1\"\n", "\n", "os.makedirs(local_path, exist_ok=True)\n", "\n", "cv_22 = snapshot_download(\n", " repo_id=\"fsicoli/common_voice_22_1\",\n", " repo_type=\"dataset\",\n", " local_dir=local_path, # 👈 download into this folder\n", " allow_patterns=[\n", " \"audio/bn/train/*\",\n", " \"audio/bn/dev/*\",\n", " \"audio/bn/test/*\",\n", " \"transcript/bn/train.tsv\",\n", " \"transcript/bn/dev.tsv\",\n", " \"transcript/bn/test.tsv\"\n", " ]\n", ")\n", "\n", "print(\"Downloaded to:\", cv_22)" ] }, { "cell_type": "code", "execution_count": 3, "id": "73d9fa4d-ebde-4f70-9ade-3692335070af", "metadata": {}, "outputs": [], "source": [ "cv_22 = \"/workspace/Common_voice_22_1\"\n", "\n", "!tar -xf {cv_22}/audio/bn/train/bn_train_0.tar -C {cv_22}/audio/bn/train/\n", "!tar -xf {cv_22}/audio/bn/dev/bn_dev_0.tar -C {cv_22}/audio/bn/dev/\n", "!tar -xf {cv_22}/audio/bn/test/bn_test_0.tar -C {cv_22}/audio/bn/test/" ] }, { "cell_type": "code", "execution_count": 5, "id": "166cb22f-cda7-4b54-a84b-919229fc8ef4", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting datasets\n", " Downloading datasets-4.6.0-py3-none-any.whl.metadata (19 kB)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from datasets) (3.20.0)\n", "Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.12/dist-packages (from datasets) (2.1.2)\n", "Collecting pyarrow>=21.0.0 (from datasets)\n", " Using cached pyarrow-23.0.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.1 kB)\n", "Collecting dill<0.4.1,>=0.3.0 (from datasets)\n", " Using cached dill-0.4.0-py3-none-any.whl.metadata (10 kB)\n", "Requirement already satisfied: pandas in /usr/local/lib/python3.12/dist-packages (from datasets) (3.0.1)\n", "Requirement already satisfied: requests>=2.32.2 in /usr/local/lib/python3.12/dist-packages (from datasets) (2.32.5)\n", "Requirement already satisfied: httpx<1.0.0 in /usr/local/lib/python3.12/dist-packages (from datasets) (0.28.1)\n", "Requirement already satisfied: tqdm>=4.66.3 in /usr/local/lib/python3.12/dist-packages (from datasets) (4.67.3)\n", "Collecting xxhash (from datasets)\n", " Using cached xxhash-3.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB)\n", "Collecting multiprocess<0.70.19 (from datasets)\n", " Using cached multiprocess-0.70.18-py312-none-any.whl.metadata (7.5 kB)\n", "Requirement already satisfied: fsspec<=2026.2.0,>=2023.1.0 in /usr/local/lib/python3.12/dist-packages (from fsspec[http]<=2026.2.0,>=2023.1.0->datasets) (2024.6.1)\n", "Requirement already satisfied: huggingface-hub<2.0,>=0.25.0 in /usr/local/lib/python3.12/dist-packages (from datasets) (1.4.1)\n", "Requirement already satisfied: packaging in /usr/local/lib/python3.12/dist-packages (from datasets) (25.0)\n", "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.12/dist-packages (from datasets) (6.0.3)\n", "Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB)\n", "Requirement already satisfied: anyio in /usr/local/lib/python3.12/dist-packages (from httpx<1.0.0->datasets) (4.11.0)\n", "Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from httpx<1.0.0->datasets) (2025.10.5)\n", "Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.12/dist-packages (from httpx<1.0.0->datasets) (1.0.9)\n", "Requirement already satisfied: idna in /usr/local/lib/python3.12/dist-packages (from httpx<1.0.0->datasets) (3.10)\n", "Requirement already satisfied: h11>=0.16 in /usr/local/lib/python3.12/dist-packages (from httpcore==1.*->httpx<1.0.0->datasets) (0.16.0)\n", "Requirement already satisfied: hf-xet<2.0.0,>=1.2.0 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=0.25.0->datasets) (1.3.1)\n", "Requirement already satisfied: shellingham in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=0.25.0->datasets) (1.5.4)\n", "Requirement already satisfied: typer-slim in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=0.25.0->datasets) (0.24.0)\n", "Requirement already satisfied: typing-extensions>=4.1.0 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=0.25.0->datasets) (4.15.0)\n", "Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB)\n", "Collecting aiosignal>=1.4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB)\n", "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets) (25.4.0)\n", "Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (20 kB)\n", "Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB)\n", "Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB)\n", "Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (75 kB)\n", "Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from requests>=2.32.2->datasets) (3.4.3)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.12/dist-packages (from requests>=2.32.2->datasets) (2.5.0)\n", "Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.12/dist-packages (from anyio->httpx<1.0.0->datasets) (1.3.1)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2.9.0.post0)\n", "Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.16.0)\n", "Requirement already satisfied: typer>=0.24.0 in /usr/local/lib/python3.12/dist-packages (from typer-slim->huggingface-hub<2.0,>=0.25.0->datasets) (0.24.1)\n", "Requirement already satisfied: click>=8.2.1 in /usr/local/lib/python3.12/dist-packages (from typer>=0.24.0->typer-slim->huggingface-hub<2.0,>=0.25.0->datasets) (8.3.1)\n", "Requirement already satisfied: rich>=12.3.0 in /usr/local/lib/python3.12/dist-packages (from typer>=0.24.0->typer-slim->huggingface-hub<2.0,>=0.25.0->datasets) (14.3.3)\n", "Requirement already satisfied: annotated-doc>=0.0.2 in /usr/local/lib/python3.12/dist-packages (from typer>=0.24.0->typer-slim->huggingface-hub<2.0,>=0.25.0->datasets) (0.0.4)\n", "Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.12/dist-packages (from rich>=12.3.0->typer>=0.24.0->typer-slim->huggingface-hub<2.0,>=0.25.0->datasets) (4.0.0)\n", "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.12/dist-packages (from rich>=12.3.0->typer>=0.24.0->typer-slim->huggingface-hub<2.0,>=0.25.0->datasets) (2.19.2)\n", "Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.12/dist-packages (from markdown-it-py>=2.2.0->rich>=12.3.0->typer>=0.24.0->typer-slim->huggingface-hub<2.0,>=0.25.0->datasets) (0.1.2)\n", "Downloading datasets-4.6.0-py3-none-any.whl (520 kB)\n", "Using cached dill-0.4.0-py3-none-any.whl (119 kB)\n", "Using cached multiprocess-0.70.18-py312-none-any.whl (150 kB)\n", "Using cached aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.8 MB)\n", "Using cached multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (256 kB)\n", "Using cached yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (377 kB)\n", "Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB)\n", "Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB)\n", "Using cached frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (242 kB)\n", "Using cached propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (221 kB)\n", "Using cached pyarrow-23.0.1-cp312-cp312-manylinux_2_28_x86_64.whl (47.6 MB)\n", "Using cached xxhash-3.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (193 kB)\n", "Installing collected packages: xxhash, pyarrow, propcache, multidict, frozenlist, dill, aiohappyeyeballs, yarl, multiprocess, aiosignal, aiohttp, datasets\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m12/12\u001b[0m [datasets]/12\u001b[0m [datasets]]\n", "\u001b[1A\u001b[2KSuccessfully installed aiohappyeyeballs-2.6.1 aiohttp-3.13.3 aiosignal-1.4.0 datasets-4.6.0 dill-0.4.0 frozenlist-1.8.0 multidict-6.7.1 multiprocess-0.70.18 propcache-0.4.1 pyarrow-23.0.1 xxhash-3.6.0 yarl-1.22.0\n" ] } ], "source": [ "!pip install datasets" ] }, { "cell_type": "code", "execution_count": 6, "id": "03af8e37-cbc7-4e6f-ae5c-781c1d3088de", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Train: 21514\n", "Valid: 9382\n", "Test: 9382\n", "Merged size: 40278\n", "Dataset({\n", " features: ['audio', 'text'],\n", " num_rows: 40278\n", "})\n" ] }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "b88767e34d8048139d6b1668d5ccab98", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Saving the dataset (0/3 shards): 0%| | 0/40278 [00:00=1.26.0 in /usr/local/lib/python3.12/dist-packages (from pandas) (2.1.2)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas) (2.9.0.post0)\n", "Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.8.2->pandas) (1.16.0)\n" ] } ], "source": [ "!pip install pandas" ] }, { "cell_type": "code", "execution_count": 8, "id": "25bd2aea-aeaa-42a1-af24-78a33c4482b1", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Total samples: 40278\n", "Female samples: 0\n" ] } ], "source": [ "import pandas as pd\n", "from pathlib import Path\n", "\n", "CV_ROOT = Path(\"/workspace/Common_voice_22_1\")\n", "\n", "train = pd.read_csv(CV_ROOT / \"transcript/bn/train.tsv\", sep=\"\\t\")\n", "valid = pd.read_csv(CV_ROOT / \"transcript/bn/dev.tsv\", sep=\"\\t\")\n", "test = pd.read_csv(CV_ROOT / \"transcript/bn/test.tsv\", sep=\"\\t\")\n", "\n", "df = pd.concat([train, valid, test], ignore_index=True)\n", "\n", "# Filter female\n", "female_df = df[df[\"gender\"] == \"female\"].copy()\n", "\n", "print(\"Total samples:\", len(df))\n", "print(\"Female samples:\", len(female_df))" ] }, { "cell_type": "code", "execution_count": 9, "id": "024ee372-04ab-4720-a563-ee655f482dc1", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Index(['client_id', 'path', 'sentence_id', 'sentence', 'sentence_domain',\n", " 'up_votes', 'down_votes', 'age', 'gender', 'accents', 'variant',\n", " 'locale', 'segment'],\n", " dtype='str')\n", "\n", "[nan, 'male_masculine', 'female_feminine']\n", "Length: 3, dtype: str\n", "26207\n" ] } ], "source": [ "print(df.columns)\n", "print(df[\"gender\"].unique()[:10])\n", "print(df[\"gender\"].isna().sum())" ] }, { "cell_type": "code", "execution_count": 10, "id": "2746c001-7c46-48e9-b98b-8159368bb3c7", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Total samples: 40278\n", "Female samples: 2931\n" ] } ], "source": [ "import pandas as pd\n", "\n", "train = pd.read_csv(CV_ROOT / \"transcript/bn/train.tsv\", sep=\"\\t\")\n", "valid = pd.read_csv(CV_ROOT / \"transcript/bn/dev.tsv\", sep=\"\\t\")\n", "test = pd.read_csv(CV_ROOT / \"transcript/bn/test.tsv\", sep=\"\\t\")\n", "\n", "df = pd.concat([train, valid, test], ignore_index=True)\n", "\n", "print(\"Total samples:\", len(df))\n", "\n", "# Correct female filter\n", "female_df = df[df[\"gender\"] == \"female_feminine\"].copy()\n", "\n", "print(\"Female samples:\", len(female_df))" ] }, { "cell_type": "code", "execution_count": 15, "id": "e20c3022-32a2-404c-b311-dbbb0ec14ee0", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Female samples: 2931\n" ] } ], "source": [ "# Filtered female samples are already stored in female_df\n", "# You can overwrite the original DataFrame (df) with female_df if you want to keep only female samples\n", "\n", "df = female_df.copy() # This now contains only the female samples\n", "\n", "# Print the number of female samples to confirm\n", "print(\"Female samples:\", len(df))\n", "\n", "# Optionally, you can save the filtered dataset if needed\n", "# df.to_csv(\"/path/to/save/female_samples.csv\", index=False)" ] }, { "cell_type": "code", "execution_count": 17, "id": "1c1600b5-b8da-4302-96a5-2b4b8d68d473", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Filtered female samples saved to:\n", "/workspace/Common_voice_22_1/female_samples.csv\n", "/workspace/Common_voice_22_1/female_samples.json\n" ] } ], "source": [ "# Define the path to save the filtered female samples\n", "save_path_csv = \"/workspace/Common_voice_22_1/female_samples.csv\"\n", "save_path_json = \"/workspace/Common_voice_22_1/female_samples.json\"\n", "\n", "# Save the filtered female samples as a CSV file\n", "df.to_csv(save_path_csv, index=False)\n", "\n", "# Or save it as a JSON file\n", "df.to_json(save_path_json, orient=\"records\", lines=True)\n", "\n", "print(f\"Filtered female samples saved to:\\n{save_path_csv}\\n{save_path_json}\")" ] }, { "cell_type": "code", "execution_count": 18, "id": "65eb3894-e271-47d2-8658-edf5f5960efd", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Samples for the target speaker (ae6d6bf01f4c2ce748d3d232342175c72e1b80be8e0c70d8f3a6a87bccf16dc1e2ddd153c5eaa6b5bf249e4b69cc34b4e240d6ca826bbcd19cd8814d406dbec2): 197\n", "Target speaker data saved to:\n", "/workspace/Common_voice_22_1/target_speaker_samples.csv\n", "/workspace/Common_voice_22_1/target_speaker_samples.json\n" ] } ], "source": [ "# Define the TARGET_SPEAKER ID\n", "TARGET_SPEAKER = \"ae6d6bf01f4c2ce748d3d232342175c72e1b80be8e0c70d8f3a6a87bccf16dc1e2ddd153c5eaa6b5bf249e4b69cc34b4e240d6ca826bbcd19cd8814d406dbec2\"\n", "\n", "# Filter the data for the target speaker based on 'client_id'\n", "target_speaker_df = df[df[\"client_id\"] == TARGET_SPEAKER].copy()\n", "\n", "# Print the number of samples for the target speaker\n", "print(f\"Samples for the target speaker ({TARGET_SPEAKER}):\", len(target_speaker_df))\n", "\n", "# Define the save paths for the filtered data\n", "save_path_target_csv = \"/workspace/Common_voice_22_1/target_speaker_samples.csv\"\n", "save_path_target_json = \"/workspace/Common_voice_22_1/target_speaker_samples.json\"\n", "\n", "# Save the filtered data as CSV\n", "target_speaker_df.to_csv(save_path_target_csv, index=False)\n", "\n", "# Or save it as a JSON file\n", "target_speaker_df.to_json(save_path_target_json, orient=\"records\", lines=True)\n", "\n", "print(f\"Target speaker data saved to:\\n{save_path_target_csv}\\n{save_path_target_json}\")" ] }, { "cell_type": "code", "execution_count": 21, "id": "4e85960a-121f-4f87-9bea-2b65eed37d1c", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "First few audio paths for the target speaker:\n", " audio_path\n", "17258 /workspace/Common_voice_22_1/audio/bn/common_v...\n", "17259 /workspace/Common_voice_22_1/audio/bn/common_v...\n", "17260 /workspace/Common_voice_22_1/audio/bn/common_v...\n", "17261 /workspace/Common_voice_22_1/audio/bn/common_v...\n", "17262 /workspace/Common_voice_22_1/audio/bn/common_v...\n", "Copied 197 files to /workspace/target_speaker_audio_files.\n" ] } ], "source": [ "# Ensure the 'audio_path' is correctly pointing to the MP3 files\n", "target_speaker_df[\"audio_path\"] = target_speaker_df[\"path\"].apply(lambda x: str(Path(\"/workspace/Common_voice_22_1/audio/bn\") / x)) # Construct the full audio path\n", "\n", "# Check the first few audio paths to confirm\n", "print(\"First few audio paths for the target speaker:\")\n", "print(target_speaker_df[[\"audio_path\"]].head())\n", "\n", "# Get the MP3 file paths for the target speaker's samples\n", "target_speaker_audio_paths = target_speaker_df[\"audio_path\"].tolist()\n", "\n", "# If you want to download these files, you can copy the files to a specific directory or share links to them\n", "# For example, to copy them to a different directory or prepare for download:\n", "import shutil\n", "\n", "# Define a new directory to store the MP3 files for download\n", "download_dir = Path(\"/workspace/target_speaker_audio_files\")\n", "download_dir.mkdir(parents=True, exist_ok=True)\n", "\n", "# Copy the audio files for the target speaker to the new directory\n", "for audio_path in target_speaker_audio_paths:\n", " file_path = Path(audio_path)\n", " if file_path.exists():\n", " shutil.copy(file_path, download_dir)\n", "\n", "print(f\"Copied {len(target_speaker_audio_paths)} files to {download_dir}.\")" ] }, { "cell_type": "code", "execution_count": 26, "id": "01f4b75a-1eed-49e8-8f93-c1886c03a39c", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_38209622.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_38209622.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_37991254.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_37991254.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_37519998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_37519998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_37052653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_37052653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36933621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36933621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36402981.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36402981.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36394765.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36394765.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36347265.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36347265.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36323954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36323954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36308002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36308002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36295895.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36295895.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36114188.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36114188.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36101958.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36101958.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36100212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36100212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36048310.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36048310.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_36000281.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_36000281.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35974885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35974885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35947671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35947671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35919953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35919953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35910005.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35910005.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35876825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35876825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35829157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35829157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35817825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35817825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35810375.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35810375.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35809832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35809832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35799175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35799175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35781469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35781469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35764722.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35764722.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35764115.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35764115.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35759715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35759715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35757598.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35757598.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35748974.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35748974.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35736883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35736883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35732312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35732312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35712222.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35712222.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35697741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35697741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35695271.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35695271.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35694920.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35694920.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35690683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35690683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35689844.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35689844.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35689788.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35689788.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35689576.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35689576.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35689025.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35689025.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35672302.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35672302.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35664544.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35664544.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35656247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35656247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35655164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35655164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35649159.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35649159.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35643515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35643515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35640653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35640653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35633400.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35633400.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35621126.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35621126.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35615057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35615057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35609994.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35609994.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35609746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35609746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35608446.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35608446.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35607810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35607810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35605384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35605384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35604839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35604839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35604513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35604513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35599441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35599441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35599117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35599117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35597836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35597836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35596858.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35596858.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35594933.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35594933.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35588545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35588545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35584427.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35584427.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35579557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35579557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35579453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35579453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35579297.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35579297.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35578651.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35578651.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35577252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35577252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35576954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35576954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35576719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35576719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35574786.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35574786.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35574133.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35574133.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35573843.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35573843.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35573823.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35573823.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35573671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35573671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35573379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35573379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35570903.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35570903.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35566679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35566679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35549577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35549577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35545133.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35545133.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35542981.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35542981.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35537298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35537298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35527169.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35527169.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35525914.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35525914.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35524334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35524334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35522172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35522172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35517447.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35517447.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35507143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35507143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35503835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35503835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35501293.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35501293.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35496315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35496315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35477828.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35477828.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35475972.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35475972.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35467329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35467329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35467098.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35467098.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35466533.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35466533.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35465958.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35465958.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35459721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35459721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35458899.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35458899.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35458859.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35458859.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35454831.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35454831.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35452870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35452870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35451588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35451588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35447931.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35447931.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35446214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35446214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35444985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35444985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35444180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35444180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35440122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35440122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35432231.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35432231.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35419926.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35419926.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35417079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35417079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35405055.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35405055.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35404143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35404143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35402733.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35402733.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35402457.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35402457.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35402370.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35402370.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35402224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35402224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35400257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35400257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35398484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35398484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35398111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35398111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35394576.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35394576.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35390656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35390656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35390523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35390523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35388932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35388932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35388366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35388366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35384832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35384832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35383398.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35383398.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35382927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35382927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35382274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35382274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35382218.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35382218.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35382089.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35382089.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35381268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35381268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35373912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35373912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35371682.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35371682.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35371291.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35371291.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35371104.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35371104.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35370911.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35370911.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35370583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35370583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35368644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35368644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35366739.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35366739.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35365872.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35365872.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35363444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35363444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35361944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35361944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35361861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35361861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35360714.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35360714.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35359366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35359366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35358003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35358003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35356658.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35356658.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35354978.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35354978.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35354931.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35354931.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35354162.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35354162.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35351591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35351591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35351456.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35351456.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35350387.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35350387.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35350257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35350257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35350251.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35350251.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35349928.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35349928.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35349819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35349819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35327973.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35327973.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35297317.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35297317.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35297113.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35297113.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35281347.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35281347.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35277949.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35277949.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35277744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35277744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35272253.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35272253.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35269134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35269134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35243186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35243186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35243184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35243184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35242376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35242376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35241688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35241688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35241244.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35241244.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35173223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35173223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35167173.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35167173.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35164680.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35164680.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35164182.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35164182.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35163388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35163388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35162974.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35162974.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35162722.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35162722.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35162453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35162453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35162272.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35162272.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35151181.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35151181.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35150944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35150944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35149555.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35149555.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35148637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35148637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35093911.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35093911.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35089670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35089670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35076448.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35076448.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35065234.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35065234.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35060672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35060672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35060599.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35060599.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_35054460.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_35054460.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34970155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34970155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34967929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34967929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34950498.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34950498.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34947712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34947712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34947683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34947683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34945016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34945016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34944989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34944989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34940551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34940551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34939657.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34939657.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34937740.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34937740.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34937738.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34937738.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34893989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34893989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34200459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34200459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34080194.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34080194.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34020375.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34020375.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34008474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34008474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34008363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34008363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_34007690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_34007690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33992309.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33992309.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33991851.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33991851.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33990278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33990278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33989444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33989444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33987723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33987723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33987385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33987385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33987237.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33987237.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33987177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33987177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33921884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33921884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33676783.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33676783.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33390147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33390147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33256850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33256850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33160690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33160690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33122535.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33122535.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33097296.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33097296.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_33097092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_33097092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32957843.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32957843.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32941440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32941440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32906923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32906923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32873790.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32873790.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32752501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32752501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32637715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32637715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32559591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32559591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32518039.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32518039.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32385656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32385656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32384481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32384481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32325239.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32325239.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32325139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32325139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32320743.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32320743.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32309273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32309273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32282925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32282925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32279435.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32279435.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32274005.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32274005.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32273985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32273985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32271446.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32271446.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32264556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32264556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32262619.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32262619.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32256475.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32256475.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32251332.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32251332.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32250171.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32250171.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32250084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32250084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32242997.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32242997.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32241536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32241536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32227184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32227184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32226963.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32226963.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32226582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32226582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32225517.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32225517.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32225254.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32225254.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32224815.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32224815.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32224312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32224312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32223708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32223708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32223001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32223001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32220574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32220574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32220469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32220469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32215743.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32215743.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32215214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32215214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32215017.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32215017.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32214086.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32214086.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32214072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32214072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32213400.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32213400.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32212953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32212953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32212800.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32212800.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32212756.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32212756.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32212703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32212703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32212364.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32212364.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32209658.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32209658.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32209416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32209416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32209385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32209385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32193468.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32193468.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32161054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32161054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32158109.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32158109.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32154869.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32154869.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32153313.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32153313.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32143163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32143163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32138907.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32138907.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32137734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32137734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32131417.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32131417.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32124721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32124721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32114147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32114147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32106865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32106865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32106178.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32106178.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32106049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32106049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32105325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32105325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32104797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32104797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32102406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32102406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32079461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32079461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32078496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32078496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32078493.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32078493.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32074057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32074057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32074054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32074054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32071250.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32071250.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_32061172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_32061172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31991747.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31991747.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31990962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31990962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31976292.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31976292.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31976288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31976288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31948732.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31948732.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31944398.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31944398.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31935761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31935761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31924311.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31924311.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31924277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31924277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31914469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31914469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31911798.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31911798.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31908104.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31908104.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31907358.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31907358.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31889984.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31889984.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31877516.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31877516.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31874128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31874128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31873486.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31873486.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31870007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31870007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31868056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31868056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31868019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31868019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31854250.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31854250.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31853668.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31853668.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31851727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31851727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31846255.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31846255.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31834827.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31834827.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31834782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31834782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31832652.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31832652.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31832028.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31832028.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31830964.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31830964.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31830791.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31830791.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31824899.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31824899.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31824875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31824875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31822588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31822588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31822586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31822586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31821371.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31821371.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31820514.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31820514.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31818241.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31818241.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31817464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31817464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31817144.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31817144.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31817054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31817054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31816784.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31816784.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31816745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31816745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31814684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31814684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31813050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31813050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31812812.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31812812.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31811720.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31811720.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31811391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31811391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31810831.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31810831.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31810830.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31810830.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31810507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31810507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31810251.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31810251.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31810233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31810233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31810159.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31810159.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31810014.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31810014.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31809423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31809423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31809151.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31809151.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31808483.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31808483.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31808238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31808238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31807164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31807164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31806931.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31806931.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31806582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31806582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31806210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31806210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31806002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31806002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805413.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805413.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31805130.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31805130.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31804774.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31804774.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31804617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31804617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31804589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31804589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31804582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31804582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31804365.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31804365.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31804049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31804049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803950.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803950.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803823.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803823.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803811.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803811.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803735.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803735.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31803198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31803198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31802985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31802985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31802280.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31802280.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31802192.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31802192.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31802126.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31802126.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31799541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31799541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31799540.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31799540.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31799054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31799054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31797954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31797954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31797392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31797392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31797239.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31797239.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31796883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31796883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31796730.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31796730.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31796502.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31796502.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31796050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31796050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31796024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31796024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795828.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795828.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795771.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795771.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795509.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795509.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795455.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795455.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31795089.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31795089.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31794678.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31794678.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31794268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31794268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31794046.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31794046.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31793742.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31793742.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31793593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31793593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31793578.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31793578.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31793535.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31793535.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31793141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31793141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31793108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31793108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31793052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31793052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31792915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31792915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31792687.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31792687.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31792556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31792556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31792430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31792430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31792312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31792312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31791610.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31791610.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31791557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31791557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31790687.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31790687.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31790534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31790534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31790442.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31790442.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31790136.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31790136.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31790007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31790007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31789951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31789951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31789867.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31789867.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31789482.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31789482.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31789225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31789225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788619.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788619.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788585.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788585.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788538.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788538.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788405.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788405.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788161.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788161.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31788046.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31788046.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787979.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787979.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787940.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787940.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787881.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787881.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787522.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787522.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787482.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787482.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787478.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787478.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787193.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787193.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31787046.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31787046.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786943.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786943.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786751.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786751.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786492.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786492.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786243.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786243.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786188.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786188.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31786040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31786040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785887.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785887.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785805.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785805.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785367.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785367.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31785135.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31785135.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31784661.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31784661.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31784660.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31784660.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31784302.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31784302.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31784294.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31784294.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31784164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31784164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31784120.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31784120.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31783846.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31783846.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31783843.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31783843.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31783551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31783551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31783382.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31783382.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31783183.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31783183.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31783173.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31783173.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31783002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31783002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31782690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31782690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781936.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781936.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781532.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781532.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781099.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781099.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31781056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31781056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780937.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780937.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780900.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780900.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780740.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780740.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780716.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780716.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780673.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780673.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780519.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780519.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780516.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780516.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780383.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780383.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780183.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780183.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31780004.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31780004.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779940.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779940.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779882.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779882.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779804.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779804.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779704.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779704.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779702.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779702.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779454.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779454.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779240.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779240.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779193.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779193.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779165.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779165.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31779036.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31779036.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778974.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778974.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778900.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778900.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31778128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31778128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31777840.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31777840.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31777714.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31777714.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31777692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31777692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31777637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31777637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31777603.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31777603.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31777378.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31777378.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31777070.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31777070.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31776701.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31776701.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31776542.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31776542.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31776497.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31776497.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31776232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31776232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31775651.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31775651.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31775512.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31775512.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31775374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31775374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31775360.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31775360.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774722.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774722.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774666.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774666.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774323.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774323.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774271.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774271.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774218.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774218.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31774015.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31774015.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773939.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773939.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773890.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773890.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773889.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773889.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773817.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773817.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773768.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773768.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773696.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773696.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773396.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773396.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773340.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773340.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31773002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31773002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31772980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31772980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31772828.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31772828.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31772659.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31772659.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31772592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31772592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31772574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31772574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31772490.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31772490.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31772278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31772278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771843.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771843.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771733.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771733.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771634.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771634.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771632.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771632.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771205.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771205.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771162.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771162.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771151.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771151.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31771145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31771145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770975.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770975.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770974.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770974.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770853.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770853.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770569.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770569.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31770079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31770079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31769825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31769825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31769733.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31769733.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31769679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31769679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31769319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31769319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768920.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768920.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768772.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768772.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768668.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768668.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31768319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31768319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31767628.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31767628.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31767575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31767575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31767045.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31767045.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31766793.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31766793.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31766580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31766580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31766377.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31766377.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31766189.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31766189.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765993.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765993.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765767.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765767.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765454.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765454.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765449.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765449.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765402.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765402.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765344.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765344.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765270.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765270.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31765066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31765066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764986.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764986.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764903.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764903.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764596.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764596.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764417.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764417.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764294.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764294.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764239.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764239.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31764034.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31764034.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763834.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763834.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763717.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763717.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763490.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763490.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763483.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763483.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763169.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763169.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763115.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763115.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31763055.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31763055.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762986.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762986.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762833.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762833.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762733.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762733.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762490.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762490.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762486.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762486.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762205.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762205.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762025.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762025.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31762021.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31762021.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31761525.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31761525.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31761052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31761052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760956.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760956.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760413.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760413.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760245.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760245.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760236.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760236.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760152.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760152.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760070.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760070.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760046.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760046.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31760043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31760043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759853.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759853.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759827.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759827.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759645.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759645.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759594.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759594.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759572.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759572.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759547.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759547.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759528.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759528.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31759035.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31759035.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758669.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758669.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758314.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758314.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758307.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758307.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758266.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758266.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31758127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31758127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757618.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757618.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757613.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757613.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757207.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757207.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757195.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757195.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31757037.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31757037.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756949.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756949.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756873.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756873.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756854.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756854.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756780.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756780.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756404.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756404.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756370.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756370.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756191.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756191.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756121.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756121.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31756039.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31756039.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755909.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755909.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755792.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755792.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755738.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755738.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755632.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755632.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755450.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755450.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755065.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755065.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31755056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31755056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754676.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754676.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754415.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754415.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754409.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754409.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754400.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754400.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754372.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754372.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754342.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754342.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754308.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754308.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754231.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754231.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754229.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754229.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31754106.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31754106.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753873.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753873.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753709.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753709.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753639.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753639.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753521.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753521.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753448.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753448.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753415.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753415.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753275.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753275.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753231.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753231.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753124.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753124.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31753033.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31753033.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752841.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752841.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752771.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752771.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752740.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752740.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752628.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752628.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752560.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752560.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752445.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752445.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752403.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752403.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752207.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752207.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31752180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31752180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751739.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751739.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751610.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751610.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751396.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751396.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751213.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751213.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751017.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751017.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31751001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31751001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31750759.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31750759.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31750403.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31750403.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31750319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31750319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31750315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31750315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31750257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31750257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31750028.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31750028.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31749709.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31749709.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31749687.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31749687.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31749686.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31749686.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31749609.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31749609.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31749318.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31749318.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31749247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31749247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31749078.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31749078.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31748976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31748976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31748703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31748703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747921.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747921.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747909.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747909.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747654.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747654.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747565.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747565.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747144.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747144.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31747029.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31747029.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746994.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746994.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746984.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746984.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746527.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746527.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746365.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746365.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746304.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746304.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31746175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31746175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745862.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745862.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745805.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745805.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745642.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745642.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745533.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745533.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745335.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745335.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745236.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745236.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745125.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745125.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31745085.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31745085.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744569.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744569.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744540.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744540.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744060.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744060.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31744030.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31744030.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743934.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743934.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743525.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743525.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743426.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743426.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743407.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743407.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743244.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743244.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31743050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31743050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742765.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742765.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742487.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742487.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742170.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742170.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742107.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742107.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31742068.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31742068.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31741856.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31741856.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31741827.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31741827.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31741502.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31741502.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31741447.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31741447.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31741347.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31741347.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31741226.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31741226.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31741108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31741108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31740575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31740575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31740549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31740549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31740450.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31740450.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31740410.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31740410.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31740397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31740397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31740098.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31740098.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31739950.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31739950.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31739892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31739892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31739715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31739715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31739711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31739711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31739563.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31739563.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31739084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31739084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738716.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738716.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738677.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738677.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738337.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738337.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738176.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738176.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31738014.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31738014.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737527.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737527.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737413.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737413.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737372.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737372.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737320.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737320.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737297.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737297.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737161.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737161.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31737110.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31737110.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31736659.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31736659.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31736474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31736474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31736259.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31736259.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31736156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31736156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31736101.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31736101.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31736040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31736040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31736009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31736009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735949.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735949.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735654.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735654.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735550.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735550.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735527.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735527.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735387.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735387.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31735230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31735230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734655.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734655.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734618.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734618.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734428.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734428.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734306.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734306.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734142.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734142.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31734001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31734001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733801.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733801.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733720.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733720.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733611.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733611.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733475.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733475.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733426.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733426.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31733079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31733079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732990.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732990.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732787.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732787.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732732.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732732.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732563.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732563.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732462.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732462.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732437.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732437.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732367.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732367.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31732256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31732256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731942.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731942.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731826.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731826.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731614.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731614.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731516.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731516.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731503.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731503.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731434.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731434.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731338.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731338.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731332.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731332.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731308.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731308.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731304.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731304.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731301.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731301.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731258.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731258.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731017.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731017.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31731001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31731001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730767.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730767.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730662.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730662.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730390.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730390.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31730161.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31730161.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31729976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31729976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31729899.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31729899.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31729856.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31729856.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728686.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728686.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728685.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728685.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728418.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728418.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728269.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728269.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728261.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728261.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728194.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728194.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728136.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728136.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31728072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31728072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727372.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727372.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727324.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727324.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31727150.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31727150.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726751.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726751.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726471.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726471.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726042.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726042.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726031.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726031.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31726015.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31726015.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31725961.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31725961.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31725957.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31725957.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31725765.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31725765.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31725333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31725333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31724735.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31724735.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31724464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31724464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31724392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31724392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31724176.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31724176.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31724147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31724147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723779.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723779.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723722.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723722.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723253.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723253.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31723175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31723175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722881.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722881.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722880.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722880.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722791.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722791.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722302.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722302.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722097.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722097.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31722051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31722051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721766.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721766.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721658.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721658.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721560.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721560.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721353.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721353.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721351.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721351.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721150.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721150.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31721032.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31721032.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720969.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720969.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720963.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720963.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720822.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720822.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720662.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720662.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720597.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720597.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720587.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720587.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720476.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720476.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720317.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720317.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720144.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720144.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31720006.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31720006.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719896.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719896.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719662.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719662.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719647.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719647.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31719033.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31719033.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31718766.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31718766.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31718741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31718741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31718620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31718620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31718172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31718172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31718053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31718053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717979.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717979.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717707.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717707.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717542.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717542.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717532.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717532.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717311.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717311.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717195.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717195.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717120.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717120.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31717006.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31717006.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716920.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716920.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716706.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716706.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716663.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716663.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716587.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716587.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716578.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716578.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716544.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716544.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716356.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716356.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716350.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716350.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716261.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716261.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716219.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716219.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31716057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31716057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715853.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715853.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715815.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715815.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715789.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715789.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715753.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715753.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715456.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715456.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715170.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715170.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715048.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715048.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31715024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31715024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714873.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714873.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714856.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714856.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714854.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714854.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714804.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714804.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714777.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714777.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714731.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714731.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714655.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714655.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714610.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714610.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714603.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714603.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714552.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714552.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714451.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714451.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714419.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714419.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714390.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714390.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714295.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714295.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714291.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714291.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714236.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714236.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714152.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714152.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31714054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31714054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713522.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713522.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713393.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713393.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713367.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713367.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713305.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713305.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31713053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31713053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712895.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712895.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712876.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712876.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712785.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712785.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712758.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712758.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712742.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712742.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712701.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712701.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712622.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712622.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712558.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712558.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712356.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712356.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712188.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712188.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712148.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712148.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712133.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712133.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712107.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712107.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712044.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712044.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712042.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712042.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712021.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712021.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31712018.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31712018.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711920.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711920.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711848.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711848.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711738.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711738.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711600.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711600.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711361.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711361.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711245.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711245.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31711132.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31711132.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31710762.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31710762.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31710209.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31710209.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709919.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709919.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709558.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709558.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709455.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709455.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709355.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709355.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709294.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709294.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709254.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709254.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31709102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31709102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708800.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708800.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708665.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708665.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708434.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708434.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31708000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31708000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707957.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707957.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707889.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707889.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707817.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707817.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707816.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707816.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707753.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707753.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707714.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707714.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707479.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707479.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707412.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707412.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707302.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707302.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707200.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707200.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707065.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707065.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31707058.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31707058.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706941.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706941.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706807.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706807.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706792.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706792.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706573.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706573.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706488.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706488.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706364.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706364.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706218.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706218.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706150.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706150.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31706051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31706051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705907.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705907.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705661.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705661.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705655.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705655.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705526.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705526.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705428.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705428.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705422.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705422.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705355.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705355.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31705026.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31705026.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704987.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704987.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704881.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704881.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704647.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704647.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704562.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704562.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704528.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704528.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704456.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704456.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704152.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704152.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31704100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31704100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703938.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703938.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703780.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703780.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703652.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703652.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703573.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703573.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703492.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703492.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703340.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703340.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31703211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31703211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702628.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702628.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702435.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702435.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702321.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702321.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702304.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702304.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31702083.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31702083.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701975.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701975.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701736.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701736.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701682.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701682.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701666.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701666.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701579.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701579.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701435.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701435.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701356.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701356.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31701196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31701196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700526.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700526.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700503.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700503.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700502.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700502.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700228.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700228.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700081.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700081.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31700012.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31700012.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699564.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699564.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699346.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699346.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699181.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699181.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699119.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699119.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31699114.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31699114.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698965.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698965.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698896.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698896.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698640.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698640.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698478.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698478.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698446.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698446.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698199.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698199.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31698116.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31698116.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697747.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697747.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697694.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697694.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697667.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697667.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697651.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697651.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697328.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697328.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697282.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697282.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697229.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697229.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697097.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697097.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697037.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697037.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31697003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31697003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696759.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696759.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696594.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696594.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696521.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696521.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696451.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696451.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696428.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696428.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696348.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696348.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696291.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696291.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696244.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696244.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696123.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696123.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696118.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696118.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696106.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696106.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31696020.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31696020.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695950.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695950.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695946.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695946.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695645.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695645.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695597.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695597.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695489.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695489.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695318.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695318.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695300.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695300.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695282.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695282.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695159.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695159.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695041.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695041.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31695009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31695009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694799.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694799.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694732.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694732.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694722.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694722.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694695.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694695.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694673.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694673.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694555.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694555.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694476.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694476.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694450.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694450.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694338.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694338.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694181.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694181.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694171.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694171.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694037.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694037.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31694011.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31694011.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693780.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693780.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693494.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693494.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693475.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693475.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693433.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693433.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693310.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693310.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693170.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693170.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31693094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31693094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692981.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692981.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692857.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692857.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692634.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692634.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692320.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692320.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692191.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692191.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31692067.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31692067.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691809.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691809.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691796.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691796.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691701.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691701.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691110.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691110.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691103.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691103.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31691015.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31691015.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690895.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690895.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690716.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690716.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690714.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690714.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690585.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690585.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690519.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690519.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690438.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690438.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690083.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690083.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31690036.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31690036.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689941.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689941.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689919.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689919.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689407.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689407.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689386.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689386.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689201.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689201.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689090.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689090.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31689009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31689009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688916.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688916.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688909.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688909.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688767.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688767.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688612.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688612.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688514.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688514.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688455.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688455.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688326.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688326.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688266.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688266.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688262.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688262.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688218.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688218.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688130.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688130.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31688088.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31688088.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687812.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687812.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687742.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687742.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687517.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687517.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687287.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687287.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31687000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31687000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686759.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686759.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686739.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686739.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686570.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686570.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686219.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686219.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31686217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31686217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685442.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685442.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685419.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685419.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685396.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685396.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685371.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685371.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685234.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685234.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685112.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685112.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31685081.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31685081.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684906.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684906.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684872.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684872.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684647.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684647.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684442.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684442.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684425.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684425.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684383.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684383.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684318.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684318.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684213.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684213.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684062.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684062.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684021.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684021.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31684008.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31684008.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683859.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683859.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683785.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683785.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683356.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683356.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683187.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683187.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683170.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683170.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683129.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683129.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31683006.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31683006.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682930.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682930.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682897.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682897.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682767.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682767.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682747.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682747.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682370.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682370.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682368.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682368.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682361.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682361.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682234.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682234.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682204.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682204.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682169.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682169.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682081.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682081.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31682052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31682052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681864.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681864.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681762.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681762.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681572.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681572.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681535.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681535.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681476.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681476.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681354.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681354.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31681000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31681000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680979.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680979.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680830.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680830.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680812.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680812.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680809.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680809.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680777.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680777.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680667.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680667.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680475.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680475.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680413.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680413.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680375.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680375.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680372.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680372.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680307.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680307.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680285.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680285.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680250.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680250.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680240.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680240.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31680067.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31680067.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679938.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679938.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679919.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679919.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679899.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679899.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679829.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679829.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679718.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679718.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679652.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679652.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679546.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679546.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679489.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679489.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679342.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679342.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679335.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679335.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679328.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679328.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679142.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679142.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679125.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679125.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679038.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679038.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31679033.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31679033.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678933.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678933.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678707.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678707.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678597.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678597.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678562.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678562.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678438.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678438.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678354.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678354.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678317.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678317.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678231.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678231.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678190.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678190.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678136.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678136.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678078.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678078.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678030.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678030.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678028.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678028.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31678007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31678007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677904.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677904.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677862.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677862.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677762.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677762.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677714.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677714.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677669.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677669.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677631.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677631.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677522.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677522.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677316.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677316.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677287.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677287.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677203.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677203.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677190.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677190.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677135.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677135.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677129.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677129.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677061.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677061.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677028.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677028.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31677009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31677009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676933.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676933.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676844.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676844.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676822.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676822.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676788.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676788.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676786.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676786.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676760.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676760.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676751.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676751.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676709.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676709.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676651.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676651.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676623.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676623.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676542.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676542.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676490.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676490.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676487.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676487.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676442.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676442.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676400.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676400.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676071.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676071.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31676004.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31676004.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675939.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675939.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675931.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675931.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675882.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675882.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675872.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675872.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675853.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675853.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675789.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675789.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675780.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675780.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675717.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675717.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675687.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675687.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675647.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675647.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675645.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675645.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675608.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675608.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675602.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675602.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675563.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675563.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675558.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675558.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675424.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675424.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675378.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675378.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675372.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675372.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675362.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675362.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675352.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675352.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675229.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675229.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675201.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675201.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675199.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675199.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675154.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675154.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675131.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675131.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675119.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675119.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675060.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675060.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31675039.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31675039.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674973.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674973.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674921.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674921.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674918.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674918.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674902.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674902.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674869.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674869.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674811.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674811.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674796.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674796.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674749.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674749.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674710.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674710.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674700.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674700.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674667.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674667.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674662.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674662.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674623.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674623.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674618.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674618.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674540.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674540.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674320.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674320.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674297.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674297.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674213.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674213.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674178.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674178.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674173.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674173.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674170.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674170.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674116.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674116.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674109.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674109.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31674043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31674043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673961.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673961.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673930.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673930.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673887.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673887.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673877.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673877.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673826.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673826.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673811.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673811.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673800.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673800.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673794.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673794.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673718.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673718.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673634.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673634.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673594.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673594.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673570.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673570.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673565.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673565.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673497.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673497.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673466.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673466.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673438.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673438.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673375.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673375.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673360.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673360.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673330.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673330.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673207.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673207.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31673095.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31673095.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672975.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672975.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672973.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672973.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672917.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672917.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672904.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672904.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672874.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672874.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672820.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672820.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672736.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672736.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672587.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672587.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672579.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672579.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672564.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672564.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672503.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672503.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672500.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672500.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672418.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672418.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672362.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672362.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672260.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672260.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672076.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672076.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672060.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672060.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672027.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672027.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31672022.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31672022.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671999.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671999.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671997.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671997.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671994.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671994.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671981.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671981.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671902.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671902.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671842.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671842.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671767.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671767.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671733.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671733.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671722.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671722.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671576.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671576.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671560.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671560.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671514.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671514.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671492.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671492.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671490.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671490.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671434.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671434.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671424.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671424.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671358.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671358.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671356.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671356.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671302.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671302.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671251.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671251.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671191.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671191.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671120.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671120.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31671000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31671000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670993.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670993.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670979.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670979.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670900.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670900.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670887.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670887.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670851.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670851.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670751.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670751.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670525.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670525.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670521.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670521.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670511.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670511.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670471.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670471.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670456.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670456.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670431.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670431.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670324.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670324.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670318.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670318.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670282.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670282.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670237.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670237.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670221.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670221.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31670020.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31670020.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669906.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669906.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669863.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669863.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669848.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669848.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669847.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669847.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669784.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669784.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669699.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669699.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669691.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669691.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669614.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669614.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669544.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669544.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669521.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669521.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669317.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669317.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669151.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669151.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669148.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669148.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31669024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31669024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668939.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668939.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668848.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668848.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668777.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668777.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668762.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668762.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668686.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668686.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668619.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668619.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668605.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668605.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668581.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668581.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668565.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668565.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668563.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668563.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668552.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668552.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668495.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668495.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668377.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668377.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668299.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668299.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668280.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668280.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668205.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668205.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668197.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668197.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668162.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668162.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668123.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668123.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31668009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31668009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667994.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667994.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667984.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667984.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667939.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667939.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667869.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667869.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667811.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667811.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667795.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667795.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667789.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667789.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667664.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667664.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667645.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667645.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667602.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667602.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667408.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667408.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667355.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667355.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667169.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667169.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667135.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667135.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667131.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667131.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667070.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667070.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667064.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667064.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667044.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667044.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31667009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31667009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666958.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666958.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666931.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666931.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666928.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666928.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666876.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666876.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666805.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666805.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666804.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666804.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666724.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666724.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666613.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666613.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666486.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666486.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666468.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666468.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666424.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666424.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666355.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666355.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666272.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666272.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666234.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666234.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666204.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666204.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666183.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666183.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666148.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666148.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666112.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666112.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666099.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666099.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666071.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666071.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31666043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31666043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665987.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665987.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665939.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665939.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665918.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665918.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665798.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665798.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665788.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665788.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665786.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665786.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665773.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665773.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665768.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665768.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665724.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665724.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665652.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665652.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665579.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665579.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665538.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665538.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665480.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665480.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665454.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665454.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665331.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665331.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665142.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665142.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665136.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665136.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665115.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665115.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665114.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665114.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665113.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665113.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665015.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665015.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31665006.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31665006.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664986.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664986.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664978.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664978.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664867.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664867.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664846.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664846.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664812.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664812.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664783.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664783.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664694.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664694.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664627.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664627.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664619.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664619.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664563.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664563.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664522.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664522.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664412.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664412.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664393.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664393.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664346.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664346.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664188.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664188.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664181.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664181.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664044.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664044.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31664026.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31664026.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663943.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663943.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663920.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663920.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663911.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663911.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663897.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663897.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663788.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663788.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663758.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663758.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663724.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663724.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663717.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663717.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663590.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663590.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663498.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663498.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663454.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663454.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663450.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663450.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663351.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663351.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663285.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663285.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663279.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663279.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663237.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663237.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663231.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663231.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663222.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663222.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663182.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663182.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31663077.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31663077.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662987.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662987.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662941.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662941.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662869.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662869.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662860.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662860.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662858.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662858.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662809.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662809.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662700.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662700.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662640.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662640.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662569.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662569.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662527.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662527.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662516.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662516.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662511.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662511.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662434.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662434.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662424.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662424.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662377.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662377.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662331.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662331.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662307.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662307.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662275.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662275.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662191.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662191.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662162.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662162.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662159.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662159.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662130.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662130.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662123.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662123.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31662000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31662000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661942.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661942.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661937.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661937.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661866.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661866.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661799.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661799.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661780.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661780.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661751.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661751.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661740.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661740.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661738.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661738.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661718.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661718.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661685.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661685.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661676.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661676.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661594.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661594.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661544.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661544.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661371.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661371.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661368.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661368.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661280.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661280.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661170.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661170.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661105.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661105.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661089.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661089.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661077.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661077.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661047.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661047.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31661026.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31661026.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660709.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660709.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660442.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660442.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660377.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660377.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660285.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660285.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660085.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660085.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31660056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31660056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659942.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659942.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659704.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659704.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659445.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659445.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659368.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659368.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659358.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659358.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659262.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659262.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659259.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659259.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659253.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659253.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659192.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659192.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31659057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31659057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658995.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658995.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658986.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658986.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658931.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658931.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658911.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658911.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658860.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658860.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658855.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658855.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658667.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658667.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658347.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658347.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658318.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658318.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658255.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658255.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658222.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658222.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31658084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31658084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657974.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657974.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657834.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657834.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657799.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657799.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657661.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657661.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657634.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657634.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657625.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657625.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657540.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657540.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657520.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657520.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657296.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657296.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657140.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657140.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31657049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31657049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656466.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656466.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656255.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656255.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656253.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656253.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656195.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656195.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656187.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656187.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656150.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656150.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656103.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656103.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656071.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656071.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656045.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656045.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31656024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31656024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655820.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655820.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655482.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655482.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655375.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655375.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655323.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655323.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655314.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655314.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655302.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655302.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655116.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655116.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31655003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31655003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654759.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654759.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654676.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654676.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654390.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654390.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654353.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654353.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654335.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654335.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654308.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654308.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654098.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654098.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31654009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31654009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653872.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653872.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653820.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653820.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653793.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653793.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653749.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653749.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653702.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653702.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653674.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653674.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653611.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653611.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653338.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653338.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31653059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31653059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652972.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652972.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652943.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652943.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652928.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652928.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652917.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652917.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652876.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652876.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652874.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652874.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652815.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652815.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652798.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652798.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652579.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652579.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652491.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652491.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652174.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652174.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652113.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652113.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31652104.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31652104.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651918.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651918.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651874.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651874.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651867.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651867.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651815.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651815.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651768.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651768.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651701.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651701.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651639.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651639.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651619.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651619.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651618.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651618.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651614.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651614.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651613.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651613.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651526.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651526.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651503.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651503.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651491.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651491.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651490.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651490.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651449.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651449.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651408.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651408.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651309.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651309.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651171.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651171.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651125.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651125.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651112.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651112.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651110.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651110.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651065.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651065.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31651059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31651059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650978.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650978.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650969.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650969.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650895.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650895.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650866.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650866.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650809.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650809.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650792.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650792.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650766.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650766.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650724.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650724.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650658.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650658.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650649.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650649.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650581.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650581.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650344.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650344.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650343.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650343.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650261.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650261.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31650107.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31650107.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649904.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649904.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649901.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649901.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649889.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649889.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649731.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649731.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649710.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649710.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649695.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649695.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649630.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649630.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649590.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649590.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649560.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649560.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649445.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649445.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649424.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649424.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649351.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649351.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649272.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649272.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649132.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649132.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649107.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649107.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649020.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649020.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31649010.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31649010.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648957.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648957.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648857.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648857.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648830.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648830.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648805.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648805.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648791.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648791.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648678.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648678.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648506.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648506.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648364.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648364.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648255.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648255.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648244.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648244.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648243.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648243.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648218.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648218.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648169.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648169.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648095.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648095.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31648066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31648066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647997.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647997.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647815.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647815.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647750.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647750.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647730.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647730.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647532.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647532.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647330.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647330.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647144.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647144.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647124.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647124.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647099.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647099.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647027.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647027.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31647003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31647003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646959.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646959.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646862.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646862.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646842.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646842.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646736.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646736.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646733.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646733.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646658.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646658.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646628.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646628.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646448.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646448.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646409.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646409.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646386.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646386.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646245.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646245.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646165.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646165.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31646162.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31646162.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645963.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645963.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645863.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645863.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645820.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645820.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645759.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645759.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645747.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645747.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645686.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645686.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645673.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645673.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645594.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645594.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645533.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645533.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645470.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645470.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645447.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645447.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645429.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645429.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645415.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645415.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645404.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645404.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645313.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645313.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645154.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645154.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645093.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645093.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645063.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645063.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645044.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645044.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645042.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645042.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645012.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645012.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31645009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31645009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644990.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644990.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644843.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644843.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644803.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644803.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644800.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644800.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644796.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644796.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644783.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644783.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644771.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644771.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644738.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644738.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644728.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644728.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644623.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644623.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644558.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644558.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644512.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644512.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644450.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644450.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644407.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644407.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644320.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644320.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644306.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644306.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644260.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644260.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644254.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644254.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644174.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644174.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644160.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644160.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644118.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644118.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31644052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31644052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643964.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643964.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643908.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643908.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643897.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643897.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643863.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643863.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643855.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643855.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643834.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643834.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643587.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643587.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643572.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643572.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643555.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643555.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643455.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643455.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643413.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643413.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643393.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643393.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643348.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643348.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643282.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643282.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643133.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643133.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643113.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643113.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643047.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643047.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31643001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31643001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642936.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642936.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642822.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642822.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642801.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642801.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642714.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642714.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642663.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642663.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642610.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642610.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642455.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642455.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642330.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642330.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642131.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642131.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642129.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642129.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642125.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642125.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642112.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642112.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642099.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642099.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642005.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642005.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31642003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31642003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641946.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641946.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641854.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641854.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641805.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641805.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641789.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641789.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641695.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641695.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641661.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641661.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641642.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641642.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641631.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641631.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641570.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641570.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641542.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641542.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641404.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641404.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641354.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641354.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641275.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641275.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641236.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641236.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641047.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641047.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31641040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31641040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640997.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640997.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640842.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640842.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640740.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640740.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640736.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640736.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640661.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640661.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640579.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640579.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640550.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640550.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640502.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640502.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640437.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640437.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640414.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640414.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640409.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640409.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640291.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640291.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640285.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640285.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640226.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640226.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640131.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640131.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31640073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31640073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639889.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639889.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639877.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639877.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639853.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639853.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639756.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639756.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639585.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639585.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639476.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639476.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639343.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639343.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639318.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639318.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639281.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639281.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639207.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639207.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639045.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639045.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639022.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639022.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31639010.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31639010.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638882.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638882.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638859.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638859.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638750.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638750.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638728.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638728.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638659.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638659.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638657.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638657.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638655.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638655.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638627.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638627.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638599.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638599.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638479.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638479.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638412.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638412.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638362.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638362.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638313.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638313.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638309.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638309.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638308.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638308.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638300.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638300.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638292.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638292.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638287.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638287.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638282.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638282.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638126.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638126.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638119.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638119.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31638102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31638102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637977.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637977.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637887.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637887.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637877.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637877.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637812.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637812.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637792.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637792.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637743.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637743.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637506.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637506.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637437.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637437.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637292.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637292.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637118.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637118.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637115.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637115.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31637108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31637108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636996.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636996.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636917.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636917.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636786.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636786.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636753.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636753.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636707.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636707.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636433.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636433.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636330.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636330.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636326.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636326.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636160.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636160.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636097.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636097.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636085.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636085.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636046.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636046.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636021.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636021.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31636015.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31636015.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635946.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635946.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635909.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635909.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635901.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635901.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635874.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635874.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635864.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635864.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635647.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635647.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635627.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635627.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635608.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635608.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635579.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635579.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635506.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635506.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635502.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635502.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635466.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635466.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635451.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635451.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635386.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635386.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635378.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635378.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635275.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635275.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635262.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635262.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635251.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635251.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635231.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635231.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635200.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635200.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635129.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635129.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635124.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635124.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635071.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635071.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31635010.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31635010.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634940.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634940.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634860.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634860.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634816.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634816.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634749.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634749.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634728.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634728.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634706.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634706.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634668.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634668.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634622.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634622.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634596.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634596.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634428.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634428.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634410.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634410.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634409.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634409.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634341.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634341.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634287.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634287.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634245.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634245.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634150.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634150.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634109.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634109.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634103.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634103.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634085.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634085.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634075.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634075.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634034.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634034.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31634011.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31634011.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633990.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633990.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633961.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633961.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633950.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633950.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633942.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633942.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633933.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633933.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633858.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633858.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633790.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633790.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633748.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633748.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633596.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633596.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633442.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633442.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633435.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633435.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633431.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633431.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633422.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633422.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633354.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633354.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633332.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633332.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633281.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633281.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633271.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633271.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633260.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633260.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633197.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633197.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633194.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633194.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31633018.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31633018.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632993.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632993.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632905.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632905.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632829.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632829.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632779.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632779.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632778.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632778.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632765.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632765.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632718.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632718.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632717.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632717.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632673.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632673.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632597.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632597.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632488.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632488.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632466.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632466.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632346.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632346.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632246.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632246.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632191.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632191.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632173.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632173.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632160.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632160.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632081.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632081.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31632062.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31632062.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631959.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631959.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631949.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631949.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631893.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631893.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631829.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631829.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631826.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631826.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631816.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631816.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631694.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631694.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631678.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631678.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631662.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631662.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631642.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631642.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631610.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631610.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631415.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631415.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631378.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631378.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631306.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631306.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631293.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631293.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631171.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631171.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631166.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631166.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631161.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631161.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631112.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631112.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631069.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631069.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631027.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631027.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31631006.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31631006.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630965.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630965.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630921.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630921.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630905.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630905.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630833.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630833.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630830.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630830.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630827.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630827.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630762.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630762.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630760.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630760.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630540.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630540.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630532.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630532.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630524.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630524.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630500.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630500.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630493.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630493.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630470.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630470.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630417.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630417.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630389.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630389.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630280.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630280.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630239.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630239.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630197.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630197.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630176.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630176.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630023.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630023.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31630000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31630000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629996.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629996.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629877.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629877.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629863.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629863.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629796.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629796.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629756.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629756.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629722.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629722.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629666.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629666.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629665.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629665.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629630.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629630.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629605.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629605.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629576.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629576.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629511.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629511.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629154.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629154.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629112.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629112.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31629049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31629049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628995.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628995.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628900.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628900.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628860.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628860.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628855.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628855.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628815.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628815.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628801.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628801.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628771.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628771.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628739.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628739.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628686.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628686.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628573.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628573.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628520.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628520.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628500.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628500.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628454.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628454.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628419.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628419.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628342.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628342.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628324.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628324.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628282.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628282.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628279.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628279.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628262.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628262.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628236.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628236.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628209.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628209.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628176.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628176.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628161.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628161.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628150.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628150.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628135.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628135.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628060.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628060.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31628003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31628003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627993.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627993.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627938.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627938.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627896.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627896.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627881.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627881.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627833.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627833.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627801.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627801.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627792.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627792.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627772.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627772.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627760.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627760.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627758.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627758.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627718.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627718.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627704.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627704.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627696.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627696.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627682.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627682.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627654.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627654.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627605.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627605.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627602.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627602.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627595.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627595.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627533.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627533.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627494.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627494.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627471.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627471.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627351.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627351.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627297.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627297.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627255.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627255.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627241.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627241.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627148.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627148.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627136.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627136.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627116.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627116.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31627016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31627016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626872.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626872.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626720.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626720.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626686.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626686.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626685.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626685.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626680.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626680.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626678.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626678.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626660.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626660.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626655.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626655.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626552.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626552.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626487.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626487.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626486.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626486.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626418.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626418.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626358.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626358.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626353.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626353.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626346.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626346.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626293.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626293.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626200.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626200.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626126.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626126.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31626033.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31626033.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625996.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625996.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625959.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625959.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625956.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625956.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625914.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625914.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625846.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625846.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625826.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625826.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625803.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625803.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625665.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625665.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625605.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625605.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625532.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625532.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625493.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625493.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625466.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625466.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625352.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625352.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625275.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625275.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625260.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625260.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625228.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625228.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625192.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625192.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31625000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31625000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624995.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624995.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624975.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624975.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624902.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624902.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624858.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624858.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624853.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624853.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624833.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624833.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624802.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624802.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624800.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624800.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624748.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624748.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624691.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624691.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624598.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624598.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624595.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624595.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624565.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624565.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624495.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624495.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624490.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624490.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624483.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624483.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624452.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624452.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624306.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624306.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624271.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624271.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624182.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624182.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624154.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624154.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624120.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624120.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624118.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624118.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624086.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624086.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624047.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624047.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31624005.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31624005.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623995.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623995.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623964.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623964.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623829.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623829.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623828.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623828.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623731.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623731.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623590.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623590.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623535.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623535.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623517.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623517.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623491.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623491.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623417.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623417.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623351.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623351.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623331.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623331.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623328.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623328.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623292.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623292.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623269.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623269.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623201.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623201.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623166.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623166.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623069.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623069.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31623004.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31623004.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622983.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622983.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622900.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622900.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622880.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622880.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622816.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622816.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622800.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622800.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622774.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622774.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622765.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622765.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622753.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622753.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622493.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622493.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622404.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622404.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622386.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622386.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622305.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622305.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622239.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622239.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622234.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622234.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622199.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622199.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622189.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622189.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622185.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622185.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622144.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622144.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622135.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622135.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31622079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31622079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621965.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621965.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621869.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621869.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621867.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621867.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621773.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621773.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621735.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621735.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621663.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621663.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621652.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621652.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621614.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621614.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621610.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621610.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621590.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621590.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621546.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621546.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621425.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621425.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621407.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621407.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621356.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621356.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621355.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621355.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621343.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621343.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621301.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621301.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621300.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621300.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621245.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621245.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621213.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621213.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621199.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621199.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621113.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621113.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621067.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621067.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621030.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621030.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621023.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621023.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621022.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621022.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31621016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31621016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620997.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620997.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620917.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620917.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620853.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620853.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620822.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620822.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620807.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620807.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620803.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620803.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620779.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620779.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620760.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620760.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620755.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620755.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620716.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620716.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620663.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620663.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620512.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620512.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620457.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620457.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620433.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620433.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620429.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620429.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620410.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620410.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620409.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620409.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620389.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620389.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620367.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620367.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620346.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620346.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620244.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620244.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31620001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31620001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619995.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619995.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619878.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619878.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619814.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619814.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619780.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619780.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619682.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619682.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619668.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619668.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619628.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619628.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619598.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619598.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619578.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619578.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619546.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619546.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619514.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619514.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619491.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619491.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619478.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619478.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619428.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619428.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619415.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619415.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619414.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619414.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619403.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619403.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619337.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619337.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619324.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619324.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619307.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619307.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619237.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619237.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619226.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619226.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619205.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619205.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619186.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619186.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619082.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619082.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619027.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619027.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619018.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619018.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31619013.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31619013.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618978.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618978.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618974.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618974.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618916.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618916.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618901.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618901.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618858.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618858.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618831.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618831.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618795.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618795.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618790.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618790.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618714.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618714.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618685.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618685.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618657.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618657.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618585.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618585.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618569.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618569.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618547.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618547.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618519.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618519.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618434.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618434.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618418.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618418.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618414.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618414.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618396.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618396.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618362.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618362.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618342.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618342.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618243.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618243.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618221.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618221.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618173.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618173.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618136.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618136.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618085.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618085.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31618012.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31618012.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617987.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617987.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617969.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617969.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617965.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617965.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617946.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617946.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617942.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617942.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617797.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617797.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617732.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617732.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617595.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617595.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617590.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617590.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617533.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617533.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617509.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617509.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617489.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617489.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617431.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617431.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617405.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617405.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617386.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617386.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617062.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617062.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617058.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617058.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31617013.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31617013.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616950.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616950.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616939.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616939.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616851.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616851.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616783.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616783.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616594.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616594.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616217.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616217.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616188.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616188.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616149.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616149.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616116.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616116.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616089.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616089.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616062.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616062.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616061.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616061.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31616047.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31616047.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615934.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615934.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615931.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615931.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615919.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615919.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615918.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615918.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615798.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615798.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615785.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615785.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615783.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615783.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615768.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615768.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615756.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615756.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615735.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615735.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615575.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615575.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615478.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615478.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615431.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615431.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615426.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615426.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615398.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615398.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615323.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615323.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615318.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615318.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615300.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615300.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615296.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615296.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615293.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615293.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615219.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615219.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615151.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615151.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615103.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615103.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615081.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615081.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615070.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615070.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615068.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615068.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615067.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615067.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615042.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615042.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615034.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615034.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615018.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615018.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615010.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615010.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615009.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615009.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31615000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31615000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614980.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614980.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614978.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614978.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614957.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614957.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614897.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614897.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614798.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614798.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614792.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614792.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614735.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614735.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614732.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614732.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614627.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614627.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614520.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614520.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614511.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614511.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614506.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614506.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614498.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614498.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614493.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614493.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614435.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614435.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614361.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614361.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614291.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614291.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614250.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614250.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614204.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614204.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614109.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614109.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614020.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614020.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31614001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31614001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613983.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613983.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613972.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613972.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613911.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613911.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613907.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613907.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613882.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613882.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613858.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613858.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613805.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613805.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613803.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613803.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613785.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613785.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613762.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613762.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613576.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613576.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613489.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613489.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613471.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613471.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613424.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613424.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613400.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613400.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613335.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613335.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613321.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613321.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613295.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613295.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613209.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613209.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613204.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613204.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613109.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613109.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613107.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613107.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613061.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613061.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613060.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613060.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613042.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613042.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613039.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613039.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613026.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613026.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31613013.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31613013.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612919.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612919.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612830.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612830.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612790.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612790.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612788.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612788.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612747.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612747.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612702.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612702.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612699.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612699.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612657.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612657.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612569.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612569.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612563.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612563.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612540.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612540.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612495.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612495.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612492.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612492.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612458.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612458.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612407.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612407.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612372.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612372.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612368.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612368.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612337.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612337.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612335.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612335.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612104.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612104.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612101.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612101.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31612084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31612084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611995.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611995.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611968.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611968.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611958.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611958.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611945.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611945.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611943.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611943.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611848.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611848.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611846.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611846.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611743.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611743.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611682.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611682.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611482.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611482.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611260.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611260.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611251.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611251.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611199.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611199.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611197.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611197.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611085.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611085.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31611068.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31611068.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610867.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610867.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610826.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610826.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610823.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610823.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610814.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610814.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610771.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610771.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610699.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610699.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610609.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610609.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610506.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610506.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610449.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610449.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610433.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610433.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610418.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610418.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610367.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610367.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610341.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610341.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610313.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610313.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610187.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610187.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610142.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610142.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31610016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31610016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609930.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609930.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609909.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609909.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609896.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609896.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609895.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609895.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609860.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609860.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609830.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609830.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609778.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609778.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609776.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609776.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609704.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609704.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609669.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609669.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609552.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609552.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609454.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609454.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609419.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609419.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609355.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609355.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609337.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609337.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609241.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609241.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609067.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609067.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609030.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609030.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609027.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609027.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31609000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31609000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608920.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608920.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608899.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608899.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608851.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608851.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608755.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608755.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608750.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608750.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608709.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608709.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608663.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608663.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608612.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608612.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608598.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608598.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608519.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608519.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608479.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608479.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608470.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608470.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608452.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608452.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608422.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608422.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608337.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608337.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608271.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608271.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608261.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608261.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608239.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608239.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608166.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608166.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608089.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608089.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608064.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608064.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608036.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608036.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31608029.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31608029.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607934.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607934.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607889.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607889.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607856.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607856.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607846.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607846.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607831.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607831.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607801.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607801.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607612.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607612.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607429.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607429.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607419.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607419.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607352.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607352.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607347.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607347.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607314.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607314.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607311.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607311.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607240.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607240.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607203.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607203.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607180.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607180.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607169.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607169.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607154.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607154.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607150.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607150.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607109.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607109.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607105.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607105.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607040.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607040.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31607008.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31607008.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606984.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606984.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606983.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606983.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606920.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606920.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606907.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606907.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606903.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606903.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606851.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606851.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606844.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606844.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606755.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606755.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606696.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606696.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606685.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606685.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606643.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606643.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606642.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606642.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606565.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606565.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606502.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606502.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606448.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606448.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606425.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606425.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606323.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606323.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606317.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606317.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606266.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606266.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606255.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606255.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606209.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606209.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606151.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606151.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606132.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606132.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606120.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606120.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606119.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606119.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606104.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606104.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606090.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606090.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606064.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606064.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606062.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606062.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606048.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606048.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31606026.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31606026.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605968.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605968.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605938.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605938.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605908.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605908.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605847.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605847.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605834.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605834.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605830.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605830.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605695.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605695.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605682.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605682.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605585.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605585.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605566.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605566.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605491.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605491.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605472.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605472.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605452.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605452.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605429.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605429.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605368.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605368.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605249.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605249.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605240.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605240.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605220.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605220.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605213.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605213.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605022.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605022.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605006.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605006.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31605003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31605003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604921.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604921.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604917.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604917.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604875.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604875.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604873.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604873.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604866.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604866.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604851.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604851.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604803.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604803.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604750.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604750.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604627.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604627.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604622.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604622.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604558.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604558.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604436.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604436.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604404.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604404.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604287.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604287.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604222.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604222.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604171.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604171.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604131.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604131.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604129.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604129.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604081.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604081.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604063.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604063.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31604018.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31604018.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603896.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603896.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603873.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603873.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603847.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603847.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603840.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603840.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603787.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603787.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603783.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603783.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603718.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603718.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603696.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603696.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603678.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603678.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603664.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603664.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603578.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603578.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603573.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603573.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603433.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603433.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603362.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603362.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603348.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603348.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603313.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603313.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603296.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603296.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603265.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603265.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603264.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603264.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603245.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603245.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603241.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603241.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603194.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603194.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603103.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603103.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603083.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603083.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603048.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603048.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603039.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603039.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603017.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603017.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31603014.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31603014.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602967.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602967.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602964.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602964.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602930.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602930.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602858.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602858.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602840.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602840.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602787.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602787.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602774.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602774.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602749.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602749.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602736.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602736.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602682.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602682.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602596.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602596.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602541.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602541.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602514.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602514.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602460.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602460.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602426.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602426.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602305.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602305.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602192.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602192.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602189.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602189.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602144.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602144.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602106.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602106.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602092.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602092.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602078.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602078.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31602046.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31602046.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601938.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601938.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601820.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601820.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601812.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601812.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601807.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601807.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601664.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601664.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601612.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601612.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601546.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601546.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601470.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601470.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601314.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601314.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601243.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601243.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601182.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601182.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601119.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601119.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601063.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601063.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31601001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31601001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600766.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600766.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600728.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600728.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600657.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600657.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600649.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600649.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600512.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600512.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600500.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600500.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600446.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600446.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600445.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600445.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600425.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600425.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600386.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600386.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600354.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600354.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600343.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600343.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600332.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600332.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600310.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600310.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600305.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600305.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600266.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600266.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600207.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600207.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600199.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600199.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600195.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600195.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600191.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600191.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600178.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600178.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600125.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600125.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600093.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600093.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31600004.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31600004.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599978.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599978.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599869.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599869.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599840.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599840.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599706.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599706.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599660.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599660.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599627.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599627.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599625.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599625.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599619.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599619.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599596.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599596.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599555.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599555.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599520.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599520.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599511.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599511.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599475.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599475.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599448.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599448.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599437.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599437.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599309.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599309.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599292.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599292.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599253.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599253.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599219.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599219.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599140.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599140.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31599044.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31599044.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598996.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598996.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598903.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598903.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598855.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598855.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598833.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598833.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598776.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598776.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598730.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598730.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598728.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598728.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598677.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598677.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598668.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598668.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598657.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598657.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598647.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598647.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598598.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598598.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598595.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598595.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598585.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598585.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598558.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598558.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598547.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598547.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598497.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598497.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598460.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598460.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598417.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598417.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598396.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598396.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598377.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598377.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598367.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598367.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598270.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598270.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598261.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598261.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598253.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598253.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598240.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598240.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598237.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598237.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598068.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598068.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598047.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598047.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31598019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31598019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597963.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597963.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597937.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597937.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597790.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597790.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597694.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597694.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597666.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597666.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597643.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597643.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597642.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597642.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597634.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597634.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597623.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597623.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597595.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597595.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597524.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597524.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597522.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597522.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597520.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597520.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597479.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597479.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597413.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597413.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597310.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597310.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597293.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597293.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597270.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597270.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597269.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597269.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597257.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597257.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597178.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597178.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597075.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597075.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31597001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31597001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596984.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596984.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596959.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596959.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596854.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596854.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596813.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596813.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596750.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596750.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596659.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596659.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596640.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596640.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596595.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596595.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596516.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596516.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596468.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596468.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596410.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596410.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596383.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596383.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596342.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596342.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596311.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596311.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596185.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596185.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596170.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596170.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596105.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596105.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596034.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596034.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31596011.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31596011.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595994.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595994.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595963.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595963.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595926.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595926.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595826.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595826.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595784.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595784.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595700.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595700.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595630.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595630.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595579.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595579.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595576.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595576.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595426.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595426.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595425.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595425.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595250.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595250.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595194.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595194.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595187.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595187.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595032.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595032.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595017.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595017.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31595016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31595016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594959.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594959.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594958.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594958.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594916.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594916.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594908.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594908.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594902.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594902.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594900.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594900.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594859.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594859.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594820.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594820.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594795.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594795.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594612.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594612.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594605.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594605.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594570.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594570.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594491.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594491.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594476.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594476.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594387.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594387.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594142.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594142.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594093.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594093.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594063.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594063.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31594002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31594002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593977.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593977.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593874.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593874.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593869.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593869.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593860.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593860.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593828.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593828.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593809.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593809.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593772.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593772.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593630.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593630.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593519.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593519.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593511.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593511.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593435.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593435.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593434.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593434.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593389.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593389.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593370.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593370.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593341.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593341.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593320.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593320.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593264.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593264.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593183.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593183.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593137.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593137.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593132.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593132.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593070.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593070.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593026.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593026.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31593019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31593019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592999.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592999.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592904.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592904.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592841.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592841.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592803.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592803.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592760.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592760.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592645.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592645.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592630.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592630.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592623.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592623.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592613.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592613.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592597.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592597.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592581.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592581.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592562.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592562.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592526.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592526.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592455.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592455.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592448.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592448.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592419.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592419.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592364.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592364.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592324.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592324.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592264.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592264.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592124.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592124.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592114.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592114.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592105.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592105.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592104.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592104.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592098.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592098.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31592010.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31592010.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591984.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591984.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591876.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591876.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591831.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591831.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591829.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591829.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591791.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591791.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591790.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591790.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591767.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591767.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591677.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591677.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591661.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591661.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591651.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591651.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591619.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591619.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591605.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591605.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591578.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591578.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591562.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591562.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591540.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591540.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591517.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591517.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591496.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591496.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591494.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591494.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591492.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591492.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591449.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591449.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591446.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591446.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591371.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591371.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591326.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591326.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591229.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591229.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591086.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591086.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591080.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591080.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591041.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591041.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31591038.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31591038.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590914.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590914.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590862.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590862.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590834.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590834.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590815.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590815.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590809.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590809.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590787.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590787.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590742.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590742.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590720.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590720.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590566.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590566.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590538.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590538.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590512.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590512.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590476.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590476.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590413.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590413.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590309.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590309.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590265.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590265.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590169.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590169.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590165.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590165.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590155.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590155.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590141.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590141.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590089.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590089.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590082.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590082.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590076.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590076.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590036.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590036.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590032.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590032.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590023.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590023.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31590006.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31590006.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589973.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589973.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589928.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589928.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589676.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589676.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589671.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589671.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589655.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589655.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589628.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589628.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589483.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589483.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589462.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589462.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589457.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589457.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589438.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589438.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589436.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589436.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589431.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589431.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589391.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589391.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589331.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589331.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589314.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589314.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589272.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589272.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589154.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589154.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589117.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589117.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589103.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589103.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589085.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589085.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589047.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589047.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31589034.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31589034.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588998.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588998.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588975.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588975.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588902.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588902.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588874.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588874.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588842.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588842.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588834.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588834.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588596.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588596.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588535.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588535.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588495.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588495.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588470.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588470.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588438.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588438.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588418.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588418.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588381.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588381.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588358.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588358.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588133.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588133.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588106.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588106.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588098.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588098.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588097.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588097.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31588095.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31588095.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587880.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587880.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587842.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587842.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587812.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587812.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587807.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587807.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587705.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587705.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587700.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587700.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587651.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587651.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587625.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587625.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587603.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587603.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587542.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587542.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587527.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587527.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587524.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587524.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587479.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587479.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587442.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587442.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587360.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587360.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587340.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587340.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587297.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587297.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587241.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587241.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587240.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587240.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587222.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587222.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587200.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587200.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587172.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587172.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587065.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587065.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31587004.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31587004.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586908.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586908.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586753.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586753.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586732.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586732.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586717.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586717.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586694.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586694.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586640.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586640.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586612.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586612.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586532.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586532.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586478.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586478.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586370.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586370.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586330.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586330.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586148.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586148.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586080.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586080.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586013.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586013.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586008.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586008.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31586003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31586003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585961.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585961.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585937.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585937.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585848.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585848.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585811.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585811.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585747.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585747.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585661.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585661.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585660.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585660.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585618.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585618.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585464.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585464.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585402.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585402.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585348.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585348.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585335.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585335.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585328.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585328.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585300.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585300.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585293.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585293.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585204.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585204.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585171.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585171.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585107.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585107.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31585003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31585003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584974.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584974.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584897.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584897.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584827.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584827.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584826.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584826.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584789.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584789.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584742.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584742.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584740.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584740.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584731.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584731.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584675.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584675.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584662.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584662.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584638.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584638.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584625.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584625.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584600.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584600.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584523.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584523.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584516.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584516.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584407.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584407.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584400.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584400.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584398.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584398.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584351.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584351.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584342.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584342.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584310.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584310.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584296.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584296.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584288.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584288.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584259.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584259.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584229.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584229.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584119.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584119.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31584011.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31584011.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583977.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583977.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583882.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583882.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583851.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583851.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583795.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583795.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583787.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583787.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583771.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583771.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583709.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583709.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583706.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583706.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583658.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583658.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583638.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583638.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583570.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583570.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583522.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583522.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583518.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583518.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583517.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583517.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583491.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583491.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583361.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583361.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583316.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583316.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583285.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583285.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583262.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583262.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583253.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583253.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583251.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583251.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583237.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583237.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583228.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583228.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583197.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583197.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583193.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583193.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583159.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583159.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583104.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583104.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583079.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583079.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583048.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583048.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583045.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583045.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583032.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583032.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31583007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31583007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582961.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582961.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582950.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582950.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582933.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582933.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582903.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582903.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582890.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582890.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582807.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582807.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582765.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582765.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582762.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582762.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582744.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582744.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582582.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582582.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582528.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582528.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582495.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582495.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582458.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582458.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582453.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582453.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582430.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582430.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582404.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582404.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582378.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582378.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582364.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582364.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582330.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582330.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582266.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582266.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582262.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582262.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582123.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582123.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582093.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582093.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582067.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582067.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31582050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31582050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581992.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581992.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581927.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581927.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581887.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581887.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581809.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581809.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581742.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581742.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581705.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581705.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581698.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581698.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581696.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581696.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581678.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581678.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581631.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581631.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581550.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581550.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581482.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581482.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581477.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581477.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581470.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581470.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581403.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581403.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581161.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581161.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581055.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581055.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31581000.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31581000.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580859.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580859.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580655.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580655.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580650.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580650.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580633.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580633.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580621.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580621.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580494.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580494.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580493.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580493.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580465.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580465.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580452.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580452.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580353.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580353.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580312.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580312.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580270.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580270.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580262.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580262.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580260.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580260.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580250.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580250.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580228.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580228.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580178.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580178.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580077.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580077.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580024.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580024.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580014.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580014.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31580002.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31580002.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579988.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579988.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579968.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579968.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579929.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579929.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579903.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579903.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579885.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579885.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579855.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579855.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579802.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579802.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579799.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579799.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579796.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579796.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579741.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579741.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579719.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579719.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579704.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579704.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579659.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579659.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579625.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579625.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579595.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579595.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579558.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579558.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579494.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579494.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579343.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579343.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579285.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579285.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579261.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579261.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579258.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579258.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579233.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579233.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579187.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579187.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579080.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579080.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31579059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31579059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578976.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578976.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578941.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578941.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578940.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578940.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578934.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578934.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578847.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578847.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578828.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578828.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578801.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578801.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578794.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578794.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578776.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578776.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578748.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578748.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578667.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578667.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578600.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578600.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578564.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578564.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578526.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578526.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578517.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578517.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578512.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578512.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578508.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578508.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578492.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578492.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578480.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578480.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578460.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578460.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578440.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578440.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578395.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578395.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578365.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578365.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578347.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578347.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578282.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578282.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578260.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578260.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578254.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578254.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578160.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578160.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578134.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578134.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578112.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578112.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578107.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578107.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578105.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578105.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578027.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578027.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31578010.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31578010.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577999.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577999.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577932.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577932.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577926.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577926.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577813.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577813.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577806.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577806.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577730.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577730.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577699.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577699.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577677.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577677.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577638.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577638.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577636.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577636.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577629.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577629.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577608.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577608.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577572.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577572.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577570.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577570.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577526.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577526.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577521.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577521.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577449.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577449.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577433.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577433.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577336.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577336.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577268.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577268.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577264.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577264.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577246.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577246.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577222.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577222.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577178.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577178.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577060.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577060.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577042.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577042.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577023.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577023.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31577016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31577016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576999.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576999.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576993.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576993.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576970.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576970.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576969.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576969.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576965.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576965.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576959.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576959.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576956.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576956.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576918.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576918.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576912.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576912.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576907.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576907.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576893.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576893.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576824.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576824.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576816.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576816.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576811.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576811.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576788.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576788.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576787.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576787.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576711.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576711.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576680.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576680.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576642.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576642.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576639.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576639.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576627.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576627.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576622.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576622.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576617.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576617.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576607.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576607.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576543.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576543.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576536.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576536.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576519.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576519.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576456.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576456.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576407.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576407.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576389.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576389.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576382.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576382.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576377.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576377.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576321.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576321.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576270.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576270.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576234.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576234.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576138.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576138.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576067.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576067.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31576063.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31576063.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575949.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575949.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575941.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575941.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575938.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575938.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575917.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575917.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575893.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575893.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575776.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575776.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575735.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575735.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575637.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575637.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575605.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575605.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575561.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575561.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575560.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575560.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575528.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575528.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575507.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575507.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575458.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575458.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575446.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575446.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575439.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575439.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575340.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575340.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575310.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575310.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575304.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575304.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575301.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575301.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575272.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575272.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575256.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575256.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575231.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575231.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575149.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575149.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575118.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575118.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575087.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575087.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31575053.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31575053.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574966.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574966.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574946.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574946.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574930.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574930.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574880.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574880.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574876.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574876.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574846.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574846.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574814.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574814.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574795.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574795.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574778.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574778.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574775.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574775.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574748.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574748.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574715.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574715.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574666.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574666.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574640.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574640.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574597.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574597.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574550.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574550.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574451.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574451.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574448.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574448.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574431.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574431.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574317.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574317.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574316.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574316.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574258.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574258.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574160.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574160.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574110.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574110.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31574004.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31574004.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573989.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573989.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573964.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573964.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573916.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573916.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573909.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573909.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573892.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573892.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573879.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573879.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573868.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573868.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573804.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573804.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573801.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573801.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573777.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573777.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573768.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573768.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573738.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573738.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573735.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573735.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573705.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573705.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573680.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573680.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573600.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573600.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573561.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573561.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573552.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573552.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573550.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573550.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573538.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573538.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573527.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573527.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573525.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573525.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573521.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573521.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573460.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573460.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573457.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573457.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573437.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573437.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573403.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573403.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573382.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573382.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573381.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573381.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573339.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573339.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573326.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573326.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573323.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573323.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573292.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573292.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573290.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573290.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573289.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573289.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573266.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573266.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573204.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573204.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573179.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573179.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573140.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573140.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573130.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573130.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573116.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573116.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573098.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573098.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573084.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573084.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31573019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31573019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572930.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572930.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572881.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572881.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572866.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572866.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572814.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572814.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572766.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572766.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572745.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572745.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572724.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572724.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572713.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572713.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572707.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572707.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572704.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572704.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572692.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572692.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572677.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572677.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572670.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572670.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572648.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572648.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572578.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572578.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572562.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572562.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572561.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572561.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572429.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572429.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572426.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572426.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572360.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572360.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572358.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572358.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572355.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572355.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572324.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572324.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572321.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572321.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572313.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572313.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572291.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572291.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572269.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572269.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572266.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572266.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572188.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572188.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572185.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572185.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572109.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572109.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31572051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31572051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571954.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571954.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571918.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571918.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571903.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571903.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571902.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571902.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571889.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571889.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571876.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571876.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571814.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571814.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571805.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571805.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571804.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571804.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571767.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571767.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571691.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571691.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571665.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571665.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571658.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571658.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571615.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571615.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571590.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571590.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571573.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571573.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571552.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571552.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571375.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571375.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571362.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571362.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571285.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571285.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571265.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571265.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571173.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571173.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571124.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571124.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571119.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571119.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571114.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571114.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571082.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571082.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571059.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571059.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31571017.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31571017.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570971.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570971.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570859.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570859.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570849.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570849.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570755.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570755.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570675.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570675.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570626.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570626.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570560.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570560.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570501.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570501.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570414.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570414.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570404.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570404.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570348.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570348.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570343.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570343.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570332.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570332.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570300.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570300.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570299.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570299.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570296.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570296.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570165.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570165.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570123.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570123.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570110.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570110.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570078.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570078.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31570022.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31570022.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569991.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569991.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569967.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569967.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569911.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569911.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569898.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569898.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569894.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569894.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569872.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569872.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569870.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569870.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569864.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569864.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569862.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569862.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569855.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569855.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569799.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569799.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569748.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569748.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569717.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569717.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569700.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569700.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569679.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569679.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569663.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569663.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569639.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569639.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569533.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569533.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569462.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569462.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569438.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569438.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569368.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569368.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569341.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569341.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569317.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569317.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569316.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569316.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569307.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569307.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569269.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569269.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569236.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569236.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569168.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569168.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569125.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569125.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569118.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569118.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569106.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569106.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569102.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569102.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569057.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569057.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569039.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569039.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569037.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569037.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569028.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569028.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31569011.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31569011.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568981.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568981.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568969.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568969.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568956.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568956.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568923.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568923.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568922.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568922.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568921.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568921.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568844.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568844.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568819.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568819.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568814.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568814.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568785.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568785.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568769.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568769.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568727.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568727.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568725.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568725.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568723.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568723.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568721.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568721.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568690.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568690.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568663.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568663.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568638.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568638.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568631.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568631.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568623.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568623.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568622.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568622.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568583.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568583.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568578.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568578.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568572.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568572.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568539.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568539.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568503.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568503.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568483.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568483.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568480.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568480.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568411.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568411.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568337.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568337.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568301.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568301.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568281.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568281.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568270.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568270.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568243.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568243.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568225.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568225.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568219.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568219.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568195.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568195.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568164.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568164.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568110.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568110.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568077.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568077.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568041.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568041.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568012.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568012.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31568011.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31568011.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567994.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567994.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567933.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567933.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567881.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567881.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567859.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567859.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567841.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567841.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567792.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567792.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567776.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567776.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567771.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567771.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567712.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567712.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567708.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567708.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567684.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567684.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567664.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567664.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567616.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567616.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567597.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567597.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567538.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567538.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567537.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567537.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567485.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567485.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567474.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567474.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567455.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567455.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567438.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567438.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567419.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567419.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567402.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567402.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567362.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567362.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567338.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567338.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567280.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567280.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567250.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567250.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567238.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567238.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567232.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567232.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567211.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567211.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567208.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567208.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567192.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567192.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567189.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567189.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567187.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567187.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567174.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567174.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567132.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567132.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567090.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567090.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567080.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567080.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567032.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567032.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31567016.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31567016.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566969.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566969.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566953.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566953.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566951.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566951.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566840.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566840.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566785.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566785.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566776.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566776.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566743.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566743.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566731.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566731.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566707.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566707.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566697.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566697.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566673.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566673.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566664.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566664.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566603.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566603.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566509.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566509.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566486.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566486.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566482.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566482.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566477.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566477.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566461.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566461.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566458.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566458.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566443.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566443.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566394.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566394.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566383.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566383.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566354.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566354.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566351.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566351.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566226.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566226.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566198.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566198.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566195.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566195.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566193.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566193.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566151.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566151.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566144.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566144.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566061.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566061.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31566044.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31566044.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565994.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565994.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565935.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565935.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565891.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565891.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565793.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565793.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565777.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565777.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565758.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565758.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565755.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565755.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565716.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565716.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565614.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565614.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565611.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565611.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565561.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565561.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565556.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565556.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565546.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565546.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565528.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565528.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565460.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565460.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565444.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565444.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565441.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565441.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565425.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565425.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565364.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565364.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565321.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565321.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565303.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565303.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565299.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565299.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565192.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565192.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565190.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565190.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565183.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565183.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565097.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565097.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565090.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565090.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565063.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565063.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565061.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565061.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565045.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565045.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565042.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565042.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565033.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565033.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31565022.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31565022.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564961.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564961.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564948.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564948.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564911.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564911.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564877.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564877.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564832.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564832.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564828.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564828.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564814.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564814.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564810.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564810.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564746.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564746.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564720.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564720.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564675.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564675.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564628.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564628.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564593.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564593.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564553.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564553.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564511.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564511.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564510.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564510.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564487.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564487.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564484.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564484.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564479.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564479.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564459.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564459.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564447.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564447.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564397.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564397.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564396.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564396.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564386.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564386.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564380.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564380.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564365.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564365.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564352.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564352.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564349.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564349.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564338.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564338.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564325.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564325.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564294.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564294.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564264.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564264.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564249.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564249.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564212.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564212.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564196.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564196.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564163.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564163.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564143.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564143.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564124.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564124.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564110.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564110.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564062.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564062.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564051.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564051.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564021.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564021.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31564001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31564001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563999.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563999.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563956.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563956.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563952.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563952.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563900.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563900.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563884.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563884.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563861.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563861.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563816.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563816.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563783.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563783.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563738.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563738.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563718.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563718.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563716.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563716.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563705.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563705.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563695.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563695.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563689.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563689.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563676.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563676.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563674.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563674.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563656.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563656.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563639.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563639.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563635.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563635.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563612.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563612.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563596.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563596.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563592.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563592.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563580.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563580.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563522.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563522.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563509.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563509.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563479.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563479.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563410.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563410.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563389.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563389.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563385.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563385.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563381.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563381.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563347.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563347.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563343.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563343.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563335.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563335.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563329.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563329.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563328.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563328.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563314.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563314.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563309.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563309.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563301.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563301.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563296.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563296.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563281.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563281.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563239.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563239.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563219.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563219.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563210.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563210.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563166.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563166.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563146.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563146.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563100.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563100.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563099.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563099.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31563018.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31563018.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562996.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562996.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562973.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562973.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562958.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562958.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562883.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562883.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562874.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562874.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562798.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562798.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562780.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562780.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562710.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562710.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562691.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562691.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562653.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562653.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562572.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562572.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562561.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562561.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562481.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562481.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562463.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562463.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562457.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562457.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562422.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562422.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562402.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562402.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562381.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562381.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562374.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562374.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562363.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562363.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562361.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562361.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562350.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562350.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562344.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562344.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562340.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562340.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562333.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562333.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562331.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562331.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562301.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562301.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562294.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562294.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562287.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562287.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562267.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562267.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562251.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562251.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562249.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562249.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562248.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562248.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562247.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562247.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562236.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562236.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562228.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562228.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562226.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562226.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562224.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562224.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562214.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562214.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562193.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562193.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562139.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562139.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562126.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562126.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562094.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562094.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562069.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562069.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562061.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562061.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562012.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562012.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31562007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31562007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561973.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561973.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561940.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561940.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561925.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561925.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561921.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561921.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561863.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561863.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561841.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561841.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561831.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561831.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561808.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561808.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561781.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561781.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561764.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561764.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561761.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561761.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561731.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561731.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561726.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561726.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561675.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561675.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561639.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561639.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561624.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561624.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561623.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561623.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561603.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561603.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561577.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561577.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561527.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561527.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561423.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561423.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561409.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561409.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561402.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561402.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561401.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561401.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561361.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561361.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561304.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561304.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561280.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561280.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561277.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561277.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561275.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561275.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561243.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561243.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561177.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561177.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561156.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561156.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561152.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561152.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561148.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561148.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561136.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561136.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561066.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561066.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561054.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561054.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561052.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561052.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561050.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561050.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31561033.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31561033.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560967.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560967.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560941.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560941.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560937.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560937.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560934.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560934.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560880.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560880.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560850.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560850.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560838.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560838.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560837.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560837.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560829.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560829.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560825.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560825.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560720.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560720.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560685.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560685.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560683.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560683.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560672.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560672.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560651.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560651.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560649.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560649.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560644.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560644.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560625.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560625.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560622.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560622.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560604.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560604.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560574.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560574.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560573.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560573.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560559.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560559.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560549.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560549.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560493.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560493.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560462.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560462.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560415.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560415.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560393.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560393.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560392.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560392.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560376.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560376.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560369.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560369.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560361.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560361.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560359.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560359.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560328.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560328.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560305.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560305.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560286.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560286.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560274.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560274.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560263.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560263.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560223.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560223.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560209.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560209.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560202.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560202.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560201.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560201.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560160.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560160.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560072.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560072.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560063.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560063.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560060.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560060.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560037.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560037.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31560007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31560007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559977.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559977.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559955.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559955.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559947.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559947.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559939.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559939.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559924.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559924.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559908.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559908.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559855.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559855.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559847.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559847.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559835.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559835.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559827.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559827.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559800.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559800.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559737.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559737.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559680.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559680.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559606.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559606.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559589.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559589.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559586.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559586.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559567.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559567.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559550.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559550.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559545.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559545.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559530.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559530.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559524.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559524.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559521.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559521.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559517.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559517.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559504.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559504.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559471.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559471.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559452.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559452.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559447.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559447.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559420.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559420.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559393.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559393.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559388.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559388.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559387.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559387.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559353.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559353.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559327.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559327.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559326.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559326.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559322.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559322.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559319.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559319.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559315.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559315.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559314.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559314.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559283.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559283.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559265.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559265.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559244.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559244.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559240.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559240.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559235.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559235.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559230.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559230.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559215.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559215.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559213.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559213.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559206.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559206.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559205.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559205.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559201.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559201.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559191.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559191.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559182.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559182.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559176.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559176.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559157.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559157.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559145.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559145.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559128.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559128.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559089.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559089.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559088.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559088.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559049.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559049.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559033.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559033.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559020.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559020.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559019.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559019.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31559014.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31559014.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558936.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558936.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558930.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558930.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558928.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558928.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558852.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558852.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558822.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558822.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558821.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558821.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558818.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558818.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558816.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558816.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558796.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558796.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558759.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558759.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558734.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558734.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558730.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558730.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558729.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558729.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558685.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558685.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558662.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558662.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558654.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558654.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558576.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558576.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558571.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558571.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558551.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558551.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558534.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558534.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558531.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558531.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558515.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558515.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558505.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558505.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558499.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558499.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558467.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558467.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558399.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558399.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558384.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558384.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558373.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558373.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558370.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558370.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558366.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558366.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558365.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558365.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558353.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558353.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558334.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558334.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558320.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558320.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558252.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558252.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558243.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558243.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558242.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558242.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558218.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558218.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558183.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558183.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558167.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558167.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558135.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558135.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558126.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558126.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558096.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558096.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558091.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558091.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558035.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558035.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31558013.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31558013.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557987.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557987.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557964.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557964.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557960.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557960.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557907.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557907.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557871.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557871.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557829.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557829.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557763.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557763.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557756.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557756.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557706.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557706.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557703.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557703.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557688.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557688.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557652.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557652.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557601.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557601.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557584.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557584.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557568.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557568.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557542.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557542.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557345.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557345.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557344.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557344.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557299.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557299.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557298.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557298.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557284.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557284.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557273.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557273.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557193.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557193.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557158.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557158.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557153.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557153.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557073.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557073.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557034.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557034.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557008.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557008.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31557001.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31557001.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556982.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556982.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556964.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556964.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556943.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556943.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556841.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556841.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556770.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556770.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556752.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556752.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556674.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556674.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556668.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556668.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556641.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556641.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556620.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556620.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556591.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556591.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556588.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556588.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556512.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556512.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556452.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556452.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556406.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556406.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556368.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556368.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556347.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556347.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556331.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556331.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556321.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556321.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556281.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556281.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556278.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556278.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556276.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556276.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556227.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556227.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556216.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556216.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556200.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556200.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556199.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556199.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556184.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556184.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556175.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556175.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556130.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556130.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556127.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556127.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556111.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556111.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556108.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556108.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556082.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556082.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556074.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556074.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556068.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556068.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556065.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556065.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556056.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556056.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556043.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556043.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556028.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556028.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556007.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556007.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31556003.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31556003.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555985.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555985.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555915.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555915.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555910.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555910.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555901.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555901.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555886.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555886.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555856.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555856.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555845.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555845.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555839.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555839.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555836.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555836.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555782.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555782.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555757.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555757.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555754.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555754.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555699.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555699.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555667.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555667.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555666.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555666.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555646.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555646.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555632.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555632.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555611.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555611.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555554.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555554.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555552.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555552.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555550.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555550.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555514.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555514.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555513.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555513.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555473.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555473.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555471.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555471.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555432.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555432.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555427.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555427.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555403.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555403.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555379.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555379.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555377.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555377.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555375.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555375.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555371.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555371.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555364.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555364.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555358.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555358.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555281.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555281.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555188.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555188.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555160.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555160.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555122.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555122.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555086.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555086.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31555077.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31555077.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554978.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554978.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554962.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554962.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554946.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554946.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554944.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554944.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554913.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554913.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554888.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554888.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554865.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554865.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554863.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554863.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554857.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554857.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554760.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554760.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554728.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554728.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554693.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554693.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554681.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554681.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554677.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554677.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554664.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554664.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554654.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554654.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554557.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554557.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554548.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554548.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554547.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554547.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554529.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554529.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554483.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554483.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554477.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554477.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554470.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554470.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554469.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554469.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554429.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554429.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554421.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554421.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554416.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554416.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554357.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554357.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554356.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554356.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554326.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554326.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554313.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554313.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554183.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554183.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554181.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554181.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554154.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554154.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554147.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554147.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554101.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554101.wav\n", "Converted /workspace/Common_voice_22_1/audio/bn/test/bn_test_0/common_voice_bn_31554095.mp3 to /workspace/Common_voice_22_1/audio/bn_wav_converted/test/bn_test_0/common_voice_bn_31554095.wav\n" ] }, { "ename": "KeyboardInterrupt", "evalue": "", "output_type": "error", "traceback": [ "\u001b[31m---------------------------------------------------------------------------\u001b[39m", "\u001b[31mKeyboardInterrupt\u001b[39m Traceback (most recent call last)", "\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[26]\u001b[39m\u001b[32m, line 36\u001b[39m\n\u001b[32m 34\u001b[39m \u001b[38;5;66;03m# Step 2: Convert each MP3 file to WAV\u001b[39;00m\n\u001b[32m 35\u001b[39m \u001b[38;5;28;01mfor\u001b[39;00m mp3_file \u001b[38;5;129;01min\u001b[39;00m mp3_files:\n\u001b[32m---> \u001b[39m\u001b[32m36\u001b[39m \u001b[43mconvert_mp3_to_wav\u001b[49m\u001b[43m(\u001b[49m\u001b[43mmp3_file\u001b[49m\u001b[43m)\u001b[49m\n\u001b[32m 38\u001b[39m \u001b[38;5;28mprint\u001b[39m(\u001b[33mf\u001b[39m\u001b[33m\"\u001b[39m\u001b[33mMP3 to WAV conversion completed. WAV files saved in \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mOUTPUT_DIR\u001b[38;5;132;01m}\u001b[39;00m\u001b[33m.\u001b[39m\u001b[33m\"\u001b[39m)\n", "\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[26]\u001b[39m\u001b[32m, line 27\u001b[39m, in \u001b[36mconvert_mp3_to_wav\u001b[39m\u001b[34m(mp3_file_path)\u001b[39m\n\u001b[32m 24\u001b[39m wav_file_path.parent.mkdir(parents=\u001b[38;5;28;01mTrue\u001b[39;00m, exist_ok=\u001b[38;5;28;01mTrue\u001b[39;00m)\n\u001b[32m 26\u001b[39m \u001b[38;5;66;03m# Load the MP3 file and export as WAV\u001b[39;00m\n\u001b[32m---> \u001b[39m\u001b[32m27\u001b[39m audio = \u001b[43mAudioSegment\u001b[49m\u001b[43m.\u001b[49m\u001b[43mfrom_mp3\u001b[49m\u001b[43m(\u001b[49m\u001b[43mmp3_file_path\u001b[49m\u001b[43m)\u001b[49m\n\u001b[32m 28\u001b[39m audio.export(wav_file_path, \u001b[38;5;28mformat\u001b[39m=\u001b[33m\"\u001b[39m\u001b[33mwav\u001b[39m\u001b[33m\"\u001b[39m)\n\u001b[32m 29\u001b[39m \u001b[38;5;28mprint\u001b[39m(\u001b[33mf\u001b[39m\u001b[33m\"\u001b[39m\u001b[33mConverted \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mmp3_file_path\u001b[38;5;132;01m}\u001b[39;00m\u001b[33m to \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mwav_file_path\u001b[38;5;132;01m}\u001b[39;00m\u001b[33m\"\u001b[39m)\n", "\u001b[36mFile \u001b[39m\u001b[32m/usr/local/lib/python3.12/dist-packages/pydub/audio_segment.py:796\u001b[39m, in \u001b[36mAudioSegment.from_mp3\u001b[39m\u001b[34m(cls, file, parameters)\u001b[39m\n\u001b[32m 794\u001b[39m \u001b[38;5;129m@classmethod\u001b[39m\n\u001b[32m 795\u001b[39m \u001b[38;5;28;01mdef\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34mfrom_mp3\u001b[39m(\u001b[38;5;28mcls\u001b[39m, file, parameters=\u001b[38;5;28;01mNone\u001b[39;00m):\n\u001b[32m--> \u001b[39m\u001b[32m796\u001b[39m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28;43mcls\u001b[39;49m\u001b[43m.\u001b[49m\u001b[43mfrom_file\u001b[49m\u001b[43m(\u001b[49m\u001b[43mfile\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[33;43m'\u001b[39;49m\u001b[33;43mmp3\u001b[39;49m\u001b[33;43m'\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mparameters\u001b[49m\u001b[43m=\u001b[49m\u001b[43mparameters\u001b[49m\u001b[43m)\u001b[49m\n", "\u001b[36mFile \u001b[39m\u001b[32m/usr/local/lib/python3.12/dist-packages/pydub/audio_segment.py:768\u001b[39m, in \u001b[36mAudioSegment.from_file\u001b[39m\u001b[34m(cls, file, format, codec, parameters, start_second, duration, **kwargs)\u001b[39m\n\u001b[32m 764\u001b[39m log_conversion(conversion_command)\n\u001b[32m 766\u001b[39m p = subprocess.Popen(conversion_command, stdin=stdin_parameter,\n\u001b[32m 767\u001b[39m stdout=subprocess.PIPE, stderr=subprocess.PIPE)\n\u001b[32m--> \u001b[39m\u001b[32m768\u001b[39m p_out, p_err = \u001b[43mp\u001b[49m\u001b[43m.\u001b[49m\u001b[43mcommunicate\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;28;43minput\u001b[39;49m\u001b[43m=\u001b[49m\u001b[43mstdin_data\u001b[49m\u001b[43m)\u001b[49m\n\u001b[32m 770\u001b[39m \u001b[38;5;28;01mif\u001b[39;00m p.returncode != \u001b[32m0\u001b[39m \u001b[38;5;129;01mor\u001b[39;00m \u001b[38;5;28mlen\u001b[39m(p_out) == \u001b[32m0\u001b[39m:\n\u001b[32m 771\u001b[39m \u001b[38;5;28;01mif\u001b[39;00m close_file:\n", "\u001b[36mFile \u001b[39m\u001b[32m/usr/lib/python3.12/subprocess.py:1209\u001b[39m, in \u001b[36mPopen.communicate\u001b[39m\u001b[34m(self, input, timeout)\u001b[39m\n\u001b[32m 1206\u001b[39m endtime = \u001b[38;5;28;01mNone\u001b[39;00m\n\u001b[32m 1208\u001b[39m \u001b[38;5;28;01mtry\u001b[39;00m:\n\u001b[32m-> \u001b[39m\u001b[32m1209\u001b[39m stdout, stderr = \u001b[38;5;28;43mself\u001b[39;49m\u001b[43m.\u001b[49m\u001b[43m_communicate\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;28;43minput\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mendtime\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mtimeout\u001b[49m\u001b[43m)\u001b[49m\n\u001b[32m 1210\u001b[39m \u001b[38;5;28;01mexcept\u001b[39;00m \u001b[38;5;167;01mKeyboardInterrupt\u001b[39;00m:\n\u001b[32m 1211\u001b[39m \u001b[38;5;66;03m# https://bugs.python.org/issue25942\u001b[39;00m\n\u001b[32m 1212\u001b[39m \u001b[38;5;66;03m# See the detailed comment in .wait().\u001b[39;00m\n\u001b[32m 1213\u001b[39m \u001b[38;5;28;01mif\u001b[39;00m timeout \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n", "\u001b[36mFile \u001b[39m\u001b[32m/usr/lib/python3.12/subprocess.py:2115\u001b[39m, in \u001b[36mPopen._communicate\u001b[39m\u001b[34m(self, input, endtime, orig_timeout)\u001b[39m\n\u001b[32m 2108\u001b[39m \u001b[38;5;28mself\u001b[39m._check_timeout(endtime, orig_timeout,\n\u001b[32m 2109\u001b[39m stdout, stderr,\n\u001b[32m 2110\u001b[39m skip_check_and_raise=\u001b[38;5;28;01mTrue\u001b[39;00m)\n\u001b[32m 2111\u001b[39m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mRuntimeError\u001b[39;00m( \u001b[38;5;66;03m# Impossible :)\u001b[39;00m\n\u001b[32m 2112\u001b[39m \u001b[33m'\u001b[39m\u001b[33m_check_timeout(..., skip_check_and_raise=True) \u001b[39m\u001b[33m'\u001b[39m\n\u001b[32m 2113\u001b[39m \u001b[33m'\u001b[39m\u001b[33mfailed to raise TimeoutExpired.\u001b[39m\u001b[33m'\u001b[39m)\n\u001b[32m-> \u001b[39m\u001b[32m2115\u001b[39m ready = \u001b[43mselector\u001b[49m\u001b[43m.\u001b[49m\u001b[43mselect\u001b[49m\u001b[43m(\u001b[49m\u001b[43mtimeout\u001b[49m\u001b[43m)\u001b[49m\n\u001b[32m 2116\u001b[39m \u001b[38;5;28mself\u001b[39m._check_timeout(endtime, orig_timeout, stdout, stderr)\n\u001b[32m 2118\u001b[39m \u001b[38;5;66;03m# XXX Rewrite these to use non-blocking I/O on the file\u001b[39;00m\n\u001b[32m 2119\u001b[39m \u001b[38;5;66;03m# objects; they are no longer using C stdio!\u001b[39;00m\n", "\u001b[36mFile \u001b[39m\u001b[32m/usr/lib/python3.12/selectors.py:415\u001b[39m, in \u001b[36m_PollLikeSelector.select\u001b[39m\u001b[34m(self, timeout)\u001b[39m\n\u001b[32m 413\u001b[39m ready = []\n\u001b[32m 414\u001b[39m \u001b[38;5;28;01mtry\u001b[39;00m:\n\u001b[32m--> \u001b[39m\u001b[32m415\u001b[39m fd_event_list = \u001b[38;5;28;43mself\u001b[39;49m\u001b[43m.\u001b[49m\u001b[43m_selector\u001b[49m\u001b[43m.\u001b[49m\u001b[43mpoll\u001b[49m\u001b[43m(\u001b[49m\u001b[43mtimeout\u001b[49m\u001b[43m)\u001b[49m\n\u001b[32m 416\u001b[39m \u001b[38;5;28;01mexcept\u001b[39;00m \u001b[38;5;167;01mInterruptedError\u001b[39;00m:\n\u001b[32m 417\u001b[39m \u001b[38;5;28;01mreturn\u001b[39;00m ready\n", "\u001b[31mKeyboardInterrupt\u001b[39m: " ] } ], "source": [ "from pathlib import Path\n", "from pydub import AudioSegment\n", "\n", "# Path for the Common Voice dataset (MP3 files location)\n", "DATA_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn\") # The original MP3 files directory\n", "\n", "# New directory for saving WAV files\n", "OUTPUT_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_converted\") # New folder to save WAV files\n", "\n", "# Create the output directory if it doesn't exist\n", "OUTPUT_DIR.mkdir(parents=True, exist_ok=True)\n", "\n", "# Function to convert MP3 to WAV using Pydub\n", "def convert_mp3_to_wav(mp3_file_path):\n", " # Check if the file exists\n", " if not mp3_file_path.exists():\n", " print(f\"Skipping missing file: {mp3_file_path}\")\n", " return\n", "\n", " # Create the corresponding .wav file path in the output directory\n", " wav_file_path = OUTPUT_DIR / mp3_file_path.relative_to(DATA_DIR).with_suffix(\".wav\")\n", " \n", " # Ensure the parent directory exists for the output file\n", " wav_file_path.parent.mkdir(parents=True, exist_ok=True)\n", " \n", " # Load the MP3 file and export as WAV\n", " audio = AudioSegment.from_mp3(mp3_file_path)\n", " audio.export(wav_file_path, format=\"wav\")\n", " print(f\"Converted {mp3_file_path} to {wav_file_path}\")\n", "\n", "# Step 1: Recursively find all MP3 files inside the `train`, `test`, and `dev` folders\n", "mp3_files = list(DATA_DIR.rglob(\"*.mp3\"))\n", "\n", "# Step 2: Convert each MP3 file to WAV\n", "for mp3_file in mp3_files:\n", " convert_mp3_to_wav(mp3_file)\n", "\n", "print(f\"MP3 to WAV conversion completed. WAV files saved in {OUTPUT_DIR}.\")" ] }, { "cell_type": "code", "execution_count": 35, "id": "a6e55177-2af9-41ba-a544-d407835d60f5", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Total WAV files in the folder: 7108\n" ] } ], "source": [ "from pathlib import Path\n", "\n", "# Path to the folder containing the converted WAV files\n", "OUTPUT_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_converted\")\n", "\n", "# Count the number of WAV files in the folder and its subdirectories\n", "wav_files = list(OUTPUT_DIR.rglob(\"*.wav\"))\n", "\n", "# Print the number of WAV files found\n", "print(f\"Total WAV files in the folder: {len(wav_files)}\")" ] }, { "cell_type": "code", "execution_count": 36, "id": "fe75001a-0adc-4a12-856b-2b7efcc51f70", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Total female metadata rows: 2931\n", "Total WAV files: 7108\n", "Female WAV files: 218\n" ] } ], "source": [ "import pandas as pd\n", "from pathlib import Path\n", "\n", "# =========================\n", "# Paths\n", "# =========================\n", "CV_ROOT = Path(\"/workspace/Common_voice_22_1\")\n", "WAV_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_converted\")\n", "\n", "# =========================\n", "# Load TSV metadata\n", "# =========================\n", "train = pd.read_csv(CV_ROOT / \"transcript/bn/train.tsv\", sep=\"\\t\")\n", "dev = pd.read_csv(CV_ROOT / \"transcript/bn/dev.tsv\", sep=\"\\t\")\n", "test = pd.read_csv(CV_ROOT / \"transcript/bn/test.tsv\", sep=\"\\t\")\n", "\n", "df = pd.concat([train, dev, test], ignore_index=True)\n", "\n", "# =========================\n", "# Filter female rows\n", "# =========================\n", "female_df = df[df[\"gender\"] == \"female_feminine\"].copy()\n", "\n", "print(\"Total female metadata rows:\", len(female_df))\n", "\n", "# =========================\n", "# Extract numeric IDs from TSV paths\n", "# =========================\n", "female_ids = set(\n", " female_df[\"path\"]\n", " .str.replace(\".mp3\", \"\", regex=False)\n", " .str.split(\"_\")\n", " .str[-1]\n", ")\n", "\n", "# =========================\n", "# Get WAV filenames\n", "# =========================\n", "wav_files = list(WAV_DIR.rglob(\"*.wav\"))\n", "\n", "wav_ids = set([f.stem.split(\"_\")[-1] for f in wav_files])\n", "\n", "# =========================\n", "# Intersection = female wavs\n", "# =========================\n", "female_wavs = wav_ids.intersection(female_ids)\n", "\n", "print(\"Total WAV files:\", len(wav_files))\n", "print(\"Female WAV files:\", len(female_wavs))" ] }, { "cell_type": "code", "execution_count": null, "id": "618df7c9-8048-4328-b5ca-d268e1633e75", "metadata": {}, "outputs": [], "source": [ "from pathlib import Path\n", "from pydub import AudioSegment\n", "from tqdm import tqdm\n", "\n", "# =========================\n", "# Paths\n", "# =========================\n", "DATA_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn\") # MP3 root\n", "OUTPUT_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_converted\") # WAV root\n", "\n", "OUTPUT_DIR.mkdir(parents=True, exist_ok=True)\n", "\n", "# =========================\n", "# Find all MP3 files\n", "# =========================\n", "mp3_files = list(DATA_DIR.rglob(\"*.mp3\"))\n", "\n", "print(\"Total MP3 files found:\", len(mp3_files))\n", "\n", "converted = 0\n", "skipped = 0\n", "\n", "# =========================\n", "# Resume conversion\n", "# =========================\n", "for mp3_path in tqdm(mp3_files):\n", "\n", " wav_path = OUTPUT_DIR / mp3_path.relative_to(DATA_DIR).with_suffix(\".wav\")\n", "\n", " # Skip if already converted\n", " if wav_path.exists():\n", " skipped += 1\n", " continue\n", "\n", " wav_path.parent.mkdir(parents=True, exist_ok=True)\n", "\n", " try:\n", " audio = AudioSegment.from_mp3(mp3_path)\n", " audio.export(wav_path, format=\"wav\")\n", " converted += 1\n", " except Exception as e:\n", " print(\"Error:\", mp3_path)\n", "\n", "print(\"\\n✅ Resume Conversion Finished\")\n", "print(\"Newly Converted:\", converted)\n", "print(\"Already Existing:\", skipped)\n", "print(\"Total WAV Now:\", len(list(OUTPUT_DIR.rglob('*.wav'))))" ] }, { "cell_type": "code", "execution_count": 38, "id": "dce5ca16-f509-495c-a1dd-de9472fb616c", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Total female metadata rows: 2931\n", "Total WAV files: 14153\n", "Female WAV files: 382\n" ] } ], "source": [ "import pandas as pd\n", "from pathlib import Path\n", "\n", "# =========================\n", "# Paths\n", "# =========================\n", "CV_ROOT = Path(\"/workspace/Common_voice_22_1\")\n", "WAV_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_converted\")\n", "\n", "# =========================\n", "# Load TSV metadata\n", "# =========================\n", "train = pd.read_csv(CV_ROOT / \"transcript/bn/train.tsv\", sep=\"\\t\")\n", "dev = pd.read_csv(CV_ROOT / \"transcript/bn/dev.tsv\", sep=\"\\t\")\n", "test = pd.read_csv(CV_ROOT / \"transcript/bn/test.tsv\", sep=\"\\t\")\n", "\n", "df = pd.concat([train, dev, test], ignore_index=True)\n", "\n", "# =========================\n", "# Filter female rows\n", "# =========================\n", "female_df = df[df[\"gender\"] == \"female_feminine\"].copy()\n", "\n", "print(\"Total female metadata rows:\", len(female_df))\n", "\n", "# =========================\n", "# Extract numeric IDs from TSV paths\n", "# =========================\n", "female_ids = set(\n", " female_df[\"path\"]\n", " .str.replace(\".mp3\", \"\", regex=False)\n", " .str.split(\"_\")\n", " .str[-1]\n", ")\n", "\n", "# =========================\n", "# Get WAV filenames\n", "# =========================\n", "wav_files = list(WAV_DIR.rglob(\"*.wav\"))\n", "\n", "wav_ids = set([f.stem.split(\"_\")[-1] for f in wav_files])\n", "\n", "# =========================\n", "# Intersection = female wavs\n", "# =========================\n", "female_wavs = wav_ids.intersection(female_ids)\n", "\n", "print(\"Total WAV files:\", len(wav_files))\n", "print(\"Female WAV files:\", len(female_wavs))" ] }, { "cell_type": "code", "execution_count": 39, "id": "ed467dce-ad9d-445a-ae68-139c5da3c001", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "ffmpeg version 6.1.1-3ubuntu5 Copyright (c) 2000-2023 the FFmpeg developers\n" ] } ], "source": [ "import subprocess, shlex\n", "print(subprocess.run(shlex.split(\"ffmpeg -version\"), capture_output=True, text=True).stdout.splitlines()[0])" ] }, { "cell_type": "code", "execution_count": 40, "id": "7e6c3797-abb2-4ff4-8ce3-86178db8fcd4", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Total MP3: 40278\n", "Using workers: 16\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "FAST converting: 100%|██████████| 40278/40278 [06:01<00:00, 111.44it/s] \n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "✅ Done\n", "Converted now: 26126\n", "Skipped (already existed): 14152\n", "Failed: 0\n", "Total WAV in folder: 40278\n" ] } ], "source": [ "from pathlib import Path\n", "import os, subprocess\n", "from concurrent.futures import ProcessPoolExecutor, as_completed\n", "from tqdm import tqdm\n", "\n", "DATA_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn\") # MP3 root\n", "OUTPUT_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_converted\") # WAV root\n", "OUTPUT_DIR.mkdir(parents=True, exist_ok=True)\n", "\n", "mp3_files = list(DATA_DIR.rglob(\"*.mp3\"))\n", "print(\"Total MP3:\", len(mp3_files))\n", "\n", "def mp3_to_wav_ffmpeg(mp3_path_str: str) -> str:\n", " mp3_path = Path(mp3_path_str)\n", " wav_path = OUTPUT_DIR / mp3_path.relative_to(DATA_DIR).with_suffix(\".wav\")\n", " wav_path.parent.mkdir(parents=True, exist_ok=True)\n", "\n", " # resume: skip if already exists and non-empty\n", " if wav_path.exists() and wav_path.stat().st_size > 1000:\n", " return \"skipped\"\n", "\n", " # fast, robust conversion\n", " cmd = [\n", " \"ffmpeg\", \"-hide_banner\", \"-loglevel\", \"error\", \"-nostdin\",\n", " \"-y\", \"-i\", str(mp3_path),\n", " \"-ac\", \"1\", # mono\n", " \"-ar\", \"16000\", # 16kHz\n", " \"-vn\", # no video\n", " str(wav_path),\n", " ]\n", " try:\n", " subprocess.run(cmd, check=True)\n", " return \"converted\"\n", " except subprocess.CalledProcessError:\n", " # if failed, remove broken output if created\n", " if wav_path.exists():\n", " try: wav_path.unlink()\n", " except: pass\n", " return \"failed\"\n", "\n", "# Tune workers:\n", "# - Start with min(16, cpu_count) usually good.\n", "# - Too many workers can slow down due to disk contention.\n", "max_workers = min(16, os.cpu_count() or 8)\n", "print(\"Using workers:\", max_workers)\n", "\n", "converted = skipped = failed = 0\n", "\n", "with ProcessPoolExecutor(max_workers=max_workers) as ex:\n", " futures = [ex.submit(mp3_to_wav_ffmpeg, str(p)) for p in mp3_files]\n", " for fut in tqdm(as_completed(futures), total=len(futures), desc=\"FAST converting\"):\n", " r = fut.result()\n", " if r == \"converted\":\n", " converted += 1\n", " elif r == \"skipped\":\n", " skipped += 1\n", " else:\n", " failed += 1\n", "\n", "print(\"\\n✅ Done\")\n", "print(\"Converted now:\", converted)\n", "print(\"Skipped (already existed):\", skipped)\n", "print(\"Failed:\", failed)\n", "\n", "# final WAV count\n", "wav_count = len(list(OUTPUT_DIR.rglob(\"*.wav\")))\n", "print(\"Total WAV in folder:\", wav_count)" ] }, { "cell_type": "code", "execution_count": 41, "id": "7c6c5915-babd-4cda-ae1e-352debd17400", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Female metadata rows: 2931\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "100%|██████████| 40278/40278 [02:29<00:00, 270.32it/s] " ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "✅ Female WAV extraction done\n", "Female WAV files copied: 2931\n", "Saved in: /workspace/Common_voice_22_1/audio/bn_wav_female\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "import pandas as pd\n", "from pathlib import Path\n", "import shutil\n", "from tqdm import tqdm\n", "\n", "# =========================\n", "# Paths\n", "# =========================\n", "CV_ROOT = Path(\"/workspace/Common_voice_22_1\")\n", "\n", "WAV_DIR = CV_ROOT / \"audio/bn_wav_converted\"\n", "FEMALE_DIR = CV_ROOT / \"audio/bn_wav_female\"\n", "\n", "FEMALE_DIR.mkdir(parents=True, exist_ok=True)\n", "\n", "# =========================\n", "# Load TSV metadata\n", "# =========================\n", "train = pd.read_csv(CV_ROOT / \"transcript/bn/train.tsv\", sep=\"\\t\")\n", "dev = pd.read_csv(CV_ROOT / \"transcript/bn/dev.tsv\", sep=\"\\t\")\n", "test = pd.read_csv(CV_ROOT / \"transcript/bn/test.tsv\", sep=\"\\t\")\n", "\n", "df = pd.concat([train, dev, test], ignore_index=True)\n", "\n", "# =========================\n", "# Filter female rows\n", "# =========================\n", "female_df = df[df[\"gender\"] == \"female_feminine\"].copy()\n", "\n", "print(\"Female metadata rows:\", len(female_df))\n", "\n", "# =========================\n", "# Extract numeric IDs\n", "# =========================\n", "female_ids = set(\n", " female_df[\"path\"]\n", " .str.replace(\".mp3\", \"\", regex=False)\n", " .str.split(\"_\")\n", " .str[-1]\n", ")\n", "\n", "# =========================\n", "# Copy female WAVs\n", "# =========================\n", "wav_files = list(WAV_DIR.rglob(\"*.wav\"))\n", "\n", "copied = 0\n", "\n", "for wav_path in tqdm(wav_files):\n", "\n", " wav_id = wav_path.stem.split(\"_\")[-1]\n", "\n", " if wav_id in female_ids:\n", " dest = FEMALE_DIR / wav_path.name\n", " shutil.copy2(wav_path, dest)\n", " copied += 1\n", "\n", "print(\"\\n✅ Female WAV extraction done\")\n", "print(\"Female WAV files copied:\", copied)\n", "print(\"Saved in:\", FEMALE_DIR)" ] }, { "cell_type": "code", "execution_count": 46, "id": "42a137e7-3075-497c-a274-c15fd721d1b8", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Indexed WAV files: 40278\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Copying 197 WAVs: 100%|██████████| 197/197 [00:08<00:00, 22.51it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "✅ Copy done\n", "Copied: 197\n", "Missing: 0\n", "OUT DIR wav count: 197\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "import pandas as pd\n", "from pathlib import Path\n", "import shutil\n", "from tqdm import tqdm\n", "\n", "CSV_PATH = Path(\"/workspace/Common_voice_22_1/target_speaker_samples.csv\")\n", "\n", "SRC_WAV_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_converted\") # has subfolders\n", "OUT_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_target_197\")\n", "\n", "OUT_DIR.mkdir(parents=True, exist_ok=True)\n", "\n", "df = pd.read_csv(CSV_PATH)\n", "target_wav_names = df[\"path\"].astype(str).str.replace(\".mp3\", \".wav\", regex=False).tolist()\n", "\n", "# ✅ index ALL wav files by filename (recursive)\n", "wav_index = {}\n", "for p in SRC_WAV_DIR.rglob(\"*.wav\"):\n", " wav_index[p.name] = p\n", "\n", "print(\"Indexed WAV files:\", len(wav_index))\n", "\n", "copied = 0\n", "missing = 0\n", "\n", "for wav_name in tqdm(target_wav_names, desc=\"Copying 197 WAVs\"):\n", " if wav_name not in wav_index:\n", " missing += 1\n", " continue\n", " src = wav_index[wav_name]\n", " dst = OUT_DIR / wav_name\n", " shutil.copy2(src, dst)\n", " copied += 1\n", "\n", "print(\"\\n✅ Copy done\")\n", "print(\"Copied:\", copied)\n", "print(\"Missing:\", missing)\n", "print(\"OUT DIR wav count:\", len(list(OUT_DIR.glob(\"*.wav\"))))" ] }, { "cell_type": "code", "execution_count": 47, "id": "1fac214b-2838-4735-88a8-3ea7ba9a6cf5", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Writing JSONL: 100%|██████████| 197/197 [00:00<00:00, 363.99it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "✅ JSONL saved: /workspace/Common_voice_22_1/target_speaker_197.jsonl\n", "Written: 197\n", "Missing: 0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "import pandas as pd\n", "import json\n", "from pathlib import Path\n", "from tqdm import tqdm\n", "\n", "CSV_PATH = Path(\"/workspace/Common_voice_22_1/target_speaker_samples.csv\")\n", "AUDIO_DIR = Path(\"/workspace/Common_voice_22_1/audio/bn_wav_target_197\")\n", "JSONL_OUT = Path(\"/workspace/Common_voice_22_1/target_speaker_197.jsonl\")\n", "\n", "df = pd.read_csv(CSV_PATH)\n", "\n", "written = 0\n", "missing = 0\n", "\n", "with open(JSONL_OUT, \"w\", encoding=\"utf-8\") as f:\n", " for _, row in tqdm(df.iterrows(), total=len(df), desc=\"Writing JSONL\"):\n", " wav_name = str(row[\"path\"]).replace(\".mp3\", \".wav\")\n", " wav_path = AUDIO_DIR / wav_name\n", "\n", " if not wav_path.exists():\n", " missing += 1\n", " continue\n", "\n", " f.write(json.dumps({\n", " \"audio\": str(wav_path.resolve()),\n", " \"text\": str(row[\"sentence\"]).strip()\n", " }, ensure_ascii=False) + \"\\n\")\n", " written += 1\n", "\n", "print(\"\\n✅ JSONL saved:\", JSONL_OUT)\n", "print(\"Written:\", written)\n", "print(\"Missing:\", missing)" ] }, { "cell_type": "code", "execution_count": 48, "id": "833d6cd1-8ecf-495c-bdd3-0cd479614683", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Dataset sizes:\n", "Menstrual: 5000\n", "OpenSLR: 1366\n", "CommonVoice: 197\n", "Total merged: 6563\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "100%|██████████| 6563/6563 [00:00<00:00, 108160.68it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "✅ Merged dataset saved at:\n", "/workspace/merged_voxcpm_dataset.jsonl\n", "Total samples: 6563\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "import json\n", "from pathlib import Path\n", "from tqdm import tqdm\n", "\n", "# =========================\n", "# Input JSON files\n", "# =========================\n", "JSON_1 = Path(\"/workspace/Menstrual_health_Newone/metadata.jsonl\")\n", "JSON_2 = Path(\"/workspace/data/openslr37/openslr37/openslr37/metadata.jsonl\")\n", "JSON_3 = Path(\"/workspace/Common_voice_22_1/target_speaker_197.jsonl\")\n", "\n", "OUT_JSON = Path(\"/workspace/merged_voxcpm_dataset.jsonl\")\n", "\n", "# =========================\n", "# Merge function\n", "# =========================\n", "def read_jsonl(path):\n", " items = []\n", " with open(path, \"r\", encoding=\"utf-8\") as f:\n", " for line in f:\n", " items.append(json.loads(line))\n", " return items\n", "\n", "\n", "data = []\n", "data += read_jsonl(JSON_1)\n", "data += read_jsonl(JSON_2)\n", "data += read_jsonl(JSON_3)\n", "\n", "print(\"Dataset sizes:\")\n", "print(\"Menstrual:\", len(read_jsonl(JSON_1)))\n", "print(\"OpenSLR:\", len(read_jsonl(JSON_2)))\n", "print(\"CommonVoice:\", len(read_jsonl(JSON_3)))\n", "print(\"Total merged:\", len(data))\n", "\n", "# =========================\n", "# Write merged JSONL\n", "# =========================\n", "with open(OUT_JSON, \"w\", encoding=\"utf-8\") as f:\n", " for item in tqdm(data):\n", " f.write(json.dumps(item, ensure_ascii=False) + \"\\n\")\n", "\n", "print(\"\\n✅ Merged dataset saved at:\")\n", "print(OUT_JSON)\n", "print(\"Total samples:\", len(data))" ] }, { "cell_type": "code", "execution_count": 49, "id": "b8d849fc-a637-4f80-96bf-1289b8f32b9f", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Checking sample rates: 6563it [01:55, 56.59it/s] " ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "Sample rate distribution:\n", "Counter({16000: 6563})\n", "Total checked: 6563\n", "Missing files: 0\n", "Unreadable/unsupported by soundfile: 0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "import json\n", "from pathlib import Path\n", "from collections import Counter\n", "import soundfile as sf\n", "from tqdm import tqdm\n", "\n", "MERGED_JSONL = Path(\"/workspace/merged_voxcpm_dataset.jsonl\")\n", "\n", "# Roots for resolving relative paths\n", "ROOTS = [\n", " Path(\"/workspace/Menstrual_health_Newone\"),\n", " Path(\"/workspace/data/openslr37/openslr37/openslr37\"),\n", " Path(\"/workspace/Common_voice_22_1\"),\n", "]\n", "\n", "def resolve_audio_path(p: str) -> Path:\n", " pth = Path(p)\n", " if pth.is_absolute():\n", " return pth\n", " # try relative to known dataset roots\n", " for r in ROOTS:\n", " cand = (r / pth)\n", " if cand.exists():\n", " return cand\n", " return pth # fallback (may not exist)\n", "\n", "rates = []\n", "missing = 0\n", "bad_format = 0\n", "\n", "with open(MERGED_JSONL, \"r\", encoding=\"utf-8\") as f:\n", " for line in tqdm(f, desc=\"Checking sample rates\"):\n", " item = json.loads(line)\n", " if \"audio\" not in item:\n", " continue\n", "\n", " wav_path = resolve_audio_path(item[\"audio\"])\n", "\n", " if not wav_path.exists():\n", " missing += 1\n", " continue\n", "\n", " try:\n", " info = sf.info(str(wav_path))\n", " rates.append(info.samplerate)\n", " except Exception:\n", " bad_format += 1 # e.g., mp3 or corrupted\n", " continue\n", "\n", "print(\"\\nSample rate distribution:\")\n", "print(Counter(rates))\n", "print(\"Total checked:\", len(rates))\n", "print(\"Missing files:\", missing)\n", "print(\"Unreadable/unsupported by soundfile:\", bad_format)" ] }, { "cell_type": "code", "execution_count": 51, "id": "04a02ff7-d0a5-4a97-ace2-8a31ae603033", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting soxr\n", " Using cached soxr-1.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.6 kB)\n", "Requirement already satisfied: numpy in /usr/local/lib/python3.12/dist-packages (from soxr) (2.1.2)\n", "Using cached soxr-1.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (238 kB)\n", "Installing collected packages: soxr\n", "Successfully installed soxr-1.0.0\n" ] } ], "source": [ "!pip install soxr" ] }, { "cell_type": "code", "execution_count": 52, "id": "57a67e50-85a7-46ab-9688-2daaa5b30113", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Resampling to 16kHz: 100%|██████████| 6563/6563 [01:36<00:00, 68.19it/s] " ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "✅ Resampling done\n", "Resampled: 0\n", "Already 16k: 6563\n", "Missing: 0\n", "Failed: 0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "import json\n", "from pathlib import Path\n", "import soundfile as sf\n", "import soxr\n", "from tqdm import tqdm\n", "\n", "TARGET_SR = 16000\n", "MERGED_JSONL = Path(\"/workspace/merged_voxcpm_dataset.jsonl\")\n", "\n", "ROOTS = [\n", " Path(\"/workspace/Menstrual_health_Newone\"),\n", " Path(\"/workspace/data/openslr37/openslr37/openslr37\"),\n", " Path(\"/workspace/Common_voice_22_1\"),\n", "]\n", "\n", "def resolve_audio_path(p: str) -> Path:\n", " pth = Path(p)\n", " if pth.is_absolute():\n", " return pth\n", " for r in ROOTS:\n", " cand = (r / pth)\n", " if cand.exists():\n", " return cand\n", " return pth\n", "\n", "resampled = 0\n", "skipped_16k = 0\n", "missing = 0\n", "failed = 0\n", "\n", "with open(MERGED_JSONL, \"r\", encoding=\"utf-8\") as f:\n", " items = [json.loads(line) for line in f]\n", "\n", "for item in tqdm(items, desc=\"Resampling to 16kHz\"):\n", " if \"audio\" not in item:\n", " continue\n", "\n", " wav_path = resolve_audio_path(item[\"audio\"])\n", "\n", " if not wav_path.exists():\n", " missing += 1\n", " continue\n", "\n", " try:\n", " info = sf.info(str(wav_path))\n", " except Exception:\n", " failed += 1\n", " continue\n", "\n", " if info.samplerate == TARGET_SR:\n", " skipped_16k += 1\n", " continue\n", "\n", " try:\n", " audio, sr = sf.read(str(wav_path), dtype=\"float32\", always_2d=False)\n", "\n", " # force mono\n", " if hasattr(audio, \"ndim\") and audio.ndim > 1:\n", " audio = audio.mean(axis=1)\n", "\n", " audio_16k = soxr.resample(audio, sr, TARGET_SR, quality=\"HQ\")\n", "\n", " # overwrite same file\n", " sf.write(str(wav_path), audio_16k, TARGET_SR)\n", " resampled += 1\n", "\n", " except Exception:\n", " failed += 1\n", "\n", "print(\"\\n✅ Resampling done\")\n", "print(\"Resampled:\", resampled)\n", "print(\"Already 16k:\", skipped_16k)\n", "print(\"Missing:\", missing)\n", "print(\"Failed:\", failed)" ] }, { "cell_type": "code", "execution_count": 4, "id": "9934ada1-9df5-421c-8046-8455336211ae", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Requirement already satisfied: soundfile in /usr/local/lib/python3.12/dist-packages (0.13.1)\n", "Collecting tqdm\n", " Using cached tqdm-4.67.3-py3-none-any.whl.metadata (57 kB)\n", "Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.12/dist-packages (from soundfile) (2.0.0)\n", "Requirement already satisfied: numpy in /usr/local/lib/python3.12/dist-packages (from soundfile) (2.1.2)\n", "Requirement already satisfied: pycparser in /usr/local/lib/python3.12/dist-packages (from cffi>=1.0->soundfile) (2.23)\n", "Using cached tqdm-4.67.3-py3-none-any.whl (78 kB)\n", "Installing collected packages: tqdm\n", "Successfully installed tqdm-4.67.3\n" ] } ], "source": [ "!pip install soundfile tqdm" ] }, { "cell_type": "code", "execution_count": 5, "id": "91be4f28-54c0-45e9-89d6-15a9c4892c0a", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Verifying 16kHz: 6563it [01:39, 66.01it/s] " ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "Verification results:\n", "Not 16kHz: 0\n", "Missing: 0\n", "Unreadable/unsupported: 0\n", "✅ All readable files are 16kHz\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "import json\n", "from pathlib import Path\n", "import soundfile as sf\n", "from tqdm import tqdm\n", "\n", "TARGET_SR = 16000\n", "MERGED_JSONL = Path(\"/workspace/merged_voxcpm_dataset.jsonl\")\n", "\n", "ROOTS = [\n", " Path(\"/workspace/Menstrual_health_Newone\"),\n", " Path(\"/workspace/data/openslr37/openslr37/openslr37\"),\n", " Path(\"/workspace/Common_voice_22_1\"),\n", "]\n", "\n", "def resolve_audio_path(p: str) -> Path:\n", " pth = Path(p)\n", " if pth.is_absolute():\n", " return pth\n", " for r in ROOTS:\n", " cand = (r / pth)\n", " if cand.exists():\n", " return cand\n", " return pth\n", "\n", "bad = 0\n", "missing = 0\n", "unreadable = 0\n", "\n", "with open(MERGED_JSONL, \"r\", encoding=\"utf-8\") as f:\n", " for line in tqdm(f, desc=\"Verifying 16kHz\"):\n", " item = json.loads(line)\n", " if \"audio\" not in item:\n", " continue\n", " wav_path = resolve_audio_path(item[\"audio\"])\n", " if not wav_path.exists():\n", " missing += 1\n", " continue\n", " try:\n", " if sf.info(str(wav_path)).samplerate != TARGET_SR:\n", " bad += 1\n", " except Exception:\n", " unreadable += 1\n", "\n", "print(\"\\nVerification results:\")\n", "print(\"Not 16kHz:\", bad)\n", "print(\"Missing:\", missing)\n", "print(\"Unreadable/unsupported:\", unreadable)\n", "\n", "assert bad == 0, f\"{bad} files are not 16kHz\"\n", "print(\"✅ All readable files are 16kHz\")" ] }, { "cell_type": "code", "execution_count": 1, "id": "3ede91ff-1956-4a68-aba2-321fc84197e2", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "✅ Config saved: VoxCPM/conf/voxcpm_v0.5/merged_lora_32bs_65k.yaml\n", "Checkpoint folder: /workspace/checkpoints/voxcpm_merged_65k\n" ] } ], "source": [ "import yaml\n", "from pathlib import Path\n", "\n", "# ✅ IMPORTANT: Set correct pretrained folder (NOT config.json file)\n", "MODEL_DIR = \"/workspace/VoxCPM-0.5B\"\n", "JSONL_PATH = \"/workspace/merged_voxcpm_dataset.jsonl\"\n", "\n", "CONFIG_PATH = Path(\"VoxCPM/conf/voxcpm_v0.5/merged_lora_32bs_65k.yaml\")\n", "CONFIG_PATH.parent.mkdir(parents=True, exist_ok=True)\n", "\n", "CHECKPOINT_ROOT = \"/workspace/checkpoints/voxcpm_merged_65k\"\n", "\n", "config = {\n", " \"pretrained_path\": MODEL_DIR, # ← MUST BE FOLDER\n", " \"train_manifest\": JSONL_PATH,\n", " \"val_manifest\": \"\",\n", "\n", " \"sample_rate\": 16000,\n", "\n", " \"batch_size\": 32,\n", " \"grad_accum_steps\": 1,\n", " \"num_workers\": 8,\n", "\n", " \"num_iters\": 65000,\n", " \"max_steps\": 65000,\n", "\n", " \"log_interval\": 50,\n", " \"valid_interval\": 5000,\n", " \"save_interval\": 2000,\n", "\n", " \"learning_rate\": 1e-4,\n", " \"weight_decay\": 0.01,\n", " \"warmup_steps\": 1500,\n", "\n", " \"max_batch_tokens\": 16384,\n", " \"dtype\": \"bf16\",\n", "\n", " \"save_path\": CHECKPOINT_ROOT,\n", " \"tensorboard\": f\"{CHECKPOINT_ROOT}/tensorboard\",\n", "\n", " \"lambdas\": {\n", " \"loss/diff\": 1.0,\n", " \"loss/stop\": 1.0\n", " },\n", "\n", " \"lora\": {\n", " \"enable_lm\": True,\n", " \"enable_dit\": True,\n", " \"enable_proj\": False,\n", " \"r\": 32,\n", " \"alpha\": 16,\n", " \"dropout\": 0.0,\n", " \"target_modules_lm\": [\"q_proj\", \"v_proj\", \"k_proj\", \"o_proj\"],\n", " \"target_modules_dit\": [\"q_proj\", \"v_proj\", \"k_proj\", \"o_proj\"],\n", " }\n", "}\n", "\n", "with open(CONFIG_PATH, \"w\") as f:\n", " yaml.safe_dump(config, f, sort_keys=False)\n", "\n", "print(\"✅ Config saved:\", CONFIG_PATH)\n", "print(\"Checkpoint folder:\", CHECKPOINT_ROOT)" ] }, { "cell_type": "code", "execution_count": 2, "id": "897def40-b950-460b-bc06-152aefd4a823", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting argbind\n", " Using cached argbind-0.3.9-py2.py3-none-any.whl\n", "Collecting tensorboardX\n", " Using cached tensorboardx-2.6.4-py3-none-any.whl.metadata (6.2 kB)\n", "Collecting transformers\n", " Using cached transformers-5.2.0-py3-none-any.whl.metadata (32 kB)\n", "Collecting einops\n", " Using cached einops-0.8.2-py3-none-any.whl.metadata (13 kB)\n", "Collecting pydantic\n", " Using cached pydantic-2.12.5-py3-none-any.whl.metadata (90 kB)\n", "Collecting datasets\n", " Using cached datasets-4.6.0-py3-none-any.whl.metadata (19 kB)\n", "Requirement already satisfied: pyyaml in /usr/local/lib/python3.12/dist-packages (from argbind) (6.0.3)\n", "Collecting docstring-parser (from argbind)\n", " Using cached docstring_parser-0.17.0-py3-none-any.whl.metadata (3.5 kB)\n", "Requirement already satisfied: numpy in /usr/local/lib/python3.12/dist-packages (from tensorboardX) (2.1.2)\n", "Requirement already satisfied: packaging in /usr/local/lib/python3.12/dist-packages (from tensorboardX) (25.0)\n", "Collecting protobuf>=3.20 (from tensorboardX)\n", " Using cached protobuf-6.33.5-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes)\n", "Collecting huggingface-hub<2.0,>=1.3.0 (from transformers)\n", " Using cached huggingface_hub-1.4.1-py3-none-any.whl.metadata (13 kB)\n", "Collecting regex!=2019.12.17 (from transformers)\n", " Using cached regex-2026.2.19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB)\n", "Collecting tokenizers<=0.23.0,>=0.22.0 (from transformers)\n", " Using cached tokenizers-0.22.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB)\n", "Collecting typer-slim (from transformers)\n", " Using cached typer_slim-0.24.0-py3-none-any.whl.metadata (4.2 kB)\n", "Collecting safetensors>=0.4.3 (from transformers)\n", " Using cached safetensors-0.7.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)\n", "Collecting tqdm>=4.27 (from transformers)\n", " Using cached tqdm-4.67.3-py3-none-any.whl.metadata (57 kB)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=1.3.0->transformers) (3.20.0)\n", "Requirement already satisfied: fsspec>=2023.5.0 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=1.3.0->transformers) (2024.6.1)\n", "Collecting hf-xet<2.0.0,>=1.2.0 (from huggingface-hub<2.0,>=1.3.0->transformers)\n", " Using cached hf_xet-1.3.1-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (4.9 kB)\n", "Requirement already satisfied: httpx<1,>=0.23.0 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=1.3.0->transformers) (0.28.1)\n", "Collecting shellingham (from huggingface-hub<2.0,>=1.3.0->transformers)\n", " Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)\n", "Requirement already satisfied: typing-extensions>=4.1.0 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub<2.0,>=1.3.0->transformers) (4.15.0)\n", "Requirement already satisfied: anyio in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.3.0->transformers) (4.11.0)\n", "Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.3.0->transformers) (2025.10.5)\n", "Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.3.0->transformers) (1.0.9)\n", "Requirement already satisfied: idna in /usr/local/lib/python3.12/dist-packages (from httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.3.0->transformers) (3.10)\n", "Requirement already satisfied: h11>=0.16 in /usr/local/lib/python3.12/dist-packages (from httpcore==1.*->httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.3.0->transformers) (0.16.0)\n", "Collecting annotated-types>=0.6.0 (from pydantic)\n", " Using cached annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)\n", "Collecting pydantic-core==2.41.5 (from pydantic)\n", " Using cached pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB)\n", "Collecting typing-inspection>=0.4.2 (from pydantic)\n", " Using cached typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)\n", "Collecting pyarrow>=21.0.0 (from datasets)\n", " Using cached pyarrow-23.0.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.1 kB)\n", "Collecting dill<0.4.1,>=0.3.0 (from datasets)\n", " Using cached dill-0.4.0-py3-none-any.whl.metadata (10 kB)\n", "Collecting pandas (from datasets)\n", " Using cached pandas-3.0.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (79 kB)\n", "Requirement already satisfied: requests>=2.32.2 in /usr/local/lib/python3.12/dist-packages (from datasets) (2.32.5)\n", "Collecting xxhash (from datasets)\n", " Using cached xxhash-3.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB)\n", "Collecting multiprocess<0.70.19 (from datasets)\n", " Using cached multiprocess-0.70.18-py312-none-any.whl.metadata (7.5 kB)\n", "Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB)\n", "Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB)\n", "Collecting aiosignal>=1.4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB)\n", "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets) (25.4.0)\n", "Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (20 kB)\n", "Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB)\n", "Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB)\n", "Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2026.2.0,>=2023.1.0->datasets)\n", " Using cached yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (75 kB)\n", "Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from requests>=2.32.2->datasets) (3.4.3)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.12/dist-packages (from requests>=2.32.2->datasets) (2.5.0)\n", "Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.12/dist-packages (from anyio->httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.3.0->transformers) (1.3.1)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2.9.0.post0)\n", "Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.16.0)\n", "Collecting typer>=0.24.0 (from typer-slim->transformers)\n", " Using cached typer-0.24.1-py3-none-any.whl.metadata (16 kB)\n", "Collecting click>=8.2.1 (from typer>=0.24.0->typer-slim->transformers)\n", " Using cached click-8.3.1-py3-none-any.whl.metadata (2.6 kB)\n", "Collecting rich>=12.3.0 (from typer>=0.24.0->typer-slim->transformers)\n", " Using cached rich-14.3.3-py3-none-any.whl.metadata (18 kB)\n", "Collecting annotated-doc>=0.0.2 (from typer>=0.24.0->typer-slim->transformers)\n", " Using cached annotated_doc-0.0.4-py3-none-any.whl.metadata (6.6 kB)\n", "Collecting markdown-it-py>=2.2.0 (from rich>=12.3.0->typer>=0.24.0->typer-slim->transformers)\n", " Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)\n", "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.12/dist-packages (from rich>=12.3.0->typer>=0.24.0->typer-slim->transformers) (2.19.2)\n", "Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=12.3.0->typer>=0.24.0->typer-slim->transformers)\n", " Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)\n", "Using cached tensorboardx-2.6.4-py3-none-any.whl (87 kB)\n", "Using cached transformers-5.2.0-py3-none-any.whl (10.4 MB)\n", "Using cached huggingface_hub-1.4.1-py3-none-any.whl (553 kB)\n", "Using cached hf_xet-1.3.1-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB)\n", "Using cached tokenizers-0.22.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)\n", "Using cached einops-0.8.2-py3-none-any.whl (65 kB)\n", "Using cached pydantic-2.12.5-py3-none-any.whl (463 kB)\n", "Using cached pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)\n", "Using cached datasets-4.6.0-py3-none-any.whl (520 kB)\n", "Using cached dill-0.4.0-py3-none-any.whl (119 kB)\n", "Using cached multiprocess-0.70.18-py312-none-any.whl (150 kB)\n", "Using cached aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.8 MB)\n", "Using cached multidict-6.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (256 kB)\n", "Using cached yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (377 kB)\n", "Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB)\n", "Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB)\n", "Using cached annotated_types-0.7.0-py3-none-any.whl (13 kB)\n", "Using cached frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (242 kB)\n", "Using cached propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (221 kB)\n", "Using cached protobuf-6.33.5-cp39-abi3-manylinux2014_x86_64.whl (323 kB)\n", "Using cached pyarrow-23.0.1-cp312-cp312-manylinux_2_28_x86_64.whl (47.6 MB)\n", "Using cached regex-2026.2.19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (803 kB)\n", "Using cached safetensors-0.7.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (507 kB)\n", "Using cached tqdm-4.67.3-py3-none-any.whl (78 kB)\n", "Using cached typing_inspection-0.4.2-py3-none-any.whl (14 kB)\n", "Using cached docstring_parser-0.17.0-py3-none-any.whl (36 kB)\n", "Using cached pandas-3.0.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.9 MB)\n", "Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)\n", "Using cached typer_slim-0.24.0-py3-none-any.whl (3.4 kB)\n", "Using cached typer-0.24.1-py3-none-any.whl (56 kB)\n", "Using cached annotated_doc-0.0.4-py3-none-any.whl (5.3 kB)\n", "Using cached click-8.3.1-py3-none-any.whl (108 kB)\n", "Using cached rich-14.3.3-py3-none-any.whl (310 kB)\n", "Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)\n", "Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)\n", "Using cached xxhash-3.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (193 kB)\n", "Installing collected packages: xxhash, typing-inspection, tqdm, shellingham, safetensors, regex, pydantic-core, pyarrow, protobuf, propcache, multidict, mdurl, hf-xet, frozenlist, einops, docstring-parser, dill, click, annotated-types, annotated-doc, aiohappyeyeballs, yarl, tensorboardX, pydantic, pandas, multiprocess, markdown-it-py, argbind, aiosignal, rich, aiohttp, typer, typer-slim, huggingface-hub, tokenizers, datasets, transformers\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m37/37\u001b[0m [transformers][0m [transformers]ub]\n", "\u001b[1A\u001b[2KSuccessfully installed aiohappyeyeballs-2.6.1 aiohttp-3.13.3 aiosignal-1.4.0 annotated-doc-0.0.4 annotated-types-0.7.0 argbind-0.3.9 click-8.3.1 datasets-4.6.0 dill-0.4.0 docstring-parser-0.17.0 einops-0.8.2 frozenlist-1.8.0 hf-xet-1.3.1 huggingface-hub-1.4.1 markdown-it-py-4.0.0 mdurl-0.1.2 multidict-6.7.1 multiprocess-0.70.18 pandas-3.0.1 propcache-0.4.1 protobuf-6.33.5 pyarrow-23.0.1 pydantic-2.12.5 pydantic-core-2.41.5 regex-2026.2.19 rich-14.3.3 safetensors-0.7.0 shellingham-1.5.4 tensorboardX-2.6.4 tokenizers-0.22.2 tqdm-4.67.3 transformers-5.2.0 typer-0.24.1 typer-slim-0.24.0 typing-inspection-0.4.2 xxhash-3.6.0 yarl-1.22.0\n" ] } ], "source": [ "!pip install argbind tensorboardX transformers einops pydantic datasets" ] }, { "cell_type": "code", "execution_count": 3, "id": "5167780e-4296-472b-9c02-728ef700824a", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting torchcodec==0.7.0\n", " Using cached torchcodec-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.4 kB)\n", "Using cached torchcodec-0.7.0-cp312-cp312-manylinux_2_28_x86_64.whl (1.4 MB)\n", "Installing collected packages: torchcodec\n", "Successfully installed torchcodec-0.7.0\n" ] } ], "source": [ "!pip install torchcodec==0.7.0" ] }, { "cell_type": "code", "execution_count": 4, "id": "d307f38c-8e26-4e41-829b-83ed5f781450", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "True\n", "0\n", "NVIDIA RTX PRO 6000 Blackwell Server Edition\n" ] } ], "source": [ "import torch\n", "print(torch.cuda.is_available()) # Should return True if GPU is available\n", "print(torch.cuda.current_device()) # Shows the current device id\n", "print(torch.cuda.get_device_name(torch.cuda.current_device())) # Prints the name of the GPU" ] }, { "cell_type": "code", "execution_count": null, "id": "c1b61f2f-f6ce-4f18-9ebd-e187bea78f21", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "/usr/local/lib/python3.12/dist-packages/torch/nn/utils/weight_norm.py:144: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`.\n", " WeightNorm.apply(module, name, dim)\n", "Running on device: cuda, dtype: bfloat16\n", "Loading model from pytorch_model.bin: /workspace/VoxCPM-0.5B/pytorch_model.bin\n" ] } ], "source": [ "!python VoxCPM/scripts/train_voxcpm_finetune.py \\\n", " --config_path VoxCPM/conf/voxcpm_v0.5/merged_lora_32bs_65k.yaml" ] }, { "cell_type": "code", "execution_count": null, "id": "1aa4856a-0f75-4b9f-b014-a616bfc8c5a8", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "5869457c-56db-4b6a-be39-4ccebd7aaa0b", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.10" } }, "nbformat": 4, "nbformat_minor": 5 }