11-03-2018, 04:23 PM
Any thoughts about this board? Does anyone have any experience of it?
https://www.khadas.com/tone
https://www.khadas.com/tone
Thank you for your donation!
Khadas Tone Board
|
11-03-2018, 04:23 PM
Any thoughts about this board? Does anyone have any experience of it?
https://www.khadas.com/tone
11-04-2018, 02:43 AM
Some discussion over at DIYAudio...
https://www.diyaudio.com/forums/digital-...11640.html
"Mediocrity is achievable. This may explain it's popularity."
11-04-2018, 10:03 AM
Thanks for the link. It looks interesting.
03-25-2019, 07:42 AM
I made an Moode player using Rpi 3+ and KTB. The project is not complete, but I did some tests with this DAC (with last firmware). For now I notice noise when hdmi cable is used (ground issue) and most important Moode did not detect the board, I have to set-up as USB DAC board, but in this case no hardware volume control.
I did some tests with Volumio, and for this the correct board was detected and hardware volume was available. Could be a kernel issue?
03-25-2019, 11:52 AM
(This post was last modified: 03-25-2019, 11:53 AM by Tim Curtis.)
Post the output from the commands below and I'll have a look.
Code: amixer -c0 scontrols
Enjoy the Music!
http://moodeaudio.org | http://twitter.com/MoodeAudio | http://github.com/moodeaudio
03-25-2019, 02:49 PM
Thanks Tim, see below:
pi@moode:~ $ amixer -c0 scontrols Simple mixer control 'PCM',0 pi@moode:~ $ amixer -c1 scontrols Simple mixer control 'Khadas Tone Control ',0 Simple mixer control 'Khadas Tone Control ',1 Simple mixer control 'XMOS Internal Clock Validity',0
03-25-2019, 04:08 PM
Ok thanks.
Post output from cmd below to see if any of the simple mixer controls are volume. Code: amixer -c1
Enjoy the Music!
http://moodeaudio.org | http://twitter.com/MoodeAudio | http://github.com/moodeaudio
03-25-2019, 04:14 PM
pi@moode:~ $ amixer -c1
Simple mixer control 'Khadas Tone Control ',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 127 Mono: Front Left: Playback 127 [100%] [0.00dB] [on] Front Right: Playback 127 [100%] [0.00dB] [on] Simple mixer control 'Khadas Tone Control ',1 Capabilities: pvolume pvolume-joined pswitch pswitch-joined Playback channels: Mono Limits: Playback 0 - 127 Mono: Playback 127 [100%] [0.00dB] [on] Simple mixer control 'XMOS Internal Clock Validity',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [on]
03-25-2019, 04:34 PM
Below are the moOde commands that would determine the mixer name and whether the device supports hardware volume.
The first command should return the device name. The second command should return a list of the simple mixer controls. The last command should return a volume %. Code: cat /proc/asound/card1/id
Enjoy the Music!
http://moodeaudio.org | http://twitter.com/MoodeAudio | http://github.com/moodeaudio
03-25-2019, 04:56 PM
Tim, thanks for your time.
Response to commands below. It is was you expected? pi@moode:~ $ cat /proc/asound/card1/id Control pi@moode:~ $ /var/www/command/util.sh get-mixername Khadas Tone Control Khadas Tone Control XMOS Internal Clock Validity pi@moode:~ $ /var/www/command/util.sh get-alsavol "Khadas Tone Control " 100% |
« Next Oldest | Next Newest »
|