While I’m enjoying working on this -only site, I miss the dealing with . I’m thinking of doing a sister-project where you can record shareable voice-snippets which can then be embedded in and elsewhere by their permalinks.
@amyprofileenter to followa work in progress; i love cats 🐱replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
I hope you don’t lose interest in this site and leave us stranded.
@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogreplied to@amyprofileenter to followa work in progress; i love cats 🐱:
No but instead I will tyrannize you with my endless UI changes and experiments.
@amyprofileenter to followa work in progress; i love cats 🐱replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
Oh no, lol.
@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogreplied to@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.:
More like imgbb.com or imgur.comImgurImgurImgur: The magic of the Internet, except for audio. Using Open Graph meta so it’s portable anywhere with just an <audio> tag pointing to the resource. It will have an image of the waveform yes (again from OG) and below the <audio> tag when shared here.
@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
Oooh. I see. Is universal audio support good in browsers? I think only mp3 is well supported, but unsure.
In-line playback might buffer no matter if users want to waste spend the bandwidth… 🤔
@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogreplied to@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.:
If you set
preload=none the browser will not fetch anything until you press play. mp3 is universally supported.@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogreplied to@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.:
Strike-through now works, both single and double tildes will work!
@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogcontinued:
Integrated with Vocaroo, let’s see if this works: voca.ro/140JOkFnkmRv #voicenotesenter to follow #tlognotesenter to follow #featurenotesenter to follow cc @avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.
@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.replied to@stagasprofileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlog:
Did you delete the recording? Seems like it. How did you integrate? I don’t see an api! Maybe you mean that you added support to fetch a shared vocaroo audio to process it - embed and create a thumb?
@stagas🤸profileenter to followcreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub.
creator of textlogreplied to@avioliprofileenter to followProgrammer by day and night. Lover of art. Mixing art and programming is the dream.:
Yes the hovercard on desktop is an
<audio> element pointing to the mp3 from a shared vocaroo clip. It’s still online, just hover the link. They don’t have an API but the mp3 location is deterministic and we proxy it.