mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-13 23:26:43 +00:00
Reduce Williams volume and fix distortion
This commit is contained in:
parent
4ce1e6af04
commit
5378e1227a
@ -344,14 +344,12 @@ wire dac_o;
|
||||
assign AUDIO_L = dac_o;
|
||||
assign AUDIO_R = dac_o;
|
||||
|
||||
wire [15:0] audsum = {audio, 8'd0} >> 3; //Convert to 16bit and reduce the volume
|
||||
|
||||
dac #(
|
||||
.C_bits(16))
|
||||
.C_bits(11))
|
||||
dac(
|
||||
.clk_i(clk_sys),
|
||||
.res_n_i(1),
|
||||
.dac_i(audsum),
|
||||
.dac_i({3'b000, audio}),
|
||||
.dac_o(dac_o)
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user