---
title: 'TarsosDSP Christmas Edition: Jingle Cats'
canonical: https://0110.be/posts/TarsosDSP_Christmas_Edition%3A_Jingle_Cats
markdown_url: https://0110.be/posts/TarsosDSP_Christmas_Edition%3A_Jingle_Cats.md
id: 373
published_at: '2012-12-21T14:38:52Z'
updated_at: '2013-12-05T18:19:15Z'
author: Joren
tags:
- name: Code
  markdown_url: https://0110.be/tags/Code.md
- name: HoGent
  markdown_url: https://0110.be/tags/HoGent.md
- name: Java
  markdown_url: https://0110.be/tags/Java.md
---

# TarsosDSP Christmas Edition: Jingle Cats

The DSP library for Taros, aptly named TarsosDSP, now includes an example showing how to synthesize cat sounds. The inspration came from this [youtube video](http://www.youtube.com/watch?v=vEg4SEch27w)

To hear what exactly it does, listen to the following audio example.

<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F72084966">
</iframe>
There is also a command line interface, the following command does

<code>\
java -jar Catify-latest.jar in.mid\
</code>

     _______                       _____   _____ _____  
    |__   __|                     |  __ \ / ____|  __ \ 
       | | __ _ _ __ ___  ___  ___| |  | | (___ | |__) |
       | |/ _` | '__/ __|/ _ \/ __| |  | |\___ \|  ___/ 
       | | (_| | |  \__ \ (_) \__ \ |__| |____) | |     
       |_|\__,_|_|  |___/\___/|___/_____/|_____/|_|     

    ----------------------------------------------------
    Name:
        TarsosDSP catify'er
    ----------------------------------------------------
    Synopsis:
        java -jar Catify-latest.jar input.mid
    ----------------------------------------------------
    Description:

The source code of the Java implementation of the catify'er can be found on the [TarsosDSP github page](https://github.com/JorenSix/TarsosDSP).

