Overview
Buyers need to preview beats before purchasing a license. Implement a 30-second audio preview player that streams from IPFS. The full untagged beat should only be accessible after a license purchase.
Acceptance Criteria
Technical Approach
Use the HTML5 <audio> element with a time-limit enforced via ontimeupdate. IPFS gateway URL from ipfs_cid field on the sample.
Branch: feat/audio-preview
Overview
Buyers need to preview beats before purchasing a license. Implement a 30-second audio preview player that streams from IPFS. The full untagged beat should only be accessible after a license purchase.
Acceptance Criteria
Technical Approach
Use the HTML5
<audio>element with a time-limit enforced viaontimeupdate. IPFS gateway URL fromipfs_cidfield on the sample.Branch:
feat/audio-preview