Skip to content

Remaining game audio files #24

@nelson137

Description

@nelson137

All of the game audio files from chess.com have not been used (and some maybe never will).

The unused ones are as follows:

  • game-end
  • game-start
  • illegal
  • notify
  • premove
  • promote
  • tenseconds

The source URL for these files is https://www.chess.com/sounds/FORMAT/default/FILENAME; where FORMAT must be one of _WEBM_, _MP3_, _OGG_, or _WAV_; and FILENAME must be like game-start.wav.

All unused files can be downloaded with the following command:

curl -O 'https://www.chess.com/sounds/_WAV_/default/{game-end,game-start,illegal,notify,premove,promote,tenseconds}.wav'

Gambit uses FLAC for the audio files. All of the unused files can be converted with the following command:

for f in *.wav; do ffmpeg -i "$f" "${f%.wav}.flac"; done

Metadata

Metadata

Assignees

No one assigned

    Labels

    F-audioFeature: audioicebox ❄️Icebox: on hold until further noticequestion ❓Further information is requested

    Projects

    Status

    Ice Box

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions