Giter VIP home page Giter VIP logo

minidisc's Introduction

MiniDisc interface module for the Sony MDS-E12

The MDS-E12 has a build in RS232 port, like several other studio line MiniDisc players. This interface can be used to control the player from a computer. This interface module enables the user to interact with the player in such a way that fully automated recording on the MiniDisc is possible.

Modules used and interaction

graph TD
  A[user_script] --> B[RS232]
  B --> C[SONY_MDS_E12]

  A --> D[audio_handler]
  D --> E[miniaudio]
  E --> J[PC audio out]
  J --> C

  F[mutagen] --> E
  G[ID3] --> F
  H[MP3] --> F
  I[FlAC] --> F

mutagen

ID3, MP3 and FLAC are used from mutagen to extract metadata information from MP3 or FLAC files. This is the title and artist to form later the track title for the MiniDisc. Also the track length as we need that for our timer as the player we are using is not blocking.

miniaudio

The miniaudio module is used to playback the track that we want to record on the MiniDisc.

Connections

The following connections need to be made between the computer and the MDS-E12. The audio connection can either be analog or digital.

graph TD
  A[computer] --> B[RS232]
  A --> C[audio_connection]
  B --> D[MDS-E12]
  C --> D

minidisc's People

Contributors

henkjohan avatar

Stargazers

Wittawas Nakkasem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.