Pinned Repositories
AudioRecognition
Audio fingerprinting and recognition in C++.
audiorecognizer
Roy van Rijn has written wonderful post about Shazam algorithm and how to implement it on our own. To do this he placed many chunks of his project source code, but he did not upload all source code of his application because as he stated: The Shazam patent holders lawyers are sending me emails to stop me from releasing the code and removing this blogpost. It occurred that core of this algorithm is very simple. I have analyzed his post and as weekend project I have written simple Proof-Of-Concept application which outputs its findings to console. It gives surprisingly correct answers. For now I have tested 10 different mp3 audio files and this application was able to recognize each of them. Application is learning basing on path to mp3 file on your local disk or http stream of mp3 file from any source and recognize by sound from microphone.
CastReferencePlayer
Reference Receiver: This Cast Design Checklist compliant media player shows a production ready custom receiver.
elasticsearch-flavor
ffmpeg-build-script
The FFmpeg build script provides an easy way to build a static ffmpeg on OSX and Linux with non-free codecs included.
gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
java-algorithms-implementation
Algorithms and Data Structures implemented in Java
nettychat
Simple asynchronous non blocking chat server/client based on Netty 4
nginx-vod-module
NGINX-based MP4 Repackager
Pillow
School project similar to Shazam written in Java
chilinhnet's Repositories
chilinhnet/AudioRecognition
Audio fingerprinting and recognition in C++.
chilinhnet/audiorecognizer
Roy van Rijn has written wonderful post about Shazam algorithm and how to implement it on our own. To do this he placed many chunks of his project source code, but he did not upload all source code of his application because as he stated: The Shazam patent holders lawyers are sending me emails to stop me from releasing the code and removing this blogpost. It occurred that core of this algorithm is very simple. I have analyzed his post and as weekend project I have written simple Proof-Of-Concept application which outputs its findings to console. It gives surprisingly correct answers. For now I have tested 10 different mp3 audio files and this application was able to recognize each of them. Application is learning basing on path to mp3 file on your local disk or http stream of mp3 file from any source and recognize by sound from microphone.
chilinhnet/CastReferencePlayer
Reference Receiver: This Cast Design Checklist compliant media player shows a production ready custom receiver.
chilinhnet/elasticsearch-flavor
chilinhnet/ffmpeg-build-script
The FFmpeg build script provides an easy way to build a static ffmpeg on OSX and Linux with non-free codecs included.
chilinhnet/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
chilinhnet/java-algorithms-implementation
Algorithms and Data Structures implemented in Java
chilinhnet/nettychat
Simple asynchronous non blocking chat server/client based on Netty 4
chilinhnet/nginx-vod-module
NGINX-based MP4 Repackager
chilinhnet/Pillow
School project similar to Shazam written in Java
chilinhnet/playasa
A player based on SPlayer
chilinhnet/socket.io-client
Realtime application framework (client)
chilinhnet/socketIo4j
Socket.IO Java Server
chilinhnet/song_recognition
A rough implementation of the algorithm proposed by Wang (Shazam inc.) in Java
chilinhnet/statsd
Simple daemon for easy stats aggregation
chilinhnet/text-bot
Chat bot that uses Conversation and the Weather API