This document describes a proposed system to analyze audio files and detect potential threats by performing speech recognition and sentiment analysis. The system would have three main steps: 1) Convert speech to text using machine learning algorithms like recurrent neural networks, 2) Perform sentiment analysis on the text using natural language processing techniques like naïve Bayes classification to determine if the text is positive, negative, or neutral, 3) Calculate an overall threat percentage and issue a warning if it exceeds a threshold. The goal is to automate audio surveillance and analysis to reduce time and human error compared to manual processes. Artificial neural networks would be used for both speech recognition and sentiment classification.