Implementasi dan Analisis Kinerja Komputasi Paralel Menggunakan Ray pada Lingkungan Multi-Core untuk Pemrosesan Audio
Home Research Details
Phie Chyan, Sean Coonery Sumarta

Implementasi dan Analisis Kinerja Komputasi Paralel Menggunakan Ray pada Lingkungan Multi-Core untuk Pemrosesan Audio

0.0 (0 ratings)

Introduction

Implementasi dan analisis kinerja komputasi paralel menggunakan ray pada lingkungan multi-core untuk pemrosesan audio. Pelajari implementasi dan analisis kinerja komputasi paralel menggunakan Ray pada lingkungan multi-core untuk ekstraksi fitur audio. Raih efisiensi pemrosesan data audio dengan solusi praktis ini.

0
1 views

Abstract

Parallel computing has become an effective approach to improving data processing efficiency, particularly for CPU-bound applications. This study aims to implement parallel computing using the Ray framework for audio feature extraction in a multi-core single-node environment. The dataset consists of 1000 .wav audio files from the RAVDESS dataset, which are processed through feature extraction in the time, frequency, and time–frequency domains using the Librosa library. The extracted features include zero-crossing rate, spectral features, and Mel-Frequency Cepstral Coefficients (MFCC), which provide a comprehensive representation of audio signal characteristics. Each audio file is treated as an independent task and distributed across multiple workers for parallel processing. This approach allows data processing to be performed independently without inter-task dependencies. Experiments are conducted by varying the number of workers from 1 to 4 to observe their impact on execution time. The primary parameter observed is the total execution time required to complete the feature extraction process. The results show that the implementation of parallel computing reduces execution time compared to serial processing. However, the performance improvement is not strictly linear due to system overhead and hardware resource limitations. These findings indicate that a task parallelism approach using Ray can serve as a practical solution to improve audio data processing efficiency in resource-constrained environments without requiring complex distributed computing infrastructure.



Full Text

You need to be logged in to view the full text and Download file of this article - Implementasi dan Analisis Kinerja Komputasi Paralel Menggunakan Ray pada Lingkungan Multi-Core untuk Pemrosesan Audio from JURNAL RISET KOMPUTER (JURIKOM) .

Login to View Full Text And Download

Comments


You need to be logged in to post a comment.