aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/speech_recognition/tests/context.py
blob: a810010e9f35c359066f56929f8596fec9839585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
# SPDX-License-Identifier: MIT

import os
import sys

sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', '..', 'common'))
import utils as common_utils

sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
import audio_capture
import audio_utils
import preprocess