Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
audio

7 Articles
{
,

}
Direct link to the article Converting Speech to PDF with NextJS and ExpressJS
audio express next.js pdf

Converting Speech to PDF with NextJS and ExpressJS

With speech interfaces becoming more of a thing, it’s worth exploring some of the things we can do with speech interactions. Like, what if we could say something and have that transcribed and pumped out as a downloadable PDF?

Well, …

Onuorah Bonaventure Chukwudi on Aug 4, 2022
Direct link to the article Pinned Audio WordPress Theme
audio spa WordPress

Pinned Audio WordPress Theme

I’m afraid I have to start this with a whole backstory, as the journey here is the point, not so much the theme.

A fella wrote to me a while back outlining a situation he was in. His company has …

Chris Coyier on May 18, 2021
Direct link to the article Let’s Create a Custom Audio Player
audio web audio api

Let’s Create a Custom Audio Player

HTML has a built-in native audio player interface that we get simply using the <audio> element. Point it to a sound file and that’s all there is to it. We even get to specify multiple files for better browser support, …

Idorenyin Udoh on Feb 18, 2021
Direct link to the article Plyr: CSS Styleable Video Player
audio video

Plyr: CSS Styleable Video Player

I just stumbled across Plyr from Sam Potts, a JavaScript library for styled video players. What struck me about it is that you can list YouTube videos as the source, so essentially you can have a CSS-styled YouTube video. Cool.…

Chris Coyier on Aug 19, 2020 Updated on Aug 24, 2020
Direct link to the article Playing Sounds with CSS
audio embed objects

Playing Sounds with CSS

CSS is the domain of styling, layout, and presentation. It is full of colors, sizes, and animations. But did you know that it could also control when a sound plays on a web page?

This article is about a little …

Alvaro Montoro on Nov 25, 2019
Direct link to the article Vocalizer
audio JavaScript pronunciation

Vocalizer

Cool little lib from Atif Azam that allows you to wrap a name in a span and it puts a little 🔊 button to hear the pronunciation. The audio comes from NameShouts. You can’t contribute your own pronunciations to …

Chris Coyier on Nov 11, 2016
Direct link to the article Screamy Bird
audio game web audio api

Screamy Bird

During San Francisco’s Stupid Shit No One Needs and Terrible Ideas “Hackathon”, Glen Chiaccheri made a game where you have to literally scream your way through it.

Make sure to check it out in Firefox, as Chrome and …

Robin Rendle on May 18, 2016

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top