An open API service indexing awesome lists of open source software.

https://github.com/jocover/ps4_dolbytruehd_decoder


https://github.com/jocover/ps4_dolbytruehd_decoder

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PS4 hardware Dolby TrueHD decoder

Decode Dolby TrueHD to Linear PCM audio data

##### how to decode and play Dolby TrueHD audio on Playstation 4

```
ffmpeg -re -i filename -map 0:a:0 -c:a copy -bsf:a truehd_core -f truehd udp://PS4_IP:7721
```