How to convert AY music file to FLAC preserving metadata in Linux? -


i have bunch of *.ay files having metadata (artist, title , "misc"). how can convert them *.flac preserving metadata?

there lot of useful ay-tools source code on http://bulba.untergrund.net/progr_e.htm:

  • ay-files splitter – parses metadata ay , saves simple ini file
  • ay wav converter

you can try build them linux free pascal. write script pass metadata , wave wav-to-flac converter (e.g. ffmpeg).

also can make own tool "ymengine sdl" library.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -