Package ui.tools

Klasse RecordingTool

java.lang.Object
ui.tools.RecordingTool

public class RecordingTool extends Object
WhatsSID? is a Shazam like feature. It analyzes tunes to recognize a currently played tune. This is the main class to create or Update a WhatsSID database. This is the program to create the fingerprintings for all tunes of a collection. This program has been expanded to be a more general recording tool where several tunes are recorded in parallel.
Autor:
ken
  • Felddetails

    • AUDIO_TUNE_FILE_FILTER

      private static final AudioTuneFileFilter AUDIO_TUNE_FILE_FILTER
    • VIDEO_TUNE_FILE_FILTER

      private static final VideoTuneFileFilter VIDEO_TUNE_FILE_FILTER
    • help

      private Boolean help
    • maxThreads

      private Integer maxThreads
    • destinationDirectory

      private File destinationDirectory
    • fingerprinting

      private Boolean fingerprinting
    • whatsSidDatabaseDriver

      private String whatsSidDatabaseDriver
    • whatsSidDatabaseUrl

      private String whatsSidDatabaseUrl
    • whatsSidDatabaseUsername

      private String whatsSidDatabaseUsername
    • whatsSidDatabasePassword

      private String whatsSidDatabasePassword
    • whatsSidDatabaseDialect

      private String whatsSidDatabaseDialect
    • createIni

      private Boolean createIni
    • deleteAll

      private Boolean deleteAll
    • previousDirectory

      private File previousDirectory
    • directory

      private File directory
    • config

      private IniConfig config
    • THREAD_LOCAL_ENTITY_MANAGER

      private static final ThreadLocal<javax.persistence.EntityManager> THREAD_LOCAL_ENTITY_MANAGER
    • entityManagerFactory

      private static javax.persistence.EntityManagerFactory entityManagerFactory
    • executor

      private ExecutorService executor
    • previousSidDatabase

      private SidDatabase previousSidDatabase
    • quit

      private volatile boolean quit
  • Konstruktordetails

    • RecordingTool

      public RecordingTool()
  • Methodendetails