kopia lustrzana https://github.com/raspberrypi/pico-extras
rodzic
774b07405e
commit
7e93fd7255
|
@ -200,7 +200,7 @@ static void wrap_producer_give(audio_connection_t *connection, audio_buffer_t *b
|
||||||
|
|
||||||
mono_to_spdif_producer_give(connection, buffer);
|
mono_to_spdif_producer_give(connection, buffer);
|
||||||
#else
|
#else
|
||||||
stereo_to_spdif_producer_gibe(connection, buffer);
|
stereo_to_spdif_producer_give(connection, buffer);
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
panic_unsupported();
|
panic_unsupported();
|
||||||
|
|
Ładowanie…
Reference in New Issue