FastPlay
Fast, accessible audio player for Windows with tempo/pitch shifting, effects, and screen reader accessibility
File Explorer
- build.yml
- changelog.txt
- readme.txt
- accessibility.h
- center_cancel.h
- convolution.h
- cyclelist.h
- database.h
- download_manager.h
- effects.h
- globals.h
- hotkeys.h
- player.h
- settings.h
- spatial_audio.h
- tempo_processor.h
- tray.h
- types.h
- ui.h
- updater.h
- utils.h
- version.h
- youtube.h
- bass.h
- bass_aac.h
- bass_fx.h
- bassalac.h
- bassape.h
- basscd.h
- bassdsd.h
- bassenc.h
- bassenc_flac.h
- bassenc_mp3.h
- bassenc_ogg.h
- bassenc_opus.h
- bassflac.h
- basshls.h
- bassloud.h
- bassmidi.h
- bassmix.h
- bassopus.h
- basswma.h
- basswv.h
- sqlite3.h
- UniversalSpeech.h
- accessibility.cpp
- center_cancel.cpp
- convolution.cpp
- database.cpp
- download_manager.cpp
- effects.cpp
- globals.cpp
- hotkeys.cpp
- main.cpp
- player.cpp
- settings.cpp
- spatial_audio.cpp
- tempo_processor.cpp
- tray.cpp
- ui.cpp
- updater.cpp
- utils.cpp
- youtube.cpp
- .gitignore
- build_new.bat
- dist.bat
- download-deps.bat
- FastPlay.rc
- fastplayversion.txt
- installer.iss
- README.md
- resource.h
- todo.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
lib
View Details ▼
lib
The Microsoft Library Manager for creating and managing static libraries of object files.
lib /OUT :{{path\to\library.lib}} {{path\to\file1.obj path\to\file2.obj ...}}
Create a static library from object files:
lib /LIST {{path\to\library.lib}}
List the contents of a library:
lib {{path\to\library.lib}} {{path\to\file.obj}}
Add an object file to an existing library:
// repository documentation
Was this content helpful?
(0 ratings)
