SlideShare a Scribd company logo
1 of 8
Download to read offline
TELKOMNIKA Telecommunication, Computing, Electronics and Control
Vol. 18, No. 5, October 2020, pp. 2439~2446
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v18i5.15665  2439
Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA
Automatic sound synthesis using the fly algorithm
Zainab A. Abbood1
, Imad S. Alshawi2
, Asaad A. Alhijaj3
, Franck P. Vidal4
1
Department of Pathological Analysis Science, College of Science, University of Basrah, Iraq
2,3
Department of Computer, College of Computer Science and Information Technology, University of Basrah, Iraq
4
School of Computer Science, Bangor University, UK
Article Info ABSTRACT
Article history:
Received Jan 31, 2020
Revised Apr 6, 2020
Accepted Apr 24, 2020
Our study is demonstrated a new type of evolutionary sound synthesis
method. This work based on the fly algorithm, a cooperative co-evolution
algorithm; it is derived from the Parisian evolution approach. The algorithm
has relatively amended the position of individuals (the Flies) represented
by 3-D points. The fly algorithm has successfully investigated in different
applications, starting with a real-time stereo vision for robotics. Also,
the algorithm shows promising results in tomography to reconstruct
3-D images. The final application of the fly algorithm was generating artistic
images, such as digital mosaics. In all these applications, the flies’
representation started for simple, 3-D points, to complex one, the structure of
9-elements. Our method follows evolutionary digital art with the fly
algorithm in representing the pattern of the flies. They represented in a way
of having their structure. This structure includes position, colour,
rotation angle, and size. Our algorithm has the benefit of graphics
processing units (GPUs) to generate the sound waveform using the modern
OpenGL shading language.
Keywords:
Cooperative co-evolution
Digital sound
Evolutionary algorithm
Fly algorithm
Parisian evolution
Waveform
This is an open access article under the CC BY-SA license.
Corresponding Author:
Imad S. Alshawi,
Department of Computer,
College of Computer Science and Information Technology,
University of Basrah, Iraq.
Email: emadalshawi@gmail.com
1. INTRODUCTION
Nowadays, computers are used to simulate different types of human functions in the form of digital
representation. For example, sound synthesizers are commonly run in the digital computer by implementing
a computer program that produces digital sound samples (waveform) [1]. The algorithm is designed to
emulate the target sound by tunning certain internal parameters [2]. These parameters are variable determined
by the user implementation according to the desired sound. The algorithms that generate sound are called
Sound synthesis techniques (SSTs). The classic SSTs implemented following a traditional mathematical
technique for emulating the internal parameters. The estimated parameters for designing a functional form of
SSTs are dependent problems relying on human skills. However, generating sounds is a remarkably difficult
task, it is slightly inharmonic and the partials process a certain stochastic low-amplitude, high-frequency
deviation [3].
Traditional sound synthesis needs comprehensive human experiences [4] and along with refinement,
processes to estimate the internal parameters. The motivation behind this research is to find an alternative
method to synthesis the target sound. Usually, techniques rely on tuning a large number of parameters, up to
200 or more in some cases, mathematically. However, the synthesizers show that they can non-linearly
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446
2440
respond to some parameters. This means any change of one parameter might be effected to another and small
changing on one parameter can cause a large change in the sound [5]. Currently, these parameters have been
automatically expressed through solving SST as an optimization problem using artificial evolution (AE) [1].
The first attempt to generate complex music sounds using the evolutionary paradigm described by
Dawkins,1986 [6].
In 1993, Horner et al. [7] presented a type of evolutionary method which is Genetic algorithms
(GAs) to estimate the internal parameter of FM synthesizers. When [8] proposed automatic digital
synthesizer circuits. The circuits are generated sounds comparable to a sampled (target) relying on a GA.
This algorithm initials the population of the elements (individuals) of the circuit and successively improves
these elements to get a better circuit for generating the target sound.
The next section demonstrates the previous works of sound synthesis. This section focuses on
the problems that close to our approach. Section 2 shows a general review of the “Parisian evolution"
strategy in specific the fly algorithm. Section 3 represents the adaptation of the fly algorithm into
evolutionary sound synthesis. However, the fly algorithm previously used for medical tomography
reconstruction, robotic and digital art generator applications. This section follows the result. Finally,
the remarkable conclusion gives in the last section.
2. EVOLUTIONARY SOUND SYNTHESIS
Sound synthesis has been active research for more than four decades. Several techniques for sound
synthesizers like additive synthesis, subtractive synthesis, frequency modulation, wavetable synthesis or
physical modeling [9]. Sound synthesis from the image has several implementations; one possible application
could be expressed using an artist to draw sound [10]. Bragand et al. [10] present a user interface to generate
sound from image relying on a Voronoi algorithm. Another approach, Photosounder [11] the authors apply
an inverse Fast Fourier transform (FFT) on the input image to generate sound after they examine the image as
a magnitude spectrogram. Sound synthesis implementations have manipulated using an evolutionary
algorithm (EA). In 2001, Garcia and his colleague applied genetic programming (GP) and perceptual distance
metrics for measuring the distance between the target and produced sounds [12].
The researchers in [13] enhance the FM synthesis model with some changes. They rely on more
waveforms than a sine wave, like a sawtooth wave. For synthesis, this paper uses GA with a fitness function
that weighted sum of two spectrum-comparison metrics. The crossover selection parameter has shown a
significant effect on the problem domain. Yong [14] follows Lai and his colleagues for sound synthesis using
GA. However, he depends on the DFM synthesis model with the same type of fitness function.
The implementation is done by MatLab to produce an output spectrum according to input (target) sound
spectrum file. Other researchers [15] have been used method which is cellular automata (CA). This technique
can be classified as one of a class of evolutionary algorithms for modeling dynamic systems that modify
several characteristics with time.
Our work follows the evolutionary sound paradigm. The sound synthesis solved by EA as an
optimization problem. In specific, our proposed method relies on the fly algorithm, which is a type of
cooperative co-evolution (CoCo) strategy [16]. In this research, we treat sound synthesis as image
reconstruction. The principles of our method follow the case of studying sound synthesis as a specific case of
the set cover problem by placing a group of tiles as a set on a square shape region to convergent a coloured
image [17]. Here sound synthesis falls under the subject of generating digital mosaic by fitting mosaic tiles
on a surface. Each tile needs setting up 9 elements (3 colour components, height, width, rotation angle, and
3-D position), the search space is complex which has 9_N dimensions. Such a problem is a difficult
optimization problem to solve. In this research, we propose to solve this problem using a type of cooperative
co-evolution algorithm (CCEA) called “Parisian evolution" [18]. The Parisian approach is differing from
classical EAs. For the solution of the optimization problem, the EAs are searching on the best one individual
as the solution. While the CCEA strategy looks on a set or subset of individuals of the population as a final
solution. This means that every individual is a part of the solution, and all individuals collaborating to build
the final solution [19].
3. OVERVIEW OF THE FLY ALGORITHM
For solving the sound reconstruction problem, we follow the main mechanics as in Parisian
evolution. Figure 1 shows the principles of the steady-state of the Parisian evolution algorithm [20].
This algorithm similar to classical EA, which contains the usual genetic operators of an EA: selection,
mutation, and recombination as well as the additional ingredients two types of fitness, as the following:
- Global fitness evaluated the whole population [21, 22].
TELKOMNIKA Telecommun Comput El Control 
Automatic sound synthesis using the fly algorithm (Zainab A. Abbood)
2441
- Local fitness evaluated the single contribution of the individual to the global solution.
Figure 1. Steady-state cooperative co-evolution strategy.
In Section 2, we mentioned that our work depended on the Parisian (Fly) strategy. The individuals in
this algorithm correspond to two types of structures. One corresponds to exceedingly simple primitives:
The flies [23] represent a 3-D position only. The other structure contains 9-elements as shown in Figure 2:
- The position is a vector of 3D coordinates (x, y, z), which is randomly generated between 0 and width -1,
0 and height 1, and 1 and -1 respectively (with width and height the number of pixels in the image along
the x- and y-axis). An example of an image generated by an initial population has shown in Figure 3.
- Colour represented by three components (r, g, b) which are red, green and blue respectively. The colour
elements are randomly generated between 0 and 1 for precise displaying various colours for each
individual.
- Rotation Angle is randomly produced to cover a complete angle between 0 and 360.
- The scaling factor dominates the size of the tile over the two-dimensional coordinate system through
the horizontal and vertical axis.
- Local fitness scales its marginal contribution against the global solution.
Figure 2. The fly data structure
Figure 3. Random initial population
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446
2442
The goal of our algorithm is to optimize the 9 elements of all individuals. The proposed method
aims to minimize the global fitness function. We depend on the sum of absolute error (SAE) which called
Manhattan distance too [24]. This scale assesses how is a good the population toward the reference sound.
𝑆𝐴𝐸(𝑅𝐶𝐼, 𝐼𝑁𝐼) = ∑ ∑ |𝐼𝑁𝐼(𝑖, 𝑗) − 𝑅𝐶𝐼(𝑖, 𝑗)|𝑗𝑖 (1)
The SAE is compared the reference image INI with the reconstructed image pop.
While assessing the performance of a single y, we use local fitness. This fitness knows “marginal
fitness", Fm(i) (see (2)). Our algorithm looks to improve the population performance by increasing the good
flies against the bad flies. The SAE metrics plus the leave-one-out cross-validation method are used to gauge
the degree of compatibility of Fly i to the reference image. We select a fly that has a good contribution to the
population and leaves out the bad one.
𝐹𝑚(𝑖) = 𝑆𝐴𝐸(𝑅𝐶𝐼 − {𝑖}, 𝐼𝑁𝐼) − 𝑆𝐴𝐸(𝑅𝐶𝐼, 𝐼𝑁𝐼) (2)
With RCI – {i} the image calculated with all individuals except Fly i. The sign of the value of Fm (i) referred
to as a different interpretation:
- sgn(Fm(i)) becomes less than 0 when the difference (error) is greater with Fly i. This means that the Fly i
is incompatible with the optimal solution for all the rest of individuals.
- sgn(Fm(i)) becomes greater than 0 when the difference (error) is less with Fly i. This means that the Fly i
is converged to the optimal solution.
- sgn(Fm(i)) becomes equal to 0 when the difference (error) is the same with Fly i. This means that the Fly i
is not valuable nor destructive.
As the algorithm processing going on as the bad flies decrease. For the selection stage, we use the Threshold
selection operator [25]. If Fm(i) ≤ 0, then Fly i can be left out; else it is a good candidate for reproduction.
For stopping criteria of the algorithm, we depend on the algorithm struggle to find bad flies to kill.
4. RESULTS
In this section, we design automated sound synthesis through the fly algorithm and perceptual
distance metrics to measure the distance between reference (ref) and generated (gen) sound. The previous
section shows this work relying on SAE matrices to quantify the error between the input and target sound.
For fast processing, we compute the SAE with the help of a graphics processing unit (GPU) using
the OpenGL shading language (GLSL) as shown in Figure 4.
Figure 4. Computation of the marginal fitness on GPU for two images using GLSL and OpenGL (in yellow
and green boxes respectively)
The gen sound is generated offline using a Frame Buffer Object (FBO). Sounds including ref and
gen are stored using 2-D OpenGL textures. The next step is that the pixel-wise absolute error between (ref)
and (gen) is computed after the texture is passed to a GLSL shader program. The process of summation is
completed on the GPU with the help of the OpenGL application of the reduction operator provided by Boost
Compute [26]. It efficiently supplies the SAE. Also, our method uses only an operator of mutation for
generating a good fly and replace with a bad fly during an iteration of the optimization technique. Crossover
operator excluded to ensure that produced recent fly partially modified from the good previous generation
TELKOMNIKA Telecommun Comput El Control 
Automatic sound synthesis using the fly algorithm (Zainab A. Abbood)
2443
fly. In other words, when we use crossover maybe two good flies producing a new fly in between are very
likely to be bad.
Our method is tested with parameters showing in Table 1 and Table 2, using 9 x number of flies-D
search space. In the first steps of the algorithm, the flies randomly generated using the square tiles as shown
in Figure 3. The mutation probability is fixed to 100 % due to the crossover is not suitable in our algorithm.
Our practical part of the algorithm processed automatically. However, the image (and its size) and
the number of individuals are selected by the user. To avoid slow down the whole process, the user balanced
the number of flies with image size for avoiding premature convergence. For realistic sound synthesis, our
algorithm replaces the square tiles with a stripe mask as shown in Figures 5 and 6. We use a twisted wave
sound editor for reading sound. The Mono sound system used in this research. A waveform sampled at 8000
Hz. Figure 7 shows an example of a reference sound which is used in this article.
Table 1. Parameters for the first testing
in the algorithm
Parameter Value
Image size 200 x 400
no. files 3500
no. generations 200000
probability of mutation (pm) 100%
probability of crossover 0.0%
Table 2. Parameters for the second testing
in the algorithm
Parameter Value
Image size 200 x 400
no. files 7500
no. generations 200000
probability of mutation (pm) 100%
probability of crossover 0.0%
Figure 5. Mask using stripline
Figure 6. Fitting stripe line on square tiles
The result gradually builds through the fly algorithm iteration as we mention started with
random stripe Flies. Then, this Fly reconstructs to reach to the target image. Results of Figures 8 and 9 rely
on Table 1 and Table 2 respectively. Figures 8 and 9 show how flies reconstruction gathering around
the reference image, as the algorithm executes as the shape getting sharper. The algorithm stops either
the error getting smaller between the reference and reconstructed image or the algorithm relying on stopping
conditions. However, the result of Figure 9 shows the converging of the reconstructed image with
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446
2444
the reference image more than the result of Figure 8. We conclude that as the number of Flies increases as
the realistic result you got in the end.
Figure 7. Reference image
(a) (b)
(c) (d)
(e) (f)
(g) (h)
Figure 8: Results of sound reconstruction using the fly algorithm depending on the parameters of Table 1
TELKOMNIKA Telecommun Comput El Control 
Automatic sound synthesis using the fly algorithm (Zainab A. Abbood)
2445
(a) (b)
(c) (d)
(e) (f)
(g) (h)
Figure 9. Results of sound reconstruction using the fly algorithm depending on the parameters of Table 2
5. CONCLUSION
The proposed method is tackled the problem in the field of Evolutionary sound. The method
addresses the problem as an image reconstructions algorithm. The algorithm depends on hybrid techniques
that inherited from AE, scientific computing and computer graphics (CG). The AE represents the fly
algorithm for reconstructing the sound template. For generating the sound data, real-time CG rendering and
graphics processing unit (GPU) are used to compute the fitness function. The algorithm uses stripe tiles to
create sound visual effects.
REFERENCES
[1] R. A. Garcia, "Automating the design of sound synthesis techniques using evolutionary methods," in COST G-6
Conference on Digital Audio Effects, Limerick, Ireland, 2001.
[2] Riionheimo, J., Välimäki, V. “Parameter Estimation of a Plucked String Synthesis Model Using a Genetic
Algorithm with Perceptual Fitness Calculation,” EURASIP J. Adv. Signal Process, vol. 2003, p. 758284, 2003.
https://doi.org/10.1155/S1110865703302100
[3] M. F. Caetano, J. Manzolli, and F. J. Von Zuben, "Interactive Control of Evolution Applied to Sound Synthesis," in
FLAIRS Conference, pp. 51-56, 2005.
[4] P. Dahlstedt, "Evolution in creative sound design," in Evolutionary computer music, ed: Springer, pp. 79-99, 2007.
[5] J. McDermott, N. J. Griffith, and M. O’Neill, "Evolutionary computation applied to sound synthesis," in The Art of
Artificial Evolution, ed: Springer, pp. 81-101, 2008.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446
2446
[6] R. Dawkins, “The blind watchmaker: Why the evidence of evolution reveals a universe without design.” WW
Norton & Company, 1996.
[7] A. Horner, J. Beauchamp, and L. J. C. M. J. Haken, "Machine tongues XVI: Genetic algorithms and their
application to FM matching synthesis," Computer Music Journal, vol. 17, pp. 17-29, 1993.
[8] K. Wehn, "Using ideas from natural selection to evolve synthesized sounds," in Proceedings of Digital Audio
Effects workshop, 1998.
[9] E. Miranda, “Computer sound design: synthesis techniques and programming,” Taylor & Francis, 2012.
[10] V. Bragard, T. Pellegrini, and J. Pinquier, "Pyc2Sound: a Python tool to convert images into sound," in
Proceedings of the Audio Mostly 2015 on Interaction with Sound, ed, 2015, pp. 1-4, 2015.
[11] L. K. Photosounder, “photosounder,” 2019. [Online]. Available: http://photosounder.com
[12] J. Manzolli, A. Maia Jr, J. Fornari, and F. J. N. R. Damiani, "A Method for Sound Synthesis Based on Genetic
Algorithms," Semantic Scholar, pp. 40-49, 2012.
[13] Y. Lai, S.-K. Jeng, D.-T. Liu, and Y.-C. Liu, "Automated optimization of parameters for FM sound synthesis with
genetic algorithms," in International Workshop on Computer Music and Audio Technology, p. 205, 2006.
[14] Y. S., "Automatic FM Synthesis Based on Genetic Algorithm," Music Technology, McGill University, 2007.
[15] J. Serquera and E. R. Miranda, "Evolutionary sound synthesis: rendering spectrograms from cellular automata
histograms," in European Conference on the Applications of Evolutionary Computation, pp. 381-390, 2010.
[16] J. Louchet, "Stereo analysis using individual evolution strategy," in Proceedings 15th International Conference on
Pattern Recognition. ICPR-2000, pp. 908-911. 2000.
[17] R. M. Karp, "Reducibility among combinatorial problems," in Complexity of computer computations, ed: Springer,
pp. 85-103, 1972.
[18] A. M. Boumaza and J. Louchet, "Dynamic flies: Using real-time Parisian evolution in robotics," in Workshops on
Applications of Evolutionary Computation, pp. 288-297, 2001.
[19] C. Vo, L. Panait, and S. Luke, "Cooperative coevolution and univariate estimation of distribution algorithms," in
Proceedings of the tenth ACM SIGEVO workshop on Foundations of genetic algorithms, pp. 141-150, 2009.
[20] F. P. Vidal, D. Lazaro-Ponthus, S. Legoupil, J. Louchet, É. Lutton, and J.-M. Rocchisani, "Artificial evolution
for 3D PET reconstruction," in International Conference on Artificial Evolution (Evolution Artificielle),
pp. 37-48. 2009.
[21] L. Panait, S. Luke, and J. F. Harrison, "Archive-based cooperative coevolutionary algorithms," in Proceedings of
the 8th annual conference on Genetic and evolutionary computation, pp. 345-352, 2006.
[22] E. Sapin, J. Louchet, and E. Lutton, "The Fly Algorithm Revisited-Adaptation to CMOS Image Sensors," in IJCCI,
pp. 224-229, 2009.
[23] Z. A. Abbood, O. Amlal, and F. P. Vidal, "Evolutionary art using the fly algorithm," in European Conference on
the Applications of Evolutionary Computation, pp. 455-470, 2017.
[24] F. Al Farid, A. Ghods, M. Shohag Barman, A. Shah, and J. Uddin, "An Efficient Algorithm for Accelerating Image
Restoration Using Euclidean and Manhattan Distances." International Conference on Materials, Electronics &
Information Engineering, ICMEIE-2015, At: The University of Rajshahi, Rajshahi, Bangladesh, 2015.
[25] F. P. Vidal, J. Louchet, J.-M. Rocchisani, and É. Lutton, "New genetic operators in the fly algorithm: application
to medical PET image reconstruction," in European Conference on the Applications of Evolutionary Computation,
pp. 292-301, 2010.
[26] K. Lutz. “Boost Computer,” 2015. [Online]. Available: http://boostorg.github.io/compute/.

More Related Content

What's hot

Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and  Color QuerysMulti Wavelet for Image Retrival Based On Using Texture and  Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and Color QuerysIOSR Journals
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...IJERA Editor
 
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGAIRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGAIRJET Journal
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...ijceronline
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
A Framework for Curved Videotext Detection and Extraction
A Framework for Curved Videotext Detection and ExtractionA Framework for Curved Videotext Detection and Extraction
A Framework for Curved Videotext Detection and ExtractionIJERA Editor
 
Simple Pendulum Experiment and Automatic Survey Grading using Computer Vision
Simple Pendulum Experiment and Automatic Survey Grading using Computer VisionSimple Pendulum Experiment and Automatic Survey Grading using Computer Vision
Simple Pendulum Experiment and Automatic Survey Grading using Computer VisionAnish Patel
 
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalTELKOMNIKA JOURNAL
 
IRJET - Review of Various Multi-Focus Image Fusion Methods
IRJET - Review of Various Multi-Focus Image Fusion MethodsIRJET - Review of Various Multi-Focus Image Fusion Methods
IRJET - Review of Various Multi-Focus Image Fusion MethodsIRJET Journal
 
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...idescitation
 
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...Dibya Jyoti Bora
 
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...INFOGAIN PUBLICATION
 
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...Hanoi, Water Resources University
 
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...sipij
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...CSCJournals
 

What's hot (18)

Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and  Color QuerysMulti Wavelet for Image Retrival Based On Using Texture and  Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
 
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGAIRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
A Framework for Curved Videotext Detection and Extraction
A Framework for Curved Videotext Detection and ExtractionA Framework for Curved Videotext Detection and Extraction
A Framework for Curved Videotext Detection and Extraction
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
 
Simple Pendulum Experiment and Automatic Survey Grading using Computer Vision
Simple Pendulum Experiment and Automatic Survey Grading using Computer VisionSimple Pendulum Experiment and Automatic Survey Grading using Computer Vision
Simple Pendulum Experiment and Automatic Survey Grading using Computer Vision
 
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image Retrieval
 
M1803016973
M1803016973M1803016973
M1803016973
 
IRJET - Review of Various Multi-Focus Image Fusion Methods
IRJET - Review of Various Multi-Focus Image Fusion MethodsIRJET - Review of Various Multi-Focus Image Fusion Methods
IRJET - Review of Various Multi-Focus Image Fusion Methods
 
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
 
40120140502005
4012014050200540120140502005
40120140502005
 
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
 
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
Dataset Pre-Processing and Artificial Augmentation, Network Architecture and ...
 
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
An Effective Biogeography Based Optimization Algorithm to Slove Economic Load...
 
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
 

Similar to Automatic sound synthesis using the fly algorithm

Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system IJECEIAES
 
IRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound RecognitionIRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound RecognitionIRJET Journal
 
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...IRJET Journal
 
IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...
IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...
IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...IRJET Journal
 
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...
IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...IRJET Journal
 
Vehicle Noise Pattern Recognition by Self-Organizing Maps
Vehicle Noise Pattern Recognition by Self-Organizing MapsVehicle Noise Pattern Recognition by Self-Organizing Maps
Vehicle Noise Pattern Recognition by Self-Organizing MapsCSCJournals
 
Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...TELKOMNIKA JOURNAL
 
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...Editor IJCATR
 
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...ijtsrd
 
General Kalman Filter & Speech Enhancement for Speaker Identification
General Kalman Filter & Speech Enhancement for Speaker IdentificationGeneral Kalman Filter & Speech Enhancement for Speaker Identification
General Kalman Filter & Speech Enhancement for Speaker Identificationijcisjournal
 
An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...IJECEIAES
 
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...TELKOMNIKA JOURNAL
 
Radio-frequency circular integrated inductors sizing optimization using bio-...
Radio-frequency circular integrated inductors sizing  optimization using bio-...Radio-frequency circular integrated inductors sizing  optimization using bio-...
Radio-frequency circular integrated inductors sizing optimization using bio-...IJECEIAES
 
THE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSION
THE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSIONTHE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSION
THE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSIONcscpconf
 
Product failure analysis using Explicit dynamic
Product failure analysis using Explicit dynamicProduct failure analysis using Explicit dynamic
Product failure analysis using Explicit dynamicnaga ram
 

Similar to Automatic sound synthesis using the fly algorithm (20)

Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system
 
IRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound RecognitionIRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound Recognition
 
Ax4201341346
Ax4201341346Ax4201341346
Ax4201341346
 
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
 
IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...
IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...
IRJET- Machine Learning and Noise Reduction Techniques for Music Genre Classi...
 
1801 1805
1801 18051801 1805
1801 1805
 
1801 1805
1801 18051801 1805
1801 1805
 
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...
IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...
 
Vehicle Noise Pattern Recognition by Self-Organizing Maps
Vehicle Noise Pattern Recognition by Self-Organizing MapsVehicle Noise Pattern Recognition by Self-Organizing Maps
Vehicle Noise Pattern Recognition by Self-Organizing Maps
 
Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...Stereo matching algorithm using census transform and segment tree for depth e...
Stereo matching algorithm using census transform and segment tree for depth e...
 
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
A Comparison between FPPSO and B&B Algorithm for Solving Integer Programming ...
 
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
 
C013141723
C013141723C013141723
C013141723
 
General Kalman Filter & Speech Enhancement for Speaker Identification
General Kalman Filter & Speech Enhancement for Speaker IdentificationGeneral Kalman Filter & Speech Enhancement for Speaker Identification
General Kalman Filter & Speech Enhancement for Speaker Identification
 
An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...
 
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
 
Radio-frequency circular integrated inductors sizing optimization using bio-...
Radio-frequency circular integrated inductors sizing  optimization using bio-...Radio-frequency circular integrated inductors sizing  optimization using bio-...
Radio-frequency circular integrated inductors sizing optimization using bio-...
 
THE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSION
THE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSIONTHE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSION
THE FOURIER TRANSFORM FOR SATELLITE IMAGE COMPRESSION
 
Real Time Speech Enhancement in the Waveform Domain
Real Time Speech Enhancement in the Waveform DomainReal Time Speech Enhancement in the Waveform Domain
Real Time Speech Enhancement in the Waveform Domain
 
Product failure analysis using Explicit dynamic
Product failure analysis using Explicit dynamicProduct failure analysis using Explicit dynamic
Product failure analysis using Explicit dynamic
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

Automatic sound synthesis using the fly algorithm

  • 1. TELKOMNIKA Telecommunication, Computing, Electronics and Control Vol. 18, No. 5, October 2020, pp. 2439~2446 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v18i5.15665  2439 Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA Automatic sound synthesis using the fly algorithm Zainab A. Abbood1 , Imad S. Alshawi2 , Asaad A. Alhijaj3 , Franck P. Vidal4 1 Department of Pathological Analysis Science, College of Science, University of Basrah, Iraq 2,3 Department of Computer, College of Computer Science and Information Technology, University of Basrah, Iraq 4 School of Computer Science, Bangor University, UK Article Info ABSTRACT Article history: Received Jan 31, 2020 Revised Apr 6, 2020 Accepted Apr 24, 2020 Our study is demonstrated a new type of evolutionary sound synthesis method. This work based on the fly algorithm, a cooperative co-evolution algorithm; it is derived from the Parisian evolution approach. The algorithm has relatively amended the position of individuals (the Flies) represented by 3-D points. The fly algorithm has successfully investigated in different applications, starting with a real-time stereo vision for robotics. Also, the algorithm shows promising results in tomography to reconstruct 3-D images. The final application of the fly algorithm was generating artistic images, such as digital mosaics. In all these applications, the flies’ representation started for simple, 3-D points, to complex one, the structure of 9-elements. Our method follows evolutionary digital art with the fly algorithm in representing the pattern of the flies. They represented in a way of having their structure. This structure includes position, colour, rotation angle, and size. Our algorithm has the benefit of graphics processing units (GPUs) to generate the sound waveform using the modern OpenGL shading language. Keywords: Cooperative co-evolution Digital sound Evolutionary algorithm Fly algorithm Parisian evolution Waveform This is an open access article under the CC BY-SA license. Corresponding Author: Imad S. Alshawi, Department of Computer, College of Computer Science and Information Technology, University of Basrah, Iraq. Email: emadalshawi@gmail.com 1. INTRODUCTION Nowadays, computers are used to simulate different types of human functions in the form of digital representation. For example, sound synthesizers are commonly run in the digital computer by implementing a computer program that produces digital sound samples (waveform) [1]. The algorithm is designed to emulate the target sound by tunning certain internal parameters [2]. These parameters are variable determined by the user implementation according to the desired sound. The algorithms that generate sound are called Sound synthesis techniques (SSTs). The classic SSTs implemented following a traditional mathematical technique for emulating the internal parameters. The estimated parameters for designing a functional form of SSTs are dependent problems relying on human skills. However, generating sounds is a remarkably difficult task, it is slightly inharmonic and the partials process a certain stochastic low-amplitude, high-frequency deviation [3]. Traditional sound synthesis needs comprehensive human experiences [4] and along with refinement, processes to estimate the internal parameters. The motivation behind this research is to find an alternative method to synthesis the target sound. Usually, techniques rely on tuning a large number of parameters, up to 200 or more in some cases, mathematically. However, the synthesizers show that they can non-linearly
  • 2.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446 2440 respond to some parameters. This means any change of one parameter might be effected to another and small changing on one parameter can cause a large change in the sound [5]. Currently, these parameters have been automatically expressed through solving SST as an optimization problem using artificial evolution (AE) [1]. The first attempt to generate complex music sounds using the evolutionary paradigm described by Dawkins,1986 [6]. In 1993, Horner et al. [7] presented a type of evolutionary method which is Genetic algorithms (GAs) to estimate the internal parameter of FM synthesizers. When [8] proposed automatic digital synthesizer circuits. The circuits are generated sounds comparable to a sampled (target) relying on a GA. This algorithm initials the population of the elements (individuals) of the circuit and successively improves these elements to get a better circuit for generating the target sound. The next section demonstrates the previous works of sound synthesis. This section focuses on the problems that close to our approach. Section 2 shows a general review of the “Parisian evolution" strategy in specific the fly algorithm. Section 3 represents the adaptation of the fly algorithm into evolutionary sound synthesis. However, the fly algorithm previously used for medical tomography reconstruction, robotic and digital art generator applications. This section follows the result. Finally, the remarkable conclusion gives in the last section. 2. EVOLUTIONARY SOUND SYNTHESIS Sound synthesis has been active research for more than four decades. Several techniques for sound synthesizers like additive synthesis, subtractive synthesis, frequency modulation, wavetable synthesis or physical modeling [9]. Sound synthesis from the image has several implementations; one possible application could be expressed using an artist to draw sound [10]. Bragand et al. [10] present a user interface to generate sound from image relying on a Voronoi algorithm. Another approach, Photosounder [11] the authors apply an inverse Fast Fourier transform (FFT) on the input image to generate sound after they examine the image as a magnitude spectrogram. Sound synthesis implementations have manipulated using an evolutionary algorithm (EA). In 2001, Garcia and his colleague applied genetic programming (GP) and perceptual distance metrics for measuring the distance between the target and produced sounds [12]. The researchers in [13] enhance the FM synthesis model with some changes. They rely on more waveforms than a sine wave, like a sawtooth wave. For synthesis, this paper uses GA with a fitness function that weighted sum of two spectrum-comparison metrics. The crossover selection parameter has shown a significant effect on the problem domain. Yong [14] follows Lai and his colleagues for sound synthesis using GA. However, he depends on the DFM synthesis model with the same type of fitness function. The implementation is done by MatLab to produce an output spectrum according to input (target) sound spectrum file. Other researchers [15] have been used method which is cellular automata (CA). This technique can be classified as one of a class of evolutionary algorithms for modeling dynamic systems that modify several characteristics with time. Our work follows the evolutionary sound paradigm. The sound synthesis solved by EA as an optimization problem. In specific, our proposed method relies on the fly algorithm, which is a type of cooperative co-evolution (CoCo) strategy [16]. In this research, we treat sound synthesis as image reconstruction. The principles of our method follow the case of studying sound synthesis as a specific case of the set cover problem by placing a group of tiles as a set on a square shape region to convergent a coloured image [17]. Here sound synthesis falls under the subject of generating digital mosaic by fitting mosaic tiles on a surface. Each tile needs setting up 9 elements (3 colour components, height, width, rotation angle, and 3-D position), the search space is complex which has 9_N dimensions. Such a problem is a difficult optimization problem to solve. In this research, we propose to solve this problem using a type of cooperative co-evolution algorithm (CCEA) called “Parisian evolution" [18]. The Parisian approach is differing from classical EAs. For the solution of the optimization problem, the EAs are searching on the best one individual as the solution. While the CCEA strategy looks on a set or subset of individuals of the population as a final solution. This means that every individual is a part of the solution, and all individuals collaborating to build the final solution [19]. 3. OVERVIEW OF THE FLY ALGORITHM For solving the sound reconstruction problem, we follow the main mechanics as in Parisian evolution. Figure 1 shows the principles of the steady-state of the Parisian evolution algorithm [20]. This algorithm similar to classical EA, which contains the usual genetic operators of an EA: selection, mutation, and recombination as well as the additional ingredients two types of fitness, as the following: - Global fitness evaluated the whole population [21, 22].
  • 3. TELKOMNIKA Telecommun Comput El Control  Automatic sound synthesis using the fly algorithm (Zainab A. Abbood) 2441 - Local fitness evaluated the single contribution of the individual to the global solution. Figure 1. Steady-state cooperative co-evolution strategy. In Section 2, we mentioned that our work depended on the Parisian (Fly) strategy. The individuals in this algorithm correspond to two types of structures. One corresponds to exceedingly simple primitives: The flies [23] represent a 3-D position only. The other structure contains 9-elements as shown in Figure 2: - The position is a vector of 3D coordinates (x, y, z), which is randomly generated between 0 and width -1, 0 and height 1, and 1 and -1 respectively (with width and height the number of pixels in the image along the x- and y-axis). An example of an image generated by an initial population has shown in Figure 3. - Colour represented by three components (r, g, b) which are red, green and blue respectively. The colour elements are randomly generated between 0 and 1 for precise displaying various colours for each individual. - Rotation Angle is randomly produced to cover a complete angle between 0 and 360. - The scaling factor dominates the size of the tile over the two-dimensional coordinate system through the horizontal and vertical axis. - Local fitness scales its marginal contribution against the global solution. Figure 2. The fly data structure Figure 3. Random initial population
  • 4.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446 2442 The goal of our algorithm is to optimize the 9 elements of all individuals. The proposed method aims to minimize the global fitness function. We depend on the sum of absolute error (SAE) which called Manhattan distance too [24]. This scale assesses how is a good the population toward the reference sound. 𝑆𝐴𝐸(𝑅𝐶𝐼, 𝐼𝑁𝐼) = ∑ ∑ |𝐼𝑁𝐼(𝑖, 𝑗) − 𝑅𝐶𝐼(𝑖, 𝑗)|𝑗𝑖 (1) The SAE is compared the reference image INI with the reconstructed image pop. While assessing the performance of a single y, we use local fitness. This fitness knows “marginal fitness", Fm(i) (see (2)). Our algorithm looks to improve the population performance by increasing the good flies against the bad flies. The SAE metrics plus the leave-one-out cross-validation method are used to gauge the degree of compatibility of Fly i to the reference image. We select a fly that has a good contribution to the population and leaves out the bad one. 𝐹𝑚(𝑖) = 𝑆𝐴𝐸(𝑅𝐶𝐼 − {𝑖}, 𝐼𝑁𝐼) − 𝑆𝐴𝐸(𝑅𝐶𝐼, 𝐼𝑁𝐼) (2) With RCI – {i} the image calculated with all individuals except Fly i. The sign of the value of Fm (i) referred to as a different interpretation: - sgn(Fm(i)) becomes less than 0 when the difference (error) is greater with Fly i. This means that the Fly i is incompatible with the optimal solution for all the rest of individuals. - sgn(Fm(i)) becomes greater than 0 when the difference (error) is less with Fly i. This means that the Fly i is converged to the optimal solution. - sgn(Fm(i)) becomes equal to 0 when the difference (error) is the same with Fly i. This means that the Fly i is not valuable nor destructive. As the algorithm processing going on as the bad flies decrease. For the selection stage, we use the Threshold selection operator [25]. If Fm(i) ≤ 0, then Fly i can be left out; else it is a good candidate for reproduction. For stopping criteria of the algorithm, we depend on the algorithm struggle to find bad flies to kill. 4. RESULTS In this section, we design automated sound synthesis through the fly algorithm and perceptual distance metrics to measure the distance between reference (ref) and generated (gen) sound. The previous section shows this work relying on SAE matrices to quantify the error between the input and target sound. For fast processing, we compute the SAE with the help of a graphics processing unit (GPU) using the OpenGL shading language (GLSL) as shown in Figure 4. Figure 4. Computation of the marginal fitness on GPU for two images using GLSL and OpenGL (in yellow and green boxes respectively) The gen sound is generated offline using a Frame Buffer Object (FBO). Sounds including ref and gen are stored using 2-D OpenGL textures. The next step is that the pixel-wise absolute error between (ref) and (gen) is computed after the texture is passed to a GLSL shader program. The process of summation is completed on the GPU with the help of the OpenGL application of the reduction operator provided by Boost Compute [26]. It efficiently supplies the SAE. Also, our method uses only an operator of mutation for generating a good fly and replace with a bad fly during an iteration of the optimization technique. Crossover operator excluded to ensure that produced recent fly partially modified from the good previous generation
  • 5. TELKOMNIKA Telecommun Comput El Control  Automatic sound synthesis using the fly algorithm (Zainab A. Abbood) 2443 fly. In other words, when we use crossover maybe two good flies producing a new fly in between are very likely to be bad. Our method is tested with parameters showing in Table 1 and Table 2, using 9 x number of flies-D search space. In the first steps of the algorithm, the flies randomly generated using the square tiles as shown in Figure 3. The mutation probability is fixed to 100 % due to the crossover is not suitable in our algorithm. Our practical part of the algorithm processed automatically. However, the image (and its size) and the number of individuals are selected by the user. To avoid slow down the whole process, the user balanced the number of flies with image size for avoiding premature convergence. For realistic sound synthesis, our algorithm replaces the square tiles with a stripe mask as shown in Figures 5 and 6. We use a twisted wave sound editor for reading sound. The Mono sound system used in this research. A waveform sampled at 8000 Hz. Figure 7 shows an example of a reference sound which is used in this article. Table 1. Parameters for the first testing in the algorithm Parameter Value Image size 200 x 400 no. files 3500 no. generations 200000 probability of mutation (pm) 100% probability of crossover 0.0% Table 2. Parameters for the second testing in the algorithm Parameter Value Image size 200 x 400 no. files 7500 no. generations 200000 probability of mutation (pm) 100% probability of crossover 0.0% Figure 5. Mask using stripline Figure 6. Fitting stripe line on square tiles The result gradually builds through the fly algorithm iteration as we mention started with random stripe Flies. Then, this Fly reconstructs to reach to the target image. Results of Figures 8 and 9 rely on Table 1 and Table 2 respectively. Figures 8 and 9 show how flies reconstruction gathering around the reference image, as the algorithm executes as the shape getting sharper. The algorithm stops either the error getting smaller between the reference and reconstructed image or the algorithm relying on stopping conditions. However, the result of Figure 9 shows the converging of the reconstructed image with
  • 6.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446 2444 the reference image more than the result of Figure 8. We conclude that as the number of Flies increases as the realistic result you got in the end. Figure 7. Reference image (a) (b) (c) (d) (e) (f) (g) (h) Figure 8: Results of sound reconstruction using the fly algorithm depending on the parameters of Table 1
  • 7. TELKOMNIKA Telecommun Comput El Control  Automatic sound synthesis using the fly algorithm (Zainab A. Abbood) 2445 (a) (b) (c) (d) (e) (f) (g) (h) Figure 9. Results of sound reconstruction using the fly algorithm depending on the parameters of Table 2 5. CONCLUSION The proposed method is tackled the problem in the field of Evolutionary sound. The method addresses the problem as an image reconstructions algorithm. The algorithm depends on hybrid techniques that inherited from AE, scientific computing and computer graphics (CG). The AE represents the fly algorithm for reconstructing the sound template. For generating the sound data, real-time CG rendering and graphics processing unit (GPU) are used to compute the fitness function. The algorithm uses stripe tiles to create sound visual effects. REFERENCES [1] R. A. Garcia, "Automating the design of sound synthesis techniques using evolutionary methods," in COST G-6 Conference on Digital Audio Effects, Limerick, Ireland, 2001. [2] Riionheimo, J., Välimäki, V. “Parameter Estimation of a Plucked String Synthesis Model Using a Genetic Algorithm with Perceptual Fitness Calculation,” EURASIP J. Adv. Signal Process, vol. 2003, p. 758284, 2003. https://doi.org/10.1155/S1110865703302100 [3] M. F. Caetano, J. Manzolli, and F. J. Von Zuben, "Interactive Control of Evolution Applied to Sound Synthesis," in FLAIRS Conference, pp. 51-56, 2005. [4] P. Dahlstedt, "Evolution in creative sound design," in Evolutionary computer music, ed: Springer, pp. 79-99, 2007. [5] J. McDermott, N. J. Griffith, and M. O’Neill, "Evolutionary computation applied to sound synthesis," in The Art of Artificial Evolution, ed: Springer, pp. 81-101, 2008.
  • 8.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 5, October 2020: 2439 - 2446 2446 [6] R. Dawkins, “The blind watchmaker: Why the evidence of evolution reveals a universe without design.” WW Norton & Company, 1996. [7] A. Horner, J. Beauchamp, and L. J. C. M. J. Haken, "Machine tongues XVI: Genetic algorithms and their application to FM matching synthesis," Computer Music Journal, vol. 17, pp. 17-29, 1993. [8] K. Wehn, "Using ideas from natural selection to evolve synthesized sounds," in Proceedings of Digital Audio Effects workshop, 1998. [9] E. Miranda, “Computer sound design: synthesis techniques and programming,” Taylor & Francis, 2012. [10] V. Bragard, T. Pellegrini, and J. Pinquier, "Pyc2Sound: a Python tool to convert images into sound," in Proceedings of the Audio Mostly 2015 on Interaction with Sound, ed, 2015, pp. 1-4, 2015. [11] L. K. Photosounder, “photosounder,” 2019. [Online]. Available: http://photosounder.com [12] J. Manzolli, A. Maia Jr, J. Fornari, and F. J. N. R. Damiani, "A Method for Sound Synthesis Based on Genetic Algorithms," Semantic Scholar, pp. 40-49, 2012. [13] Y. Lai, S.-K. Jeng, D.-T. Liu, and Y.-C. Liu, "Automated optimization of parameters for FM sound synthesis with genetic algorithms," in International Workshop on Computer Music and Audio Technology, p. 205, 2006. [14] Y. S., "Automatic FM Synthesis Based on Genetic Algorithm," Music Technology, McGill University, 2007. [15] J. Serquera and E. R. Miranda, "Evolutionary sound synthesis: rendering spectrograms from cellular automata histograms," in European Conference on the Applications of Evolutionary Computation, pp. 381-390, 2010. [16] J. Louchet, "Stereo analysis using individual evolution strategy," in Proceedings 15th International Conference on Pattern Recognition. ICPR-2000, pp. 908-911. 2000. [17] R. M. Karp, "Reducibility among combinatorial problems," in Complexity of computer computations, ed: Springer, pp. 85-103, 1972. [18] A. M. Boumaza and J. Louchet, "Dynamic flies: Using real-time Parisian evolution in robotics," in Workshops on Applications of Evolutionary Computation, pp. 288-297, 2001. [19] C. Vo, L. Panait, and S. Luke, "Cooperative coevolution and univariate estimation of distribution algorithms," in Proceedings of the tenth ACM SIGEVO workshop on Foundations of genetic algorithms, pp. 141-150, 2009. [20] F. P. Vidal, D. Lazaro-Ponthus, S. Legoupil, J. Louchet, É. Lutton, and J.-M. Rocchisani, "Artificial evolution for 3D PET reconstruction," in International Conference on Artificial Evolution (Evolution Artificielle), pp. 37-48. 2009. [21] L. Panait, S. Luke, and J. F. Harrison, "Archive-based cooperative coevolutionary algorithms," in Proceedings of the 8th annual conference on Genetic and evolutionary computation, pp. 345-352, 2006. [22] E. Sapin, J. Louchet, and E. Lutton, "The Fly Algorithm Revisited-Adaptation to CMOS Image Sensors," in IJCCI, pp. 224-229, 2009. [23] Z. A. Abbood, O. Amlal, and F. P. Vidal, "Evolutionary art using the fly algorithm," in European Conference on the Applications of Evolutionary Computation, pp. 455-470, 2017. [24] F. Al Farid, A. Ghods, M. Shohag Barman, A. Shah, and J. Uddin, "An Efficient Algorithm for Accelerating Image Restoration Using Euclidean and Manhattan Distances." International Conference on Materials, Electronics & Information Engineering, ICMEIE-2015, At: The University of Rajshahi, Rajshahi, Bangladesh, 2015. [25] F. P. Vidal, J. Louchet, J.-M. Rocchisani, and É. Lutton, "New genetic operators in the fly algorithm: application to medical PET image reconstruction," in European Conference on the Applications of Evolutionary Computation, pp. 292-301, 2010. [26] K. Lutz. “Boost Computer,” 2015. [Online]. Available: http://boostorg.github.io/compute/.