Skip to content

Commit

Permalink
Updated doc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bruse committed Apr 26, 2024
1 parent 9cd4aad commit 0caff5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go/data/study.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ func (h *Histogram) String(width int) string {
return fmt.Sprintf("*** %v\n%v", h.Title, result.String(2))
}

// JNDHist returns histograms for the relationship between Zimtohrli and JND scores.
func (s *Study) JNDHist(thresholds []float64) (*Histogram, *Histogram, error) {
audible := sort.Float64Slice{}
inaudible := sort.Float64Slice{}
Expand Down
2 changes: 1 addition & 1 deletion go/goohrli/goohrli.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ type ViSQOL struct {
visqol C.ViSQOL
}

// New returns a new Gosqol.
// NewViSQOL returns a new Gosqol.
func NewViSQOL() *ViSQOL {
result := &ViSQOL{
visqol: C.CreateViSQOL(),
Expand Down

0 comments on commit 0caff5e

Please sign in to comment.