HackerTrans
トップ新着トレンドコメント過去質問紹介求人

douxx

17 カルマ登録 昨年

投稿

[untitled]

1 ポイント·投稿者 douxx·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 douxx·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 douxx·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 douxx·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 douxx·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 douxx·6 か月前·0 コメント

Show HN: Live audio streaming to FM radio via ALSA on Raspberry Pi

3 ポイント·投稿者 douxx·6 か月前·1 コメント

Show HN: An easy way of broadcasting radio around you (looking for feedback)

github.com
36 ポイント·投稿者 douxx·7 か月前·17 コメント

コメント

douxx
·13 時間前·議論
Weird, maybe your DNS settings on your desktop or an extension blocking it?
douxx
·13 時間前·議論
Ant desktop is currently in development, from what I recall http://ants.land/ant-desktop
douxx
·6 か月前·議論
I've been working on BotWave, which turns a Raspberry Pi into an FM transmitter. A user requested live streaming support so apps like Spotify (via raspotify) or Snapcast could broadcast directly to FM instead of just playing files.

What I did creates an ALSA loopback device that appears as a virtual sound card named "BotWave". Any audio application can output to it for immediate FM transmission. For networked setups, I built PCM streaming using HTTP octet-stream.

Some details: On install, the ALSA snd-aloop module is configured at system level, It uses pyalsaaudio for audio capture (48kHz stereo default), Async/sync generator bridging for the existing broadcast infrastructure, Tested with aplay/VLC/ffmpeg, works reliably

The feature is complete and testable on the livestream-test branch. I'm looking for feedback before merging to main, especially from anyone who's used raspotify or snapcast with ALSA devices. (I wasn't able to use raspotify since i don't have a premium Spotify account)

Project: https://github.com/dpipstudio/botwave
douxx
·7 か月前·議論
If you have some spare rpis and a radio it can be pretty interesting to set it up to check on it, tho there are no "real world" utilities, since as the other comments mentions, it is illegal to use that as it is
douxx
·7 か月前·議論
Well, you can open the url in your browser, and inspect the code that is also on the github repo ;)
douxx
·7 か月前·議論
Technically, the pis gpio headers can act as a really, really short antenna, so it kinda works without, but you're right
douxx
·7 か月前·議論
After seeing some comments, I'd wan't to specify something that isn't really mentionned in the readme or anywhere but, this project doesn't aim to replace professional setups nor cover long ranges (that would be absolutely irresponsible to try to). I think it's mostly aimed to cover a house, garage or to be in a sort of "big faraday cage" for your own personal use, if you have some pis and radios laying around.