Show HN: Stenobird, podcast transcription service for your agent
hackernews
|
|
{'이벤트': '📰', '머신러닝/연구': '📰', '하드웨어/반도체': '📰', '취약점/보안': '📰', '기타 AI': '📰', 'AI 딜': '📰', 'AI 모델': '📰', 'AI 서비스': '📰', 'discount': '📰', 'news': '📰', 'review': '📰', 'tip': '📰'} AI 모델
#gemini
#gemini 2.5 flash
#google
#구글
#나노 바나나 프로
#블로그
#신제품
#이미지 생성
#이미지 편집
요약
에이전트가 팟캐스트의 오디오 URL을 전송하여 실시간으로 대본을 생성할 수 있는 스테노버드(Stenobird) 서비스가 소개되었습니다. 사용자는 API를 통해 직접 오디오 파일을 보내면 청크 단위로 변환된 텍스트를 즉시 확인할 수 있습니다. 이 서비스는 젠슨 황 데모 등 다양한 인터뷰를 빠르게 텍스트로 변환하는 데 활용됩니다.
왜 중요한가
관련 엔티티
Stenobird
젠슨 황
본문
Stenobird The fastest way for agents to transcribe podcasts Pass in a raw audio URL. Stream back transcript text in seconds. $0.01 per completed audio minute. Agent workflow https://cdn.publisher.com/episode.mp3 1 POST /v1/transcripts2 Read SSE transcript chunks3 Pipe text into the next agent stepLive Demo Run the Jensen Huang example Try it out Fixed example: Dwarkesh Podcast with Jensen Huang. Open the source interviewTranscript stream Click Transcribe to run the Jensen Huang demo. Transcript text appears here as soon as the first chunk comes back. API Use your own direct audio URLs next Send a direct audio file URL to the API, then read transcript chunks as they arrive. Request POST /v1/transcripts Content-Type: application/json Authorization: Bearer { "audio_url": "https://cdn.example.com/show/episode.mp3" } Response event: status data: {"status":"queued","stage":"validating_url","terminal":false,"result_ready":false} event: transcript data: {"status":"transcribing","stage":"transcribing","text":"Hello and welcome to..."} event: transcript data: {"status":"transcribing","stage":"transcribing","text":" today we are talking about..."} event: done data: {"status":"completed","terminal":true,"result_ready":true} API Access Get your API key for your own URLs Run your own direct audio URLs, stream transcripts into your workflow, and pay $0.01 per completed audio minute for completed audio minutes.