improve readme

This commit is contained in:
neri 2019-07-16 22:20:18 +02:00
parent bfca4bc865
commit 1c27093e6f
1 changed files with 11 additions and 13 deletions

View File

@ -1,24 +1,22 @@
# schneider cpc6128 data loading # schneider cpc6128 data loading
## setting up audio conversion ## set up audio conversion
Download disk file - if on unix compile it yourself like this
- download http://www.worldofspectrum.org/pub/sinclair/tools/unix/playtzx-0.12c.tar.gz
- a precompiled unix x86_64 bin should be available next to this file - extract
- otherwise, if on unix compile it yourself like this
- http://www.worldofspectrum.org/pub/sinclair/tools/unix/playtzx-0.12c.tar.gz
- extract it
- run ./configure - run ./configure
- run make - run make
- if on another platform, search here http://www.worldofspectrum.org/utilities.html - if on another platform, search here http://www.worldofspectrum.org/utilities.html
## getting a game ## get a game
- Search a game on https://www.cpc-power.com/ - search a game on https://www.cpc-power.com/
- Click on the cassette icon - click on the cassette icon in the navigation bar
- Download the .cdt file - click on the cassette icon that now appeared below
- download the .cdt file
## converting to audio ## convert to audio
```sh ```sh
./playtzx -voc -freq 22050 <diskfile>.cdt diskaudio.voc ./playtzx -voc -freq 22050 <diskfile>.cdt diskaudio.voc
@ -26,7 +24,7 @@ ffmpeg -i diskaudio.voc diskaudio.ogg
``` ```
if ogg isn't high enough resolution you can convert to wav instead if ogg isn't high enough resolution you can convert to wav instead
(optional) to trim silence of the audio file (optional) trim silence of the audio file
```sh ```sh
mp3splt -r diskaudio.ogg mp3splt -r diskaudio.ogg