问题标签 [radio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android:如何录制 mp3 广播(音频)流
我最喜欢的广播电台播放 mp3 格式的广播音频流。在我的 android 应用程序中,我可以毫无问题地接收和播放它。
如何实现录音功能?我想将 mp3 广播流录制到我的 Android 手机 SD 卡中。
我尝试了 MediaRecorder 类但没有任何结果...
...
...
不幸的是,我不能选择类似的东西:
mRecorder.setAudioSource(MediaRecorder.AudioSource.MP3_STREAM);
... ;-)
如何录制 mp3 广播流?感谢您的任何帮助或代码片段...
apache - 如何使 Wicket 表单保存单选按钮状态?
我想要一个像DataView
or一样的中继器ListView
。每行的第一列(名为User ID)应从 a 中读取List
,并且对于每个用户 ID,程序应动态创建三个单选按钮,如下所示:
要求:
- 用户必须能够更改单选按钮的选择。
info("")
当用户单击提交按钮时,使用该方法显示单选值。
我已经通过使用此示例完成了此操作,但是当我单击提交按钮时,会显示旧的选择,并且表单会重置为那些旧的选择。
android - FFMPEG Android - 将字节缓冲区传递给 ffmpeg
我正在尝试使用 ffmpeg 并坚持如何将字节缓冲区传递给 FFmpeg 方法avcodec_decode_audio3
。
在 JNI 代码中,我能够访问字节缓冲区,通过GetDirectBufferAddress
它给我一个 jbyte 类型的对象。如何将其传递给avcodec_decode_audio3
ffmpeg 的方法?
is 的方法声明avcodec_decode_audio3
是
以前有没有人这样做过。
有人可以对此有所了解吗?如果有人可以给我一个如何完成的片段,那将非常有用。
android - Android 单选按钮文本(左对齐)
我有一些单选按钮(垂直和水平方向),我想用文本来调整 android:text="1"、android:text="2"、android:text="3" 和 android:text=" 4" 的相应单选按钮左侧(单选按钮旁边)。我一直无法找到设置 LinearLayout 来完成此操作的解决方案。任何帮助,将不胜感激。我的xml文件是:
android - 如何确定 Android 设备上的蓝牙硬件类别?
我知道这是一个硬件问题,但我仍然希望能得到一些帮助。问题是:如何确定蓝牙芯片在安卓设备中的类别(硬件规格)?
我想在一些商店设备中使用 1 类收音机,但如果 android 设备(电话或其他)不支持该范围,则没有意义。有谁知道如何确定设备蓝牙芯片的硬件类别?
jquery - 在 Firefox 中读取单选按钮值时出现 jQuery 错误,但在 Safari 中没有
我在 Firefox/Firebug 中收到以下错误,但在 Safari 中没有。
$("input[name='how_many']:checked").val 不是函数
代码如下:
android - Android 上的 SHOUTcast 流式传输
如何在 2.2 之前的任何 Android 版本上播放 SHOUTcast 流?
谢谢!
.net - Send/Capture Radio Wave signals with .NET
I have an idea that came to mind out of necessity and was wondering if it is possible to develop...
Clumsy as I am, I've lost my hear rate monitor watch (meaning I still have the strap to put around me, but I've lost the watch which shows you the heart rate, etc...)
Rather than buying a new set, I was wondering if it would be possible to develop an application in .NET that can communicate with the strap. (If it's possible I would like to create a mobile version of it, but I'd start using a standard .NET application).
So basically my question is: Is there anyway to catch the signals (radio waves if I'm not mistaking) that are being sent out? I don't really care for possible further issues (encoding, etc, ...) I just want to check if I can communicate with the device somehow.
Edit: Do I need some sort of an antenna to connect to my pc? I suppose a smartphone can receive radio waves as it can tune in to the radio? I'm just guessing here.
android - Android:强制数据通过无线电与 WiFi 发送
是否可以强制 Android 应用程序仅使用移动无线电连接(3g/4g/等),不允许使用 WiFi?
我想我想使用 HIPRI 连接:(例如:打开 WIFI,使用 HIPRI 3G): http ://groups.google.com/group/android-developers/browse_thread/thread/d41f85505484d29b
javascript - 单击后禁用单选按钮
我需要一些帮助,这是 html
我有这个 html,所以我想知道的是
,一旦用户单击它,我如何禁用单选按钮,
因为update() 函数会在用户单击单选按钮时更改值,
如果他继续单击,那么值会更改每个他单击的时间
或单击同级单选按钮的时间
,所以请任何人告诉我如何在
用户单击它后禁用单选按钮
,例如在match1中
,如果用户选择了teamA单选按钮,那么我想同时禁用teamA和teamB单选
按钮对于match2,如果他单击则禁用已单击的收音机和同级收音机
感谢您阅读本文,任何人都可以帮助我吗
?我可以使用纯 js、jquery 或库