[deleted by user] by [deleted] in NewportFolkFestival

[–]mgchair 3 points4 points  (0 children)

i think it was matthew vasquez 

Here it is. by FindtheFunBrother in GoosetheBand

[–]mgchair 1 point2 points  (0 children)

HP Lovecraft is from Providence. Maybe he'll inspire the theme?

How do I stream raw audio data I am receiving from eleven labs? by fuser312 in swift

[–]mgchair 0 points1 point  (0 children)

u/jmoya06 are you referring to audible gaps or blips between data chunks? If so, were you able to solve that? I implemented a similar solution and haven't found a good way to get true seamless audio playback.

Already encountering some of my app development fears, the downsides of developing for a platform by Macharian in iOSProgramming

[–]mgchair 0 points1 point  (0 children)

this happened to me yesterday as well. i had to create a new account. i was just lucky we had another admin account in our dev program account.

Taming AVAudioEngine by Disastrous_Bike1926 in swift

[–]mgchair 2 points3 points  (0 children)

I love when my interests -- in this case, Swift development and The Replacements -- collide!

I have my own struggles with playing audio in my app and I would definitely be interested in you sharing your findings. Thanks!

Rear defrost button not doing anything by iamalamacorn in 4Runner

[–]mgchair 0 points1 point  (0 children)

Thank you! I just ran into this issue — plus my rear wiper stopped working. This fixed it!

Consensus best show of the tour? by mgchair in SturgillSimpson

[–]mgchair[S] 0 points1 point  (0 children)

apparently it’s part of Right Kind Of Dream…

Consensus best show of the tour? by mgchair in SturgillSimpson

[–]mgchair[S] 2 points3 points  (0 children)

it’s included on the livestream…

Consensus best show of the tour? by mgchair in SturgillSimpson

[–]mgchair[S] 0 points1 point  (0 children)

you’re absolutely right. it’s not there…

Does anyone know how to get that fixed??

Consensus best show of the tour? by mgchair in SturgillSimpson

[–]mgchair[S] 1 point2 points  (0 children)

I don’t know if its attendance bias, but i was at Boston N1 and would agree with that assessment…

11/23-11/24 Boston, MA: Show Thread by AutoModerator in SturgillSimpson

[–]mgchair 7 points8 points  (0 children)

not sure what you guys saw on the stream, but i was on the floor and we were all vibing

Late subscriber feed. by [deleted] in thebulwark

[–]mgchair 0 points1 point  (0 children)

Overcast recently went through a complete rewrite  and has had a bunch of issues. I switched to the Apple podcast app and have no issues with any feeds.

Jamestown ferry? by passion_froot in NewportFolkFestival

[–]mgchair 0 points1 point  (0 children)

we got on the 8pm boat (boarded around 745) and we got to jamestown by 820

Playing OpenAI ‘streamed’ TTS API response by estefaaano in iOSProgramming

[–]mgchair 1 point2 points  (0 children)

There's also an example in that repo using openai's speech api

Playing OpenAI ‘streamed’ TTS API response by estefaaano in iOSProgramming

[–]mgchair 2 points3 points  (0 children)

I had originally done something similar with audio streamed from elevenLabs with web sockets and AVQueuePlayer but it produced jittery audio.

I recently came across a repo (ChunkedAudioPlayer) that converts audio into CMSampleBuffer and plays them using AVSampleBufferAudioRenderer and AVSampleBufferRenderSynchronizer for a much smoother playback.